Skip to content

Releases: bitwalker/exprotobuf

Version 0.10.0

06 Jul 14:54
Compare
Choose a tag to compare

Changes

  • Expose atoms/0 and values/0 functions on enumerations, which allows you to do lookups on those values if desired.
  • Update gpb dependency to use hex package, removing the need for the explicit dependency in user projects
  • A handful of other fixes/PRs

Version 0.7.0

13 Jul 04:49
Compare
Choose a tag to compare

Changes

  • Update to Elixir 0.14.3
  • Build process speedup

Version 0.3.0

17 May 06:30
Compare
Choose a tag to compare

Version 0.3.0

Update to be compatible with 0.13.3

  • No more records anywhere internally
  • Preserve location in macros for better error tracking
  • A few odds and ends for the internals