Releases: Mobilpadde/moths
v6.0.0
Note-worthy commits 🤓
This is not exactly in the spirits of SemVer, but decided to go with a major update 🫢
A brand new way of creating new generators with the exact same options as another generator.
Think of it as a cloning machine. You ask the old generator (g1
) to provide its DNA-code, you now take this code and pushes it into a new generator (g2
), that you're obviously not a fan of, and bam! 💥 you now have yet another generator that looks and acts like g1
, but still cannot validate its codes - much like a twin, more info here: d1bb4cc
Usage and an example can as always be found in main.go
(bd8df93).
Full Changelog: v5.0.3...v6.0.0
v5.0.3
Added an Emoji
-type to be able to stringify emojies
Full Changelog: v5.0.2...v5.0.3
v5.0.2
Use right createdAt
- and expiresAt
-times
Full Changelog: v5.0.1...v5.0.2
v5.0.1
This is not even a patch
, but merely to add some comments and examples of using functions.
- a9f635a - Add comments to publicly exposed functions
- 117b383 - Add example usages of important functions
Full Changelog: v5.0.0...v5.0.1
v5.0.0
Note-worthy commits 🤯
Some hefty improvements are included in this release 🧑💻
- 20e29dc & c615c3f - A new and improved way of encoding and using the provided secret 🫣
- 0f1616c (& 264a696) - Finally a stable and tagged release for this package is available on pkg.go.dev 👀
- b81ab0e - Default time is set, if none is provided. Sorry!
N.B. Lot's of renames of both files and function-names has been made, beware
A comparison of interval
-renaming to period
. - More renames has been made, but this is the most intruding.
Full Changelog: v4.0.1...v5.0.0
v4.0.1
Minor bug fix to set time as default, if none is provided
Full Changelog: v4.0.0...v4.0.1
v4.0.0
Note-worthy commits 👏
Not a lot of changes in this release, but some very important ones
- e1e0fdb - Allow for TOTP-codes to be longer than
250
-characters 🥸 - c615c3f - Removed the stupid requirement of only allowing
32
-characters secrets (Use any length now) 🦾
Full Changelog: v3.0.0...v4.0.0
v3.0.0
v2.2.2
Minor refactoring along with tests for important funcs.
Update README with adding custom emojies.
Full Changelog: v2.2.1...v2.2.2
v2.2.1
Update module name, to make pkg.go.dev
happy 🥲
Full Changelog: v2.2.0...v2.2.1