Skip to content

Releases: goreflect/gostructor

Fixed Bugs

05 May 18:54
Compare
Choose a tag to compare

Changelog:

  1. Writed tests for priority ordering sources extracting
  2. Unblock uint types for convertation

Fixed bugs & enhanced functionality

03 May 21:44
Compare
Choose a tag to compare

Change log:

  1. Added support yaml
  2. Added priority tag for change order chains for configuration
  3. Global refactoring
  4. Added test

Upgrade library by support vault secrets configuring

03 Dec 20:46
2f72a65
Compare
Choose a tag to compare

Changes:

  1. Support configuring from source vault

Support json source for configuring

15 Nov 20:15
c5cb775
Compare
Choose a tag to compare
Merge pull request #32 from goreflect/issue_4

Issue 4: Support json source for configuring

Fixed bug

17 Sep 10:24
717c0e3
Compare
Choose a tag to compare
Merge pull request #33 from goreflect/issue_30

corrected logic for configuring values by pipeline

Implement Logrus

20 Apr 22:07
Compare
Choose a tag to compare

Add logrus as log outputer.
And also, add few methods for configuring logrus

Add test for any cases and some fixtures

09 Apr 16:48
879e6b9
Compare
Choose a tag to compare
  1. Increase coverage by writing tests for any cases
  2. Fixtrures

Stable version

09 Apr 16:42
ceaad54
Compare
Choose a tag to compare

Currently support:

  1. Smart configuration by analys used tags
  2. Setup configuration by setting pipeline

Implement sources:

  1. Hocon from file
  2. Default values
  3. Environment variables