smokestack/CHANGELOG.md

166 lines
2.9 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-05-31 08:54:44 +12:00
## [v0.9.1](https://harton.dev/james/smokestack/compare/v0.9.0...v0.9.1) (2024-05-30)
### Bug Fixes:
* allow auto builds to be replaced by explicit relate commands.
2024-05-29 09:51:27 +12:00
## [v0.9.0](https://harton.dev/james/smokestack/compare/v0.8.1...v0.9.0) (2024-05-28)
### Features:
* Auto build/load factory options. (#83)
2024-05-28 16:48:48 +12:00
## [v0.8.1](https://harton.dev/james/smokestack/compare/v0.8.0...v0.8.1) (2024-05-28)
### Bug Fixes:
* Include `:variant` in option schema.
* bug with generator arguments.
2024-05-26 20:51:36 +12:00
## [v0.8.0](https://harton.dev/james/smokestack/compare/v0.7.0...v0.8.0) (2024-05-26)
### Features:
* Add `before_build` and `after_build` entities to factories.
2024-05-20 16:59:12 +12:00
## [v0.7.0](https://harton.dev/james/smokestack/compare/v0.6.2...v0.7.0) (2024-05-20)
### Features:
* related: Newly build records can now be related to existing records.
2024-05-11 15:28:05 +12:00
## [v0.6.2](https://harton.dev/james/smokestack/compare/v0.6.1-rc.2...v0.6.2) (2024-05-11)
2024-04-03 16:26:58 +13:00
## [v0.6.1-rc.2](https://harton.dev/james/smokestack/compare/v0.6.1-rc.1...v0.6.1-rc.2) (2024-04-03)
### Improvements:
* loosen Ash RC requirement.
2024-04-02 10:35:30 +13:00
## [v0.6.1-rc.1](https://harton.dev/james/smokestack/compare/v0.6.1-rc.0...v0.6.1-rc.1) (2024-04-01)
### Bug Fixes:
* docs reference to `Ash.Seed.seed!/2`.
2024-03-30 17:58:33 +13:00
## [v0.6.1-rc.0](https://harton.dev/james/smokestack/compare/v0.6.0...v0.6.1-rc.0) (2024-03-30)
2024-03-28 11:27:07 +13:00
## [v0.6.0](https://harton.dev/james/smokestack/compare/v0.5.0-rc.0...v0.6.0) (2024-03-27)
2024-03-28 10:05:43 +13:00
## [v0.5.0-rc.0](https://harton.dev/james/smokestack/compare/v0.4.2...v0.5.0-rc.0) (2024-03-27)
### Breaking Changes:
* Ash 3.0 support. (#42)
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.