Skip to content

Releases: gookit/properties

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