File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning].
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.2.0] - 2024-11-26
11
+
10
12
## Added
11
13
12
14
- Add support for enum attributes declared using ` ActiveRecord::Enum ` or explicitly in serializers ([ @envek ] )
@@ -19,7 +21,8 @@ and this project adheres to [Semantic Versioning].
19
21
20
22
- Do not override ` Typelizer.dirs ` in the railtie initializer ([ @patvice ] )
21
23
- Do not raise on empty nested serializers ([ @skryukov ] )
22
- - Attribute options merging in inherited serializers ([ @Envek ] )
24
+ - Attribute options merging in inherited serializers ([ @envek ] )
25
+ - Allow recursive type definition ([ @okuramasafumi ] )
23
26
24
27
## [ 0.1.5] - 2024-10-07
25
28
@@ -77,7 +80,8 @@ and this project adheres to [Semantic Versioning].
77
80
[ @patvice ] : https://github.com/patvice
78
81
[ @skryukov ] : https://github.com/skryukov
79
82
80
- [ Unreleased ] : https://github.com/skryukov/typelizer/compare/v0.1.5...HEAD
83
+ [ Unreleased ] : https://github.com/skryukov/typelizer/compare/v0.2.0...HEAD
84
+ [ 0.2.0 ] : https://github.com/skryukov/typelizer/compare/v0.1.5...v0.2.0
81
85
[ 0.1.5 ] : https://github.com/skryukov/typelizer/compare/v0.1.4...v0.1.5
82
86
[ 0.1.4 ] : https://github.com/skryukov/typelizer/compare/v0.1.3...v0.1.4
83
87
[ 0.1.3 ] : https://github.com/skryukov/typelizer/compare/v0.1.2...v0.1.3
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module Typelizer
4
- VERSION = "0.1.5 "
4
+ VERSION = "0.2.0 "
5
5
end
You can’t perform that action at this time.
0 commit comments