- Support for Elixir 1.8
- Use
Jason
as default JSON encoder/decoder - Ability to change the JSON library through the configuration
- Ability to marshal into a file using
ExNdjson.marshal_into_file!/2
- Move Client API to a seperate supervised worker
- Downgrade Poison to 3.0.0 to align with Phoenix 1.3 dependencies
- Support for Elixir 1.6
- Ability to unmarshal NDJSON from a file
- Fixes & Improvements
- Basic functionality