Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
dya-0.29.0.zip | 2022-03-08 | 315.8 kB | |
README.md | 2022-03-08 | 1.8 kB | |
Totals: 2 Items | 317.6 kB | 0 |
- Change: Global refactoring of Dyalect internals and type system (Issue [#569]).
- Change: Change field access syntax (Issue [#571]).
- Change: Use member access syntax for module prefixes (Issue [#577]).
- Change: Use private modified to declare private constructors (Issue [#575]).
- Change: All built-in methods should start with a capital letter (Issue [#576]).
- Change: Rename methods
len
anditer
toLength
andIterate
(Issue [#574]). - Change: Rename tuple methods fst and snd to First and Second (Issue [#573]).
- Change: A bug in Dyalect console in processing of boolean command line switches (Issue [#572]).
- Change: Exception generation redesign (Issue [#513]).
- Change: Change syntax for indexer definition (Issue [#578]).
- Change: Method check pattern should accept operators (Issue [#579]).
- Change: Simplify object file format (Issue [#580]).
- Fix: Dya: Whole test suite fails because of the parser error (Issue [#581]).
- Fix: Allow to declare types only in global scope (Issue [#570]).