Skip to content

Releases: beam-community/jsonapi

Getting Better All of the Time

29 Apr 13:16

Choose a tag to compare

Added

Changed

  • Removed Config.required_fields
  • Documentation improvements

Fixes

v1.0.0 (The Big One)

31 Jan 20:40

Choose a tag to compare

Hot on the heels of 0.9.0, 1.0.0 is here! Please remember to upgrade to 0.9.0
first. You'll find the upgrade path much easier.

  • Added run Dialyzer on CI
  • Fixed bad includes result in HTTP 500 response
  • Removed all deprecated code
  • Added camelCase field support for JSON:API v1.1
  • Added support for arbitrary links
  • Added Elixir 1.8 to the build matrix

v0.9.0

19 Jan 23:20

Choose a tag to compare

This is the last release before 1.0. As such this release will feature a number
of deprecations that you'll want to either resolve before upgrading. Should
you have any trouble with these deprecations please file an issue.

  • Added Expand Build Matrix Again
  • Added Refactor String Manipulation Utility Module
  • Internal Move QueryParser Test
  • Added Expand Build Matrix
  • Added Add Plug to Transform Parameters
  • Fixed Namespace Deprecation module
  • Internal Consolidate Plug Locations
  • Fixed Set Content-Type for errors
  • Internal Improve Application.env handling in tests
  • Fixed Update regexes for underscore and dash
  • Internal Remove leading is_ from is_data_loaded?
  • Fixed Remove warning about hidden being undefined
  • Added Allows for conditionally hiding fields
  • Fixed Omit non-Object meta

Version 0.7.0

27 Feb 19:49
c6d860b

Choose a tag to compare

Updates and new version (#99)

* Apply Formatter

* Update TravisCI matrix

* Update dependencies and version

0.1.0

23 Dec 17:40

Choose a tag to compare

Merge pull request #20 from jeregrine/overhaul

[WIP] Overhaul of view and query handling

v0.0.2

22 Jun 15:21

Choose a tag to compare

v0.0.2 Pre-release
Pre-release

Making paging optional