All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.3.0 / 2024-12-28
- Added
net8.0
TFM support - Added support of
DateOnly
properties
- Changed
Link.Relation
fromstring
tostring[]
[BREAKING] - Dropped
netstandard1.0
TFM support - Dropped
net5.0
TFM support - Removed
Ultimately
dependency - Changed
IonResource
to a record (netstandard2.1
+ andnet5
+) - Changed
Form
to a record (netstandard2.1
+ andnet5
+) - Changed
FormField
to a record (netstandard2.1
+ andnet5
+) - Changed
Link
to a record (netstandard2.1
+ andnet5
+)
- Updated
Candoumbe.Pipelines
to0.12.1
- Updated
Candoumbe.MiscUtilities
to0.14.0
- Improve unit tests readability
0.2.1 / 2021-01-18
- Added
FormFieldOption
- Fixed failing build pipeline
- Initial release