Releases: bhftbootcamp/Serde.jl
Releases · bhftbootcamp/Serde.jl
v3.6.1
Serde v3.6.1
- Fix XML node order in serialization
Merged pull requests:
- Fix the order of serialized XML nodes (#82) (@artememelin)
v3.6.0
v3.5.0
Serde v3.5.0
- Refactored module for improved performance and maintainability.
Merged pull requests:
- Update README.md (#64) (@gryumov)
- Update LICENSE (#66) (@gryumov)
- Bump codecov/codecov-action from 4 to 5 (#68) (@dependabot[bot])
- Switch to YYJSON (#69) (@AlexKlo)
- Prettify code (#70) (@AlexKlo)
- Improve errors throws (#72) (@AlexKlo)
- Improve Tuple, Set deserialization (#73) (@AlexKlo)
- Improve code formatting (#74) (@gryumov)
- Add interface for ignoring custom type fields (#76) (@AlexKlo)
- Сlean up deserialization test (#77) (@gryumov)
v3.4.1
Serde v3.4.1
- Fix buffer closing, escape values, and add const for quotes
Merged pull requests:
- Fix closing buffers, escape values and add const for quote (#62) (@eliza-eliza)
v3.4.0
Serde v3.4.0
- Add json_value for AbstractArray
Merged pull requests:
- Add JSON string for AbstractArray (#61) (@eliza-eliza)
v3.3.0
Serde v3.3.0
- Add Tuple deserialization
Merged pull requests:
- Add Tuple deserialization (#60) (@eliza-eliza)
Closed issues:
- Tuple Deserialization (#59)
v3.2.0
v3.1.0
Serde v3.1.0
UUID support in other serializers
Merged pull requests:
- Fix serialization for UUIDs. (#53) (@dmitrii-doronin)
- UUID support in other serializers (#54) (@dmitrii-doronin)
v3.0.4
Serde v3.0.4
Fix deserialization of Union{Nulltype,AnyType}
Merged pull requests:
- I47 fix CSV deserialization of Union{Nulltype,AnyType} (#52) (@RongkunWang)
Closed issues:
- Compatible with CSV deserialization of Union{Nothing, Another} type (#47)
v3.0.3
Serde v3.0.3
- Updated documentation
Merged pull requests:
- Bump julia-actions/cache from 1 to 2 (#46) (@dependabot[bot])
- Move readme to index (#49) (@artememelin)
- Update CI (#50) (@artememelin)
Closed issues:
- Compatible with CSV deserialization of Union{Nothing, Another} type (#47)