Skip to content
This repository has been archived by the owner on Jan 12, 2021. It is now read-only.

Releases: allegro/php-protobuf

Generating has methods

07 Jan 11:00
Compare
Choose a tag to compare
v0.12.4

Generating has methods

Generating has methods

07 Jan 11:00
Compare
Choose a tag to compare
v0.11.3

Generating has methods

Removed incorrectly implemented group skipping

14 Mar 07:58
Compare
Choose a tag to compare

Ignoring groups when compiling

11 Feb 13:50
Compare
Choose a tag to compare
v0.12.2

Version 0.12.2

Fixed version information

08 Feb 06:47
Compare
Choose a tag to compare
v0.12.1

Fixed version information

PHP7 support

03 Feb 10:40
Compare
Choose a tag to compare
v0.12.0

README update

Forcing use of the php-protobuf for protoc >= 3

03 Feb 10:27
Compare
Choose a tag to compare
v0.11.2

Forcing use of the php-protobuf for protoc >= 3

Bug fixes

29 Aug 10:50
Compare
Choose a tag to compare
  • nullable object fields,
  • not skipping empty embedded message on serialization,
  • fixed setting field values,
  • fixed unset field default values

protoc plugin, repeated packed field support and many more

18 Jul 13:24
Compare
Choose a tag to compare
  • adds a plugin for protoc to fully support Protocol Buffers syntax, including new kid in the block, syntax 3
  • adds a generation of PSR-0 compliant PHP classes,
  • adds a support for a repeated packed field,
  • fixes the segmentation fault bug,
  • makes the README more user-friendly,
  • fixes the stub,
  • removes the SplEnum usage because in fact it was only partial,
  • adds a printDebugString operation.

Initial release

03 Feb 07:52
Compare
Choose a tag to compare
Merge pull request #20 from dcelasun/master

Implement stub file for auto-complete support in IDEs