Skip to content

Releases: jeffgrunewald/maverick

v0.3.0

23 Feb 03:22
37885bf
Compare
Choose a tag to compare

Updates the dependencies to the latest and strips out (Plug) Cowboy as the test server in favor of the Bandit server

v0.2.0

31 Aug 19:56
Compare
Choose a tag to compare

Breaking change: This version removes explicit support for Elli web server in favor of a Plug-based abstraction that allows Maverick to support the entirety of the existing Plug ecosystem for things such as auth, encoding/decoding, GraphQL support, etc.

Future changes will enable Maverick to interchangeably support Elli, Cowboy, or any other webserver that is compatible with Plug.

v0.1.0

02 Dec 14:55
1682b10
Compare
Choose a tag to compare

Initial release: it works!