version 0.6.0

* Check for zero step value to void infinite loops
* Add `new()` fn for creating ranges with checks
* Add `to_array()` method
* Add `is_empty()` method
* Add more tests
This commit is contained in:
ge
2026-07-15 01:09:33 +03:00
parent 02d06423b7
commit d2c5ad5d2f
3 changed files with 172 additions and 9 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
Module {
name: 'ranges'
description: 'Operating with ranges of numbers'
version: '0.5.0'
version: '0.6.0'
license: 'Unlicense'
dependencies: []
}