Releases: katerd/hatchet
Releases · katerd/hatchet
Version 0.14.0
Version 0.12.2
- Prefer
[HatchetConstructor]
over constructor when creating a new instance of an object when the serialiser is passed astring
.
Version 0.10.2
- Deserialising of properties with interface types.
Version 0.10.1
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
Fix #2 - Added De-serialization of un-typed property.
Version 0.3.0
- Added serialization.
- Added array de-serialization.
Version 0.2.1
nuget package update fail - version incremented to match.
Version 0.2.0
Added Enum serialization
Version 0.1.0
- 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
Initial release