Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-02-23 | 443 Bytes | |
v2.13.0.tar.gz | 2023-02-23 | 334.8 kB | |
v2.13.0.zip | 2023-02-23 | 371.4 kB | |
Totals: 3 Items | 706.6 kB | 0 |
- Rename
Object.ValueEqual
toHasValue
(#252) - Add
Array.HasValue
andNotHasValue
(#286) - Rename
Array.Element
toValue
(#252) - Add
Number.IsInt
,IsUint
,IsFinite
(#155) - Add
Environment.List
andGlob
(#259) - Add
Environment.Clear
method (#260) - Deprecate
Array.First
andLast
- Preparations to make lib thread-safe (#233)
- Improve documentation
- Improve test coverage
- Refactor and cleanup tests