Skip to content

Releases: AnimeKaizoku/ssg

Version 1.1.32

20 Jun 21:25
Compare
Choose a tag to compare

This release fixes the issue with parsing slices (arrays) inside of our config struct that has a certain section specified for itself.


Full Changelog: v1.1.31...v1.1.32

Version 1.1.31

01 Jun 06:13
Compare
Choose a tag to compare

In this release

  • We have introduced AppendUnique function.

Full Changelog: v1.1.30...v1.1.31

Version 1.1.30

17 May 22:12
Compare
Choose a tag to compare

This release brings new improvements:

  • Improved integer functions.

Full Changelog: v1.1.29...v1.1.30

Version 1.1.29

04 May 22:33
Compare
Choose a tag to compare

Some minor improvements and additional features were added in this release:

  • Added support for character '!' as comment sign.
  • Added support for :virtual flag inside of the filename, so if the config file doesn't exist physically on the disk, parser package just ignores the error.
  • Fixed minor bugs when closing config file.
  • Fixed tests failure in CI.

Full Changelog: v1.1.28...v1.1.29

Version 1.1.28

04 May 21:08
Compare
Choose a tag to compare

This version mainly brings major improvements with itself.

  • Added support for reading arrays from environment.
  • Added support for indicating the variable key from field names.
  • Added support for specifying main section of a configuration.
  • Reduced amount of code by using generics inside of parser package.

Full Changelog: v1.1.27...v1.1.28

Version 1.1.27

28 Apr 20:59
Compare
Choose a tag to compare
  • Added the ability to disable SafeMap and SafeEMap.

When a map is disabled, it won't add any new entry, but it will still be able to delete/get values.


Full Changelog: v1.1.26...v1.1.27

Version 1.1.26

15 Dec 20:48
Compare
Choose a tag to compare

Improved output providing of powershell commands and scripts.

Full Changelog: v1.1.25...v1.1.26

Version 1.1.25

13 Dec 21:42
Compare
Choose a tag to compare

Fix minor issues.

Full Changelog: v1.1.24...v1.1.25

Version 1.1.24

13 Dec 20:48
Compare
Choose a tag to compare

Version 1.1.23

13 Nov 00:31
Compare
Choose a tag to compare