Skip to content

Releases: lucasteles/Strongly

1.5.1

27 Nov 15:18
842a3d4
Compare
Choose a tag to compare
  • Fix bug on Empty and New methods on record structs (tks @skattegard)

1.5.0

20 Oct 17:55
8bc42e7
Compare
Choose a tag to compare

Add more integral types: short, byte, nint

1.4.2

24 Aug 15:53
f99bbd6
Compare
Choose a tag to compare
  • Fix error when the global defaults are not defined (fix #3)
  • Enable the use of compare operators on Guid when .NET7+ (fix #4)

1.4.0

22 Jun 21:53
afcc578
Compare
Choose a tag to compare
  • support .NET7+ IParsable<> interface
  • parse/tryparse overloads
  • add debbuger display
  • use NRT as default

1.3.2

20 Jun 17:56
6d89460
Compare
Choose a tag to compare
  • Enable custom constructor

1.3.1

24 May 00:48
bd3b8c6
Compare
Choose a tag to compare
  • Add IFormattable implementation

1.3.0

10 May 21:20
b63e596
Compare
Choose a tag to compare
  • float and double types
  • allow implicit/explicit operators
  • allow math operators
  • lazy loading of source templates

1.2.0

30 Mar 12:17
56591ec
Compare
Choose a tag to compare
  • Record support
  • Parse/TryParse as implementation
  • Better use of Incremental SG Cache

1.1.0

25 Mar 00:49
b6d13d2
Compare
Choose a tag to compare
Merge branch 'master' of github.com:lucasteles/Strongly