WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit b47ac0f

Browse files
committed
1 parent a4e38a9 commit b47ac0f

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: types_from_serializers
33
specs:
4-
types_from_serializers (2.3.0)
4+
types_from_serializers (2.4.0)
55
listen (~> 3.2)
66
oj_serializers (~> 2.0, >= 2.0.2)
77
railties (>= 5.1)

types_from_serializers/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [2.4.0](https://github.com/ElMassimo/types_from_serializers/compare/[email protected][email protected]) (2025-04-08)
2+
3+
4+
### Features
5+
6+
* add support for json and jsonb fields ([#25](https://github.com/ElMassimo/types_from_serializers/issues/25)) ([34e747f](https://github.com/ElMassimo/types_from_serializers/commit/34e747f11ebdd032484d10679240701eb2548ed3))
7+
* convert uuid fields to string type ([#24](https://github.com/ElMassimo/types_from_serializers/issues/24)) ([35c87a9](https://github.com/ElMassimo/types_from_serializers/commit/35c87a96365d32d40adce5ba9fddd3d380f29169))
8+
9+
10+
111
# [2.3.0](https://github.com/ElMassimo/types_from_serializers/compare/[email protected][email protected]) (2024-08-23)
212

313

types_from_serializers/lib/types_from_serializers/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
module TypesFromSerializers
44
# Public: This library adheres to semantic versioning.
5-
VERSION = "2.3.0"
5+
VERSION = "2.4.0"
66
end

0 commit comments

Comments
 (0)