Releases: ontohub/graphql-pundit
Releases · ontohub/graphql-pundit
v0.7.1
20 Jun 08:38
Compare
Sorry, something went wrong.
No results found
Fixes an interoperation problem when using graphql-pundit 0.7 and graphql 1.7
Yanked for faulty publication
17 Jun 11:40
Compare
Sorry, something went wrong.
No results found
Support for the class based API
0.6.0
19 Mar 09:04
Compare
Sorry, something went wrong.
No results found
Introduces before_scope and after_scope. scope is now deprecated in favor of before_scope, which behaves equally.
0.5.1
27 Nov 16:43
Compare
Sorry, something went wrong.
No results found
Fix a problem when using scopes with Sequel 5 (#29 )
0.5.0
27 Oct 14:16
Compare
Sorry, something went wrong.
No results found
Bump version to 0.5.0 (#27 )
Refactoring (#26 )
23 allow passing a lambda as record (#25 )
Use RSpec progress bar formatter: Fuubar. (#24 )
Update rubocop requirement to ~> 0.51.0 (#22 )
0.4.0
06 Oct 07:27
Compare
Sorry, something went wrong.
No results found
Allow passing explicit policy (#20 ) (Warning : This is a breaking change. See the pull request for information on how to migrate)
Update pry requirement to ~> 0.11.0 (#19 )
Update graphql requirement to >= 1.6.4, < 1.8.0 (#18 )
Update ruby to 2.4.2 (#17 )
Build with more ruby versions (#16 )
Update simplecov requirement to ~> 0.15.1 (#15 )
Update rubocop requirement to ~> 0.50.0 (#14 )
0.3.0
19 Sep 07:52
Compare
Sorry, something went wrong.
No results found
Changelog
#13 Allow passing policy class to scope
0.2.0
19 Sep 07:51
Compare
Sorry, something went wrong.
No results found
Changelog
#1 Allow passing a lambda to authorize
#2 Support scopes
#4 Set up build tools
#7 Improve code style
Initial release
07 Aug 19:50
Compare
Sorry, something went wrong.
No results found
Merge pull request #5 from ontohub/improve
Improve