2025-03-10 17:03:52 -05:00
|
|
|
# Changelog
|
|
|
|
|
|
2025-03-14 11:25:35 -05:00
|
|
|
### [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.
|
|
|
|
|
|
2025-03-11 16:55:32 -05:00
|
|
|
## [0.0.3] - 2025-03-11
|
|
|
|
|
|
|
|
|
|
### Features
|
|
|
|
|
|
|
|
|
|
- Added `WithSeparator` to allow for different separators between the parts of the generated filename.
|
|
|
|
|
|
2025-03-11 12:44:16 -05:00
|
|
|
## [0.0.2] - 2025-03-11
|
|
|
|
|
|
|
|
|
|
Bugfix release
|
|
|
|
|
|
|
|
|
|
### Fixes
|
|
|
|
|
|
|
|
|
|
- Extension being ignored. Original included twice.
|
|
|
|
|
|
2025-03-10 17:03:52 -05:00
|
|
|
## [0.0.1] - 2025-03-10
|
|
|
|
|
|
|
|
|
|
Initial Release! Hope you like it!
|
|
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
|
|
- nomino.Make
|
|
|
|
|
- nomino.Config
|
|
|
|
|
- nomino.Generator
|
|
|
|
|
+ We needs more of these until I'm ready
|
|
|
|
|
- Lots of tests!
|
|
|
|
|
|