Packages

Hyperbuffs is an Elixir library which strongly connects Phoenix to Protobuf definitions. Based on content negotiation from incoming requests, your controllers will seamlessly accept and respond in either JSON or Protobuf.

Current section

Files

Jump to
hyperbuffs CHANGELOG.md
Raw

CHANGELOG.md

# 0.2.2
* Upgrade dependencies (plug_protobufs, protobuf_ex)
* Upgrade to Jason as the default encoder
# 0.2.2
* Upgrade dependencies (plug_protobufs)
* Upgrade to Elixir 1.7
# 0.2.1
* Change to using [protobuf-ex](https://github.com/hayesgm/protobuf-ex) protobuf library, version 0.5
* Pick up version 0.1.1 of [plug_protobufs](https://github.com/hayesgm/plug_protobufs/tree/hayesgm/new-protobufs-ex) via mix.lock
# 0.2.0
* Rename HyperBuffs to Hyperbuffs (note capitalization change)
* Support Phoenix 1.3
* Add `Service` as a first class feature
* Change to using [protobuf-elixir](https://github.com/tony612/protobuf-elixir) protobuf library
# 0.1.0
* Initial build