- correctly handle the
pretty: false
option (ba318c8).
- correctly handle escape sequences in strings when pretty printing (794bbe4).
- pretty-printing support through
Jason.Formatter
andpretty: true
option inJason.encode/2
(d758e36).
- silence variable warnings for fields with underscores used during deriving (88dd85c).
- potential incompatibility don't raise
Protocol.UndefinedError
in non-bang functions (ad0f57b).
- fix
Jason.Encode.escape
type (a57b430) - multiple documentation improvements
No changes
- update
escape
option ofJason.encode/2
to take values::json | :unicode_safe | :html_safe | :javascript_safe
for consistency. Old values of:unicode
and:javascript
are still supported for compatibility with Poison. (f42dcbd)
Initial release