smokestack/CHANGELOG.md

79 lines
1.3 KiB
Markdown
Raw Normal View History

2023-08-16 20:56:49 +12:00
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](Https://conventionalcommits.org) for commit guidelines.
<!-- changelog -->
2024-03-22 19:17:26 +13:00
## [v0.4.2](https://harton.dev/james/smokestack/compare/v0.4.1...v0.4.2) (2024-03-22)
### Bug Fixes:
* Fixes inability to `use` generated factories.
2024-02-05 15:28:53 +13:00
## [v0.4.1](https://harton.dev/james/smokestack/compare/v0.4.0...v0.4.1) (2023-09-20)
2023-09-20 14:09:14 +12:00
### Bug Fixes:
* bug in constant mapper.
2024-02-05 15:28:53 +13:00
## [v0.4.0](https://harton.dev/james/smokestack/compare/v0.3.1...v0.4.0) (2023-09-19)
2023-09-20 10:44:44 +12:00
### Features:
* add template for constant values
2024-02-05 15:28:53 +13:00
## [v0.3.1](https://harton.dev/james/smokestack/compare/v0.3.0...v0.3.1) (2023-09-09)
2023-09-09 19:33:36 +12:00
2024-02-05 15:28:53 +13:00
## [v0.3.0](https://harton.dev/james/smokestack/compare/v0.2.0...v0.3.0) (2023-09-05)
2023-09-05 19:40:41 +12:00
### Features:
* build related parameters when requested. (#4)
2024-02-05 15:28:53 +13:00
## [v0.2.0](https://harton.dev/james/smokestack/compare/v0.1.1...v0.2.0) (2023-09-05)
2023-09-05 19:39:02 +12:00
### Features:
* build related parameters when requested. (#4)
2024-02-05 15:28:53 +13:00
## [v0.1.1](https://harton.dev/james/smokestack/compare/v0.1.0...v0.1.1) (2023-08-18)
2023-08-18 20:53:50 +12:00
### Improvements:
* Add `insert_many`.
* Add `Smokestack` behaviour.
* Add `Builder.insert/2..5`.
2024-02-05 15:28:53 +13:00
## [v0.1.0](https://harton.dev/james/smokestack/compare/v0.1.0...v0.1.0) (2023-08-16)
2023-08-16 20:56:49 +12:00
### Features:
* Factory DSL and param building.