Skip to content

Releases: cmseguin/khata

v0.0.8

03 Sep 04:07
Compare
Choose a tag to compare

Description

Version 0.0.8 brings the following changes:

  • Exposed props of explanations stacks

Full Changelog: v0.0.7...v0.0.8

v0.0.7

09 Jul 18:43
Compare
Choose a tag to compare

Description

Version 0.0.7 brings the following changes:

  • Removed .NewWithMessage from templates in favour of .New with multiple arguments, each line is a new line
  • Update the docs

v0.0.6

05 Jul 05:37
Compare
Choose a tag to compare

Description

Version 0.0.6 brings the following changes:

  • Removed FillWithTemplate & OverwriteWithTemplate on Khata in favour of Apply 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

04 Jul 03:56
Compare
Choose a tag to compare

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

04 Jul 00:50
Compare
Choose a tag to compare

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

02 Jul 20:56
Compare
Choose a tag to compare

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

02 Jul 05:40
Compare
Choose a tag to compare

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

v0.0.1

02 Jul 03:25
Compare
Choose a tag to compare

Initial version on Khata