Releases: lucasteles/Strongly
Releases · lucasteles/Strongly
1.5.1
- Fix bug on
Empty
andNew
methods onrecord structs
(tks @skattegard)
1.5.0
Add more integral types: short
, byte
, nint
1.4.2
1.4.0
- support .NET7+
IParsable<>
interface - parse/tryparse overloads
- add debbuger display
- use NRT as default
1.3.2
- Enable custom constructor
1.3.1
- Add IFormattable implementation
1.3.0
- float and double types
- allow implicit/explicit operators
- allow math operators
- lazy loading of source templates
1.2.0
- Record support
Parse/TryParse
as implementation- Better use of Incremental SG Cache
1.1.0
Merge branch 'master' of github.com:lucasteles/Strongly