Skip to content

Releases: gookit/properties

v0.4.0

09 Dec 09:05
28ca170
Compare
Choose a tag to compare

Change Log

  • build(deps): bump github.com/gookit/goutil from 0.6.5 to 0.6.6 (#11) c4d9668
  • build(deps): bump github.com/gookit/goutil from 0.6.6 to 0.6.7 (#12) 8e462f3
  • build(deps): bump morphy2k/revive-action from 2.4.1 to 2.5.0 (#13) c488cef
  • build(deps): bump morphy2k/revive-action from 2.5.0 to 2.5.1 (#14) 5b6ae3a
  • build(deps): bump github.com/gookit/goutil from 0.6.7 to 0.6.8 (#15) 9c6f4b9
  • build(deps): bump morphy2k/revive-action from 2.5.1 to 2.5.2 (#16) 7a920a8
  • build(deps): bump github.com/gookit/goutil from 0.6.8 to 0.6.9 (#17) bc2257d
  • build(deps): bump github.com/gookit/goutil from 0.6.9 to 0.6.10 (#18) fcea09e
  • build(deps): bump github.com/gookit/goutil from 0.6.10 to 0.6.11 (#19) 38725b0
  • build(deps): bump github.com/gookit/goutil from 0.6.11 to 0.6.12 (#20) 4434521
  • build(deps): bump WillAbides/setup-go-faster from 1.8.0 to 1.9.0 (#21) 5989c07
  • build(deps): bump WillAbides/setup-go-faster from 1.9.0 to 1.9.1 (#22) d063947
  • build(deps): bump WillAbides/setup-go-faster from 1.9.1 to 1.10.0 (#23) a883450
  • build(deps): bump morphy2k/revive-action from 2.5.2 to 2.5.3 (#25) 406ebff
  • build(deps): bump actions/checkout from 3 to 4 (#26) fef4efe
  • build(deps): bump WillAbides/setup-go-faster from 1.10.0 to 1.10.1 (#24) cbb2d60
  • build(deps): bump WillAbides/setup-go-faster from 1.10.1 to 1.11.0 (#27) ef03177
  • build(deps): bump WillAbides/setup-go-faster from 1.11.0 to 1.12.0 (#28) 808258f
  • build(deps): bump github.com/gookit/goutil from 0.6.12 to 0.6.14 (#29) aea5fc0
  • build(deps): bump morphy2k/revive-action from 2.5.3 to 2.5.4 (#30) b569c40
  • build(deps): bump WillAbides/setup-go-faster from 1.12.0 to 1.13.0 (#31) 362d4a9
  • build(deps): bump github/codeql-action from 2 to 3 (#32) 1c628fe
  • build(deps): bump github.com/gookit/goutil from 0.6.14 to 0.6.15 (#33) 4eba885
  • build(deps): bump morphy2k/revive-action from 2.5.4 to 2.5.6 (#35) b8cad39
  • build(deps): bump WillAbides/setup-go-faster from 1.13.0 to 1.14.0 (#36) 7909fe4
  • build(deps): bump morphy2k/revive-action from 2.5.6 to 2.5.7 (#37) 03e1fe6
  • build(deps): bump softprops/action-gh-release from 1 to 2 (#38) 6cee680
  • build(deps): bump github.com/gookit/goutil from 0.6.15 to 0.6.16 (#39) 2221b97
  • build(deps): bump morphy2k/revive-action from 2.5.7 to 2.5.8 (#40) 82998dd
  • build(deps): bump github.com/gookit/goutil from 0.6.16 to 0.6.17 (#44) f84e368
  • build(deps): bump morphy2k/revive-action from 2.5.8 to 2.7.0 (#46) 640aaed
  • build(deps): bump morphy2k/revive-action from 2.7.0 to 2.7.1 (#47) f28dbc0
  • build(deps): bump github.com/gookit/goutil from 0.6.17 to 0.6.18 (#48) 28ca170

v0.3.0

21 Feb 02:41
Compare
Choose a tag to compare

Change Log

Update

  • 👔 up: update ci tests, will not support go < 1.18 e9c75b8
  • up: replace inteface{} to any keywords 1be8dd7

Other

  • build(deps): bump WillAbides/setup-go-faster from 1.7.0 to 1.8.0 2779fe1
  • build(deps): bump github.com/gookit/goutil from 0.5.15 to 0.6.4 fd73f1b
  • ⬆️ dep: update all deps to the latest version 44fdb5a

v0.2.1

16 Oct 15:23
Compare
Choose a tag to compare

Change Log

Refactor

  • refactor: refactor the parse logic use goutil/strutil/testscan.Scanner 075202a

Update

  • up: replace interface{} to any, up deps to latest c596b2f
  • up: update some unit tests and README docs 3d27a8b

Other

  • build(deps): bump morphy2k/revive-action from 2.4.0 to 2.4.1 1064c67
  • build(deps): bump github.com/gookit/goutil from 0.5.12 to 0.5.13 1fd9af8

v0.2.0

15 Sep 02:24
Compare
Choose a tag to compare

Change Log

Feature

  • feat: complete support encode map or struct data to properties text 0fb7060

Other

  • build(deps): bump github.com/gookit/goutil from 0.5.9 to 0.5.10 6805185
  • chore: update readme and update some deps bd35eb9
  • chore: update readme add more usage docs afc8f85
  • dep: update the dep gookit/goutil to latest 9499e03
  • chore: revert x/sys version for go < 1.17 c38278e
  • test: add any define for test on go < 1.18 9fcffad

v0.1.0

18 Aug 16:49
Compare
Choose a tag to compare

Change Log

Fixed

  • fix: fix the parse ver refer name error 881245c

Feature

  • new: init properties parse logic 70289fd
  • feat: support encode struct to properties text 5e53089
  • feat: support parse var-refer on collect value 0a78ac8
  • feat: support parse multi line value by left slash quote aa224cf
  • feat: add Marshal and Unmarshal method to encoder and parser 4779af4

Update

  • up: update some parse logic, update readme 6ae2fd2
  • up: update and modify some parse logic, binding value 4b7c771
  • up: update some parse logic, add some new func db6ef1a
  • up: complete collect value to data and map to struct c5993f5
  • up: add some examples and update some comments 99f828e
  • up: update some parse logic, add more tests case d318b34
  • up: update some value parse logic, add more tests 9b724b8
  • up: support parse env var name, time string and more 07c687d
  • up: add more example tests, update readme ea9d5e5
  • up: update dep version, update readme docs c3fb05f
  • up: update some parse logic, add more unit tests 716bdfb

Other

  • build(deps): bump morphy2k/revive-action from 2.3.1 to 2.4.0 758db78
  • chore: update readme add more usage docs 45c679b