Support for pretty printing by passing options through to Jason 1.1

This commit is contained in:
Marcel Otto 2018-07-11 00:17:36 +02:00
commit a40e2a5026
6 changed files with 47 additions and 7 deletions

View file

@ -5,6 +5,16 @@ This project adheres to [Semantic Versioning](http://semver.org/) and
[Keep a CHANGELOG](http://keepachangelog.com).
## Unreleased
- Upgrade to Jason 1.1
- Pass options to `JSON.LD.Encoder.encode/2` and `JSON.LD.Encoder.encode!/2`
through to Jason; this allows to use the new Jason pretty printing options
[Compare v0.2.2...HEAD](https://github.com/marcelotto/jsonld-ex/compare/v0.2.2...HEAD)
## 0.2.2 - 2018-03-17
### Added