File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## v0.1.5 - 2019-07-20
8+ ### Changed
9+ - Using ` Array.wrap ` in apply_sort instead of ` [].flatten ` .
10+ - Adding specs on allowed sorted fields.
11+
712## v0.1.4 - 2019-07-17
813### Added
914- ` apply_filter ` can now handle multiple matching with a comma separated list of values: ` /contacts?filter[first_name]=Bruce,Peter `
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- jsonapi-scopes (0.1.4 )
4+ jsonapi-scopes (0.1.5 )
55 rails
66
77GEM
Original file line number Diff line number Diff line change 22
33module Jsonapi
44 module Scopes
5- VERSION = '0.1.4 '
5+ VERSION = '0.1.5 '
66 end
77end
You can’t perform that action at this time.
0 commit comments