LeapSerial v0.2.0 Release Notes

Release Date: 2015-10-24 // over 8 years ago
  • ๐Ÿš€ This release brings in reflection support, protobuf wire format support, and also adds support for a few built-in types.

    • #11 is the compatibility break. It adds the pure virtual method IArchive::IsEof
    • ๐Ÿ‘ #1 generalizes serialization support for std::chrono
    • ๐Ÿ›  #4, #33, and #37 fixes the CMake installation procedure
    • #9 enables the WIX installer generator
    • ๐Ÿš€ #7 adds an optional concept for parity with Protobuf's notion of optional. This implementation is meant to be replaced by std::optional when it is officially released.
    • ๐ŸŽ #12 fixes some performance issues in how some types were serialized
    • #14, #19, #26, #25, and #29 implement the protobufs wire format
    • #30 allows a .proto file to be generated from a LeapSerial leap::descriptor