@@ -5,96 +5,104 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ 0.3 .0] - 2024-09-24
8+ ## [ 0.4 .0] - 2025-10-14
99
1010[ Diff] ( https://github.com/Verseth/ruby-shale-builder/compare/v0.3.0...v0.2.1 )
1111
12+ ### Changes
13+ - Add ` Shale::Builder::NestedValidations `
14+ - Add ` Shale::Builder#alias_attribute `
15+
16+ ## [ 0.3.0] - 2025-09-24
17+
18+ [ Diff] ( https://github.com/Verseth/ruby-shale-builder/compare/v0.2.1...v0.3.0 )
19+
1220### Changes
1321- Add support for ` BigDecimal `
1422
1523## [ 0.2.1] - 2024-07-16
1624
17- [ Diff] ( https://github.com/Verseth/ruby-shale-builder/compare/v0.2.1 ...v0.2.0 )
25+ [ Diff] ( https://github.com/Verseth/ruby-shale-builder/compare/v0.2.0 ...v0.2.1 )
1826
1927### Changes
2028- Add additional sorbet type documentation
2129
2230## [ 0.2.0] - 2024-06-11
2331
24- [ Diff] ( https://github.com/Verseth/ruby-shale-builder/compare/v0.2.0 ...v0.1.9 )
32+ [ Diff] ( https://github.com/Verseth/ruby-shale-builder/compare/v0.1.9 ...v0.2.0 )
2533
2634### Changes
2735- Add support for ` return_type ` and ` setter_type ` in custom primitive shale types
2836- Add a more thorough description of sorbet and tapioca support in the README
2937
3038## [ 0.1.9] - 2024-06-03
3139
32- [ Diff] ( https://github.com/Verseth/ruby-shale-builder/compare/v0.1.9 ...v0.1.8 )
40+ [ Diff] ( https://github.com/Verseth/ruby-shale-builder/compare/v0.1.8 ...v0.1.9 )
3341
3442### Changes
3543- Fix the signature of ` new ` class method
3644
3745## [ 0.1.8] - 2024-05-15
3846
39- [ Diff] ( https://github.com/Verseth/ruby-shale-builder/compare/v0.1.8 ...v0.1.7 )
47+ [ Diff] ( https://github.com/Verseth/ruby-shale-builder/compare/v0.1.7 ...v0.1.8 )
4048
4149### Changes
4250- Sort attribute names in the tapioca compiler
4351
4452## [ 0.1.7] - 2024-05-13
4553
46- [ Diff] ( https://github.com/Verseth/ruby-shale-builder/compare/v0.1.7 ...v0.1.6 )
54+ [ Diff] ( https://github.com/Verseth/ruby-shale-builder/compare/v0.1.6 ...v0.1.7 )
4755
4856### Changes
4957- Drop support for Ruby 3.0
5058- Add support for Ruby 3.3
5159
5260## [ 0.1.6] - 2024-05-13
5361
54- [ Diff] ( https://github.com/Verseth/ruby-shale-builder/compare/v0.1.6 ...v0.1.5 )
62+ [ Diff] ( https://github.com/Verseth/ruby-shale-builder/compare/v0.1.5 ...v0.1.6 )
5563
5664### Changes
5765- Add support for doc strings in the tapioca compiler
5866
5967## [ 0.1.5] - 2024-05-13
6068
61- [ Diff] ( https://github.com/Verseth/ruby-shale-builder/compare/v0.1.5 ...v0.1.4 )
69+ [ Diff] ( https://github.com/Verseth/ruby-shale-builder/compare/v0.1.4 ...v0.1.5 )
6270
6371### Changes
6472- Fix a bug in the tapioca compiler
6573
6674## [ 0.1.4] - 2024-05-13
6775
68- [ Diff] ( https://github.com/Verseth/ruby-shale-builder/compare/v0.1.4 ...v0.1.3 )
76+ [ Diff] ( https://github.com/Verseth/ruby-shale-builder/compare/v0.1.3 ...v0.1.4 )
6977
7078### Changes
7179- Add a tapioca compiler for shale and shale builder
7280
7381## [ 0.1.3] - 2023-11-23
7482
75- [ Diff] ( https://github.com/Verseth/ruby-shale-builder/compare/v0.1.3 ...v0.1.2 )
83+ [ Diff] ( https://github.com/Verseth/ruby-shale-builder/compare/v0.1.2 ...v0.1.3 )
7684
7785### Changes
7886- Change shale version dependency from ` < 1.0 ` to ` < 2.0 `
7987
8088## [ 0.1.2] - 2023-10-11
8189
82- [ Diff] ( https://github.com/Verseth/ruby-shale-builder/compare/v0.1.2 ...v0.1.1 )
90+ [ Diff] ( https://github.com/Verseth/ruby-shale-builder/compare/v0.1.1 ...v0.1.2 )
8391
8492### Changes
8593- Add support for collections
8694- Drop support for Ruby 2.7
8795
8896## [ 0.1.1] - 2023-02-22
8997
90- [ Diff] ( https://github.com/Verseth/ruby-shale-builder/compare/v0.1.1 ...v0.1.0 )
98+ [ Diff] ( https://github.com/Verseth/ruby-shale-builder/compare/v0.1.0 ...v0.1.1 )
9199
92100### Changes
93101- Add support for inheritance
94102
95103## [ 0.1.0] - 2023-02-21
96104
97- [ Diff] ( https://github.com/Verseth/ruby-shale-builder/compare/v0.1 .0...v0.0 .0 )
105+ [ Diff] ( https://github.com/Verseth/ruby-shale-builder/compare/v0.0 .0...v0.1 .0 )
98106
99107### Changes
100108- Initial release
0 commit comments