Features:
- [Type] Introduce new
Type\non_empty_dict
( #200 by @ntzm ) - [Type] Introduce new
Type\non_empty_vec
( #201 by @ntzm ) - [Type] correct type signature for
vec
( #202 by @ntzm ) - [Type] correct type signature for
dict
( #203 by @ntzm ) - [Filesystem] add argument values to exception message ( #205 by @vaclavvanik )
- [Fun] add lazy() for doing lazy evaluations ( #215 by @veewee )
- [Iter] Improved performance of
Iter\shuffle
( 6f5c992 by @azjezz ) - Introduced new
Psl\Ref
class ( 2d0b3c5 by @azjezz )
Fixes:
- [Vec] fixed example of
Vec\reproduce
( #218 by @hvt ) - [Math] don't perform operations on possible numeric-string ( #220 by @orklah )
- [Regex] fix replace_with() signature ( #219 by @caugner )
Other: