Releases: cmseguin/khata
Releases · cmseguin/khata
v0.0.8
v0.0.7
v0.0.6
Description
Version 0.0.6 brings the following changes:
- Removed
FillWithTemplate
&OverwriteWithTemplate
on Khata in favour ofApply
method on the KhataTemplate - Added
IsParentOf
,IsInstanceOf
,IsRelatedTo
methods on KhataTemplate - Added
IsInstanceOf
,IsRelatedTo
methods on Khata - Updated the docs
Full Changelog: v0.0.5...v0.0.6
v0.0.5
Description
Version 0.0.5 brings the following changes:
- Added a way to fill and overwrite an khata error with a template
- Updated the docs
Full Changelog: v0.0.4...v0.0.5
v0.0.4
Description
Version 0.0.4 brings the following changes:
- Removed default arguments from
NewTemplate()
- Added message property on the template accessible with
.Message()
&.SetMessage(message string)
- Updated the readme
Full Changelog: v0.0.3...v0.0.4
v0.0.3
Description
Version 0.0.3 brings the following changes:
- Fix the tests
- First tag with prefix v
Full Changelog: 0.0.2...v0.0.3
v0.0.2
Description
Version 0.0.2 brings the following changes:
- Fix to return reference to khata error when creating it.
- Rename method
.ToJson
to.ToJSON
. - Added Readme doc
Full Changelog: 0.0.1...0.0.2