Releases: arkency/protobuf-nested-struct
Releases · arkency/protobuf-nested-struct
v2.0.0
v1.2.1
Changed
- relaxed
google-protobuf
maximal dependency version to allow generous backwards compatibility in the Protobuf - testing on both minimal (3.25.7) and maximal (currently 4.30.2)
google-protobuf
versions
v1.2.0
Changed
- regenerated proto files with
protoc
25.7 to not use deprecated DSL, which breaks on newer (> 25) protocol buffer versions - enforcing minimal and maximal
google-protobuf
dependency version, according toprotoc
version used - enforcing minimal Ruby version to match the one in minimal
google-protobuf
requirement - modernizing gemspec (smaller released size) and bringing back CI process
- added missing license (MIT)
v.1.1.0
v1.0.0
Added
Serialize your primitives, arrays and hashes using protobuf. Supports nested arrays and hashes.
Supported types:
- nil
- integer
- float
- boolean
- string
- date
- time
- hash (keys must be strings, values' types must be on this list)
- array (elements' types must be on this list)