LogViewer: An Web-based Log Viewer for Elixir and Phoenix IntelliJ Elixir 10.1.0

Versioning 0.1.0 released!

Versioning provides a way for API’s to remain backward compatible without the headache.

This technique is well described in the article APIs as infrastructure: future-proofing Stripe with versioning.

Through use of a simple data structure and DSL to “describe” your version changes through a schema, you can transform your base data to a version pinned to a user.

Check it out at: