Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
dya-0.16.0.zip | 2021-04-01 | 300.4 kB | |
Dyalect 0.16.0.tar.gz | 2021-04-01 | 225.5 kB | |
Dyalect 0.16.0.zip | 2021-04-01 | 336.4 kB | |
README.md | 2021-04-01 | 716 Bytes | |
Totals: 4 Items | 863.0 kB | 0 |
- Change: All code migrated to .NET 5.0.
- Change: Serialization of maps to string is updated to match other types.
- Change: Signature for methods
Integer.to
,Float.to
andChar.to
is updated. Also these methods are renamed torange
. - Add: Add methods to
Iterator
type (Issue [#355]). - Add: Infinite ranges (Issue [#348]).
- Add: Update methods
String.concat
andString.join
to work with all sequences (Issue [#356]). - Fixed: Crush because of
??=
operator (Issue [#354]).