protozero v1.3.0 Release Notes

Release Date: 2016-02-18 // about 8 years ago
  • โž• Added

    • โž• Added config.hpp header which now includes all the macro magic to configure the library for different architectures etc.
    • ๐Ÿ†• New way to create repeated packed fields without using an iterator.
    • โž• Add rollback() function to pbf_writer for "manual" rollback.

    ๐Ÿ”„ Changed

    • ๐Ÿ“š Various test and documentation cleanups.
    • ๐Ÿ“‡ Rename pbf_types.hpp to types.hpp.