Releases: blake-education/exbuf_plug
Releases · blake-education/exbuf_plug
2.0.1
2.0.0
Added
- bump Elixir to 1.16.3 and Erlang to 26.2.5.6 for testing
- change package dependency from
ex_protobufstoprotobufs, this is a potentially breaking change:- when decoding, the nested complex types are now the relevant struct, not a map
- run
mix deps.unlock --unusedto clean up yourmix.lockfile.
1.0.0
What's Changed
- update ex_doc by @MarcusHoile in #4
- add formatter rule, line length 120 by @MarcusHoile in #5
- feat: support multipart forms by @lucas-nelson in #6
New Contributors
- @lucas-nelson made their first contribution in #6
Full Changelog: 0.1.0...1.0.0
upgrade cowboy, plug and exprotobuf
Merge pull request #3 from blake-education/upgrade-cowboy-plug upgrade deps cowboy, plug and exprotobuf