We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c42238 commit eae8203Copy full SHA for eae8203
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## Oj Serializers 2.1.0 (2026-01-02)
2
+
3
+### Fixes 🐞
4
5
+- [Improve sorting by :definition with more than 10 attributes in the list](https://github.com/ElMassimo/oj_serializers/commit/d58cb81) (#25)
6
7
## Oj Serializers 2.0.3 (2023-04-19)
8
9
### Features ✨
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- oj_serializers (2.0.3)
+ oj_serializers (2.1.0)
oj (>= 3.14.0)
GEM
lib/oj_serializers/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module OjSerializers
- VERSION = '2.0.3'
+ VERSION = '2.1.0'
end
0 commit comments