Skip to content

Releases: arkency/protobuf-nested-struct

v2.0.0

14 May 07:42
Compare
Choose a tag to compare

Changed

  • requiring minimal Protocol Buffers version 26.0, as described by the minimal allowed google-protobuf gem version in gemspec [#11]

v1.2.1

13 May 16:26
Compare
Choose a tag to compare

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

13 May 15:50
Compare
Choose a tag to compare

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 to protoc 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

13 May 16:24
Compare
Choose a tag to compare

Changed

  • #dump and #load API extended [92599c8]

v1.0.0

19 Apr 17:12
Compare
Choose a tag to compare

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)