Releases: AnimeKaizoku/ssg
Releases · AnimeKaizoku/ssg
Version 1.1.32
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
Version 1.1.30
Version 1.1.29
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
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
- Added the ability to disable
SafeMap
andSafeEMap
.
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
Improved output providing of powershell commands and scripts.
Full Changelog: v1.1.25...v1.1.26
Version 1.1.25
Fix minor issues.
Full Changelog: v1.1.24...v1.1.25
Version 1.1.24
Full Changelog: v1.1.23...v1.1.24
Version 1.1.23
Full Changelog: v1.0.21...v1.1.23