Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
dya-0.36.0.zip | 2022-04-09 | 352.9 kB | |
README.md | 2022-04-09 | 1.8 kB | |
Totals: 2 Items | 354.8 kB | 0 |
- Change: Standard method
ToString
should accept an optionalformat
parameter (Issue [#706]). - Change: Field check pattern is not overridable (Issue [#710]).
- Add: Add
Console.ReadKey
method (Issue [#698], docs). - Add: No introspection on a constructor name (Issue [#680], docs).
- Add: Add a new
TimeDelta
type (Issue [#705], docs). - Add: Library: file IO (Issue [#329], docs).
- Add: Add a
Path
type with static methods to deal with paths (Issue [#709], docs). - Add: Library:
DateTime
data type (Issue [#332], docs). - Add: Add a
Directory
type with an ability to create new directories (Issue [#711], docs). - Fix: It is possible to override built-in with a wrong number of arguments (Issue [#707]).
- Fix: A getter and setter can have any number of arguments (Issue [#708]).