Skip to content

v2.1.3

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Oct 14:29
· 39 commits to master since this release

Change Log

Feature

  • feat: parser add option - ReplaceNl replace the "\n" to newline 4caa23d
  • feat: ini add option - ReplaceNl replace the "\n" to newline 744ab7f
  • feat: parser - support split inline comments on parse d22fc9c

Update

  • up: add some new method, update some parse logic d9f3019
  • up: update go mod limit 1.18, use any replace interface{} 6a9d2cc
  • up: update some parse logic, add more unit tests 3cc63bb
  • up: update the parse value collect logic 79cd0ea
  • up: parser - update the encode data to INI text logic 48d287d
  • up: ini - use the parser.Encode to dump data as INI text 9407aad
  • up: ini - update some value get and parse logic ffa5c50
  • up: parser - optimize the encoding data to INI logic c30fe5e
  • up: dotenv - update some get value method logic 052e9b2
  • up: use the goutil/strutil/textscan refator the parse logic 5dbc2f4
  • up: add more unit tests and update readme f80370d

Other

  • test: fix parse var refer error 3a04429
  • build(deps): bump morphy2k/revive-action from 2.4.0 to 2.4.1 29a6cc4
  • build(deps): bump github.com/gookit/goutil from 0.5.12 to 0.5.13 705d73e
  • chore: update the dep gookit/goutil to v0.5.14 6649869
  • chore: update the parser and dotenv README e45a2f2