File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed
lib/types_from_serializers Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 11PATH
22 remote: types_from_serializers
33 specs:
4- types_from_serializers (2.4 .0 )
4+ types_from_serializers (2.5 .0 )
55 listen (~> 3.2 )
66 oj_serializers (~> 2.0 , >= 2.0.2 )
77 railties (>= 5.1 )
Original file line number Diff line number Diff line change 1+ # [ 2.5.0] ( https://github.com/ElMassimo/types_from_serializers/compare/types_from_serializers@2.4.0...types_from_serializers@2.5.0 ) (2026-01-02)
2+
3+
4+ ### Bug Fixes
5+
6+ * generated types for self-referential attributes ([ #28 ] ( https://github.com/ElMassimo/types_from_serializers/issues/28 ) ) ([ abd5073] ( https://github.com/ElMassimo/types_from_serializers/commit/abd507321da6a796d29c8aab966d18c3c6627002 ) )
7+
8+
9+ ### Features
10+
11+ * add 'time' datatype ([ #30 ] ( https://github.com/ElMassimo/types_from_serializers/issues/30 ) ) ([ 9427a4a] ( https://github.com/ElMassimo/types_from_serializers/commit/9427a4a64f8e344416b84007b28e49ec7f8537c3 ) )
12+
13+
14+
115# [ 2.4.0] ( https://github.com/ElMassimo/types_from_serializers/compare/types_from_serializers@2.3.0...types_from_serializers@2.4.0 ) (2025-04-08)
216
317
Original file line number Diff line number Diff line change 22
33module TypesFromSerializers
44 # Public: This library adheres to semantic versioning.
5- VERSION = "2.4 .0"
5+ VERSION = "2.5 .0"
66end
You can’t perform that action at this time.
0 commit comments