Skip to content

Releases: ALiwoto/ssg

Version 1.1.40

04 Nov 15:39
552068a
Compare
Choose a tag to compare

Version 1.1.39

29 Oct 04:20
3dd805e
Compare
Choose a tag to compare

Version 1.1.38

16 Aug 22:46
75dc124
Compare
Choose a tag to compare

Version 1.1.37

11 Jun 23:39
b200601
Compare
Choose a tag to compare

Version 1.1.36

07 Jun 20:38
c12581c
Compare
Choose a tag to compare

Version 1.1.35

11 May 19:49
3eb4e59
Compare
Choose a tag to compare

Fix panic issues.

Version 1.1.34

06 May 19:39
db34aad
Compare
Choose a tag to compare

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:

  1. instead of returning bool from ForEach methods, now you should return one of the enums defined in the package (they start with ForEachOperation*. If you return anything invalid (you can just return integer), it will be ignored and the loop will continue the iteration.
  2. 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

07 Jan 17:15
40f5401
Compare
Choose a tag to compare

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