Skip to content

Releases: bitwalker/exprotobuf

Version 0.10.0

Choose a tag to compare

@bitwalker bitwalker released this 06 Jul 14:54

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

Choose a tag to compare

@bitwalker bitwalker released this 13 Jul 04:49

Changes

  • Update to Elixir 0.14.3
  • Build process speedup

Version 0.3.0

Choose a tag to compare

@bitwalker bitwalker released this 17 May 06:30

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