File tree Expand file tree Collapse file tree 1 file changed +53
-0
lines changed
Expand file tree Collapse file tree 1 file changed +53
-0
lines changed Original file line number Diff line number Diff line change 1+ ## [ 0.4.2] - Unreleased
2+
3+ ### Changed
4+
5+ - Params that have default values are no longer required to prepare the operation.
6+
7+ ## [ 0.4.1] - 2023/06/22
8+
9+ ### Changed
10+
11+ - Updated tests.
12+ - Tweaked operation templates.
13+
14+ ## [ 0.4.0] - 2023/06/22
15+
16+ ### Removed
17+
18+ - Removed dry-monads as a dependency of TypedOperation. It can now be included in ApplicationOperation instead.
19+
20+ ### Added
21+
22+ - Generator now creates a test file.
23+
24+ ### Changed
25+
26+ - Avoided leaking the implementation detail of using dry-struct under the hood.
27+
28+ ## [ 0.3.0] - 2023/06/19
29+
30+ ### Removed
31+
32+ - Ruby 2.7 is not supported currently.
33+ - Rails 6 is not supported currently due to vident dependency. Considering Literal::Attributes instead.
34+
35+ ### Changed
36+
37+ - Updated test config.
38+ - Added Github workflow for testing.
39+
40+ ### Added
41+
42+ - Added some tests and updated docs.
43+ - Added typed operation install and 'typed_operation' generators.
44+
45+ ### Fixed
46+
47+ - Fixed 'require's.
48+
49+ ## [ 0.1.0] - Unreleased
50+
51+ ### Added
52+
53+ - Initial implementation of the project.
You can’t perform that action at this time.
0 commit comments