Releases: ALiwoto/ssg
Releases · ALiwoto/ssg
Version 1.1.40
Full Changelog: v1.1.39...v1.1.40
Version 1.1.39
Full Changelog: v1.1.38...v1.1.39
Version 1.1.38
Full Changelog: v1.1.37...v1.1.38
Version 1.1.37
Full Changelog: v1.1.36...v1.1.37
Version 1.1.36
Full Changelog: v1.1.35...v1.1.36
Version 1.1.35
Fix panic issues.
Version 1.1.34
Version 1.1.34
Changes in this version:
- Add support for ForEachOperation. [BREAKING]
- Upgrade x/text to its latest version.
- Remove deprecated constants. [BREAKING]
- Refactor repairString to not use string ptr for performance reasons.
What should you do for breaking changes:
- instead of returning bool from
ForEach
methods, now you should return one of the enums defined in the package (they start withForEachOperation*
. If you return anything invalid (you can just return integer), it will be ignored and the loop will continue the iteration. - Redefine the removed deprecated constants in your own program. You can find a list of them in here.
Full Changelog: v1.1.33...v1.1.34
Version 1.1.33
The module name (and path) has been changed.
Fixed some typos in the comments.
Full Changelog: https://github.com/ALiwoto/ssg/commits/v1.1.33