Skip to content

Latest commit

 

History

History
88 lines (63 loc) · 5.27 KB

CHANGELOG.md

File metadata and controls

88 lines (63 loc) · 5.27 KB

Changelog

v0.14.0 - 2024-11-16

Other Changes

  • chore(deps): bump github.com/goccy/go-yaml from 1.13.4 to 1.13.7 in the dependencies group by @dependabot in #49
  • Update goccy/go-yaml by @k1LoW in #51

v0.13.0 - 2024-11-04

Other Changes

  • chore(deps): bump the dependencies group with 4 updates by @dependabot in #48
  • chore(deps): bump golangci/golangci-lint-action from 2 to 6 in the dependencies group by @dependabot in #46

v0.12.0 - 2024-03-08

Breaking Changes 🛠

  • Escape/unescape delimiters by @k1LoW in #44

v0.11.0 - 2023-12-30

Other Changes

  • Update expr (change org) by @k1LoW in #43

v0.10.1 - 2023-10-30

v0.10.0 - 2023-10-30

Breaking Changes 🛠

  • String types "true" and "false" are converted as string types as much as possible. by @k1LoW in #39

v0.9.0 - 2023-10-09

Breaking Changes 🛠

  • Update goccy/go-yaml to v0.11.2 by @k1LoW in #35

Other Changes

  • Fix ExprRepFn to stringify correctly. by @k1LoW in #37
  • Update github.com/antonmedv/expr to v1.15.3 by @k1LoW in #38

v0.8.0 - 2023-05-07

  • Refactor code by @k1LoW in #30
  • [BREAKING CHANGE] If the expanded result is a Map or Slice, it is not quoted to be interpreted as inline YAML. by @k1LoW in #32
  • [BEAKING CHANGE] Fix sig of ReplaceYAML and Add options ( ReplaceMapKey, QuoteCollection ) by @k1LoW in #33
  • Update pkgs by @k1LoW in #34

v0.7.0 - 2023-03-04

  • Avoid duplicate quotes heuristically by @k1LoW in #27
  • Bump golang.org/x/sys from 0.0.0-20220406163625-3f8b81556e12 to 0.1.0 by @dependabot in #29

v0.6.1 - 2023-03-04

  • Fix oversight from #24 by @k1LoW in #25

v0.6.0 - 2023-03-03

  • Stop giving unnecessary trailing newlines by @k1LoW in #22
  • If there is a line break in the result of the conversion of what was one line, quote it. by @k1LoW in #24

v0.5.6 - 2023-02-04

  • Bump up go and pkgs version by @k2tzumi in #20

v0.5.5 - 2022-11-21

  • Fix InterpolateRepFn ( handling env placeholder ) by @k1LoW in #18

v0.5.4 - 2022-11-14

  • Fix quoting strings by @k1LoW in #16

v0.5.3 - 2022-10-05

  • Fix quoting string in ReplaceYAML() by @k1LoW in #14

v0.5.2 - 2022-10-05

  • Support same delims by @k1LoW in #11
  • Fix trySubstr() by @k1LoW in #13

v0.5.1 - 2022-10-04

  • Fix ExprRepFn by @k1LoW in #9

v0.5.0 - 2022-10-04

  • [BREAKING] Introduce type repFn func(in string) (string, error) and Added error to the return values of ReplaceYAML() by @k1LoW in #5
  • Use tagpr by @k1LoW in #7
  • Add ExprRepFn by @k1LoW in #6

v0.4.0 (2022-07-18)

v0.3.0 (2022-03-06)

v0.2.0 (2022-03-05)

v0.1.0 (2021-10-09)