Skip to content

Latest commit

 

History

History
88 lines (47 loc) · 3.46 KB

CHANGELOG.md

File metadata and controls

88 lines (47 loc) · 3.46 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.6.0 (2021-04-30)

⚠ BREAKING CHANGES

  • correct name of MaskWordAsAsterisk

Bug Fixes

  • correct name of MaskWordAsAsterisk (b87f129)

0.5.2 (2020-12-19)

Bug Fixes

0.5.1 (2020-12-19)

Features

  • allow clean data after marshall (8ee5d17)

0.5.0 (2020-12-17)

⚠ BREAKING CHANGES

  • not escape html and add a trailing newline when MarshalTextOrJSON

Features

  • change AssertEqual to a type alias (bacf829)
  • not escape html when MarshalTextOrJSON (f55569e)

0.4.0 (2020-11-27)

⚠ BREAKING CHANGES

  • change TransformSchema output

Features

  • change TransformSchema output (a9ccd59)

0.3.0 (2020-11-27)

⚠ BREAKING CHANGES

  • OptionMatch -> OptionAssertEqual

Features

  • add TransformSchema MapFromStruct MapOmit (bd2bf32)
  • allow change default options (09180e4)
  • allow change default update option (7b48b06)
  • handle non string map key (d4a2879)
  • OptionMatch -> OptionAssertEqual (db2a537)

0.2.0 (2020-11-26)

⚠ BREAKING CHANGES

  • change default transform output

Features

  • change default transform output (2609a2e)

Bug Fixes

0.1.2 (2020-11-26)

0.1.1 (2020-11-25)

Features

Bug Fixes

  • handle nil function value for Options (3dfaa94)

0.1.0 (2020-11-25)