File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
lib/active_model/serializer Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
1
## 0.09.x
2
2
3
- ### [ 0-9-stable] ( https://github.com/rails-api/active_model_serializers/compare/v0.9.9...0-9-stable )
3
+ ### [ 0-9-stable] ( https://github.com/rails-api/active_model_serializers/compare/v0.9.10...0-9-stable )
4
+
5
+ ### [ v0.9.10 (2024-04-09)] ( https://github.com/rails-api/active_model_serializers/compare/v0.9.9...v0.9.10 )
6
+
7
+ - Fix
8
+ - [ #2464 ] ( https://github.com/rails-api/active_model_serializers/pull/2464 ) Do not load ActionController::TestCase in production (@byroot )
9
+ - Perf
10
+ - [ #2465 ] ( https://github.com/rails-api/active_model_serializers/pull/2465 ) Make compatible with enable-frozen-string-literal (@byroot )
11
+ - [ #2463 ] ( https://github.com/rails-api/active_model_serializers/pull/2463 ) Shape Friendly ActionController: Serialization (@byroot )
12
+ - Chore
13
+ - [ #2462 ] ( https://github.com/rails-api/active_model_serializers/pull/2462] ) Rails 7.1, Ruby 3.3 compat (@byroot )
14
+ - Test
15
+ - [ #2447 ] ( https://github.com/rails-api/active_model_serializers/pull/2447 ) Configure CI on GitHub actoins (@Physium )
4
16
5
17
### [ v0.9.9 (2023-05-18)] ( https://github.com/rails-api/active_model_serializers/compare/v0.9.8...v0.9.8 )
6
18
Original file line number Diff line number Diff line change 2
2
3
3
module ActiveModel
4
4
class Serializer
5
- VERSION = '0.9.9 '
5
+ VERSION = '0.9.10 '
6
6
end
7
7
end
You can’t perform that action at this time.
0 commit comments