Skip to content

Releases: katerd/hatchet

Version 0.14.0

12 Jan 20:29
Compare
Choose a tag to compare
  • Added SerializationOptions to allow always serialising default values.

Version 0.12.2

16 Aug 19:00
Compare
Choose a tag to compare
  • Prefer [HatchetConstructor] over constructor when creating a new instance of an object when the serialiser is passed a string.

Version 0.10.2

12 Aug 06:27
Compare
Choose a tag to compare
  • Deserialising of properties with interface types.

Version 0.10.1

12 Aug 04:43
Compare
Choose a tag to compare
  • HatchetConstructor annotation for constructors that take a single string argument or static methods that take a string argument and return a new object instance.
  • Deserializing of nullable value types.

Version 0.3.1

09 Nov 12:53
Compare
Choose a tag to compare

Fix #2 - Added De-serialization of un-typed property.

Version 0.3.0

26 Oct 16:43
Compare
Choose a tag to compare
  • Added serialization.
  • Added array de-serialization.

Version 0.2.1

19 Oct 14:48
Compare
Choose a tag to compare

nuget package update fail - version incremented to match.

Version 0.2.0

19 Oct 14:15
Compare
Choose a tag to compare

Added Enum serialization

Version 0.1.0

19 Oct 07:59
Compare
Choose a tag to compare
  • Added de-serialization to objects as opposed to having to wrangle Dictionary<string, object>.
  • Fixed bug where a value containing a forward slash or immediately followed by a comment would fail to parse.

Version 0.0.0.1

16 Oct 19:38
Compare
Choose a tag to compare

Initial release