Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 1.31 KB

CHANGELOG.md

File metadata and controls

44 lines (34 loc) · 1.31 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

v0.4.1 - 2019-09-24

Changed

  • Updating the Gemfile.lock
  • Updating readme

v0.4.0 - 2019-09-24

Added

  • Adding Jsonapi::Include module to handle dynamic includes like so: /posts?include=comments,author

v0.3.0 - 2019-09-16

Changed

  • Raise Jsonapi::InvalidAttributeError when attribute is invalid.

v0.2.0 - 2019-08-01

Fixed

  • Adding condition when spliting filter_params to prevent issue.

v0.1.5 - 2019-07-20

Changed

  • Using Array.wrap in apply_sort instead of [].flatten.
  • Adding specs on allowed sorted fields.

v0.1.4 - 2019-07-17

Added

  • apply_filter can now handle multiple matching with a comma separated list of values: /contacts?filter[first_name]=Bruce,Peter

v0.1.3 - 2019-05-22

Added

Changed

  • apply_filter use the method all to generate an ActiveRecord collection.
  • apply_sort has now optional params.

Removed

  • Remove 'attr_readeronfilters`.