Releases: koenichiwa/const_typed_builder
Releases · koenichiwa/const_typed_builder
v0.3.0
What's Changed
- Add test package by @koenichiwa in #11
- Feature/decrease const amount by @koenichiwa in #20
- Feature/optionally implement build for each combination of valid booleans by @koenichiwa in #21
- Actually use different solver types by @koenichiwa in #22
- Feature/compilation fail tests trybuild by @koenichiwa in #15
- feature/get-ready-for-020 by @koenichiwa in #24
- Fix merging issues by @koenichiwa in #34
- Feature/general clean up by @koenichiwa in #38
- Update README.md by @koenichiwa in #39
- Update README.md by @koenichiwa in #43
- Change data field in MyTypeBuilder to __my_type_data by @koenichiwa in #44
- Add better examples to README by @koenichiwa in #46
- Feature/remove derive debug from foobuilder and foodata structs by @koenichiwa in #48
- Feature/add the builderskip attribute by @koenichiwa in #49
- Feature/add proc macro error by @koenichiwa in #50
- Small clean up by @koenichiwa in #52
- Feature/improve error messages by @koenichiwa in #53
- Feature/add documentation by @koenichiwa in #54
Full Changelog: v0.1.0...v0.3.0
v0.2.0
What's Changed
- Set up CI by creating rust.yml by @koenichiwa in #1
- Feature/assume mandatory by @koenichiwa in #3
- Feature/remove dead code and fix clippy check by @koenichiwa in #4
- Bump version for release by @koenichiwa in #6
- Added documentation to most of the code by @koenichiwa in #9
- Add effects to README.md by @koenichiwa in #10
- Add test package by @koenichiwa in #11
- Feature/decrease const amount by @koenichiwa in #20
- Feature/optionally implement build for each combination of valid booleans by @koenichiwa in #21
- Actually use different solver types by @koenichiwa in #22
- Feature/compilation fail tests trybuild by @koenichiwa in #15
- feature/get-ready-for-020 by @koenichiwa in #24
Full Changelog: v0.1.0...v0.2.0
v0.1.1
What's Changed
- Set up CI by creating rust.yml by @koenichiwa in #1
- Feature/assume mandatory by @koenichiwa in #3
- Feature/remove dead code and fix clippy check by @koenichiwa in #4
- Create v0.1.1 by @koenichiwa in #5
Full Changelog: v0.1.0...v0.1.1
v0.1.0
First version