🔀 Merge tag 'v0.2.0' into develop

🔖 Slugs, and more
This commit is contained in:
Dan Jones 2025-03-14 11:26:48 -05:00
commit 3546ab52d1

View file

@ -1,5 +1,14 @@
# Changelog
### [0.2.0] - 2025-03-14
- Add `IncrementalFormat`* Generators
- Add `Slug`* Generators
- Add `WithOriginalSlug`* Options
- Change signature of `Generator` function
Note that this last change **is** a breaking change from 0.0.3, but only for custom Generators.
## [0.0.3] - 2025-03-11
### Features