jason v1.1.0 Release Notes

Release Date: 2018-07-02 // almost 6 years ago
  • ✨ Enhancements

    • 🖨 pretty-printing support through Jason.Formatter and pretty: true option in Jason.encode/2 (d758e36).

    🐛 Bug fixes

    • ⚠ silence variable warnings for fields with underscores used during deriving (88dd85c).
    • potential incompatibility don't raise Protocol.UndefinedError in non-bang functions (ad0f57b).