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.4.1 - 2019-09-24
8+ ### Changed
9+ - Updating the Gemfile.lock
10+ - Updating readme
11+
712## v0.4.0 - 2019-09-24
813### Added
914- Adding ` Jsonapi::Include ` module to handle dynamic includes like so: ` /posts?include=comments,author `
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- jsonapi-scopes (0.4.0 )
4+ jsonapi-scopes (0.4.1 )
55 rails
66
77GEM
Original file line number Diff line number Diff line change 22
33module Jsonapi
44 module Scopes
5- VERSION = '0.4.0 '
5+ VERSION = '0.4.1 '
66 end
77end
You can’t perform that action at this time.
0 commit comments