Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Releases: ontohub/graphql-pundit

v0.7.1

20 Jun 08:38
b5961fb
Compare
Choose a tag to compare
  • Fixes an interoperation problem when using graphql-pundit 0.7 and graphql 1.7

Yanked for faulty publication

17 Jun 11:40
0e2fb3e
Compare
Choose a tag to compare
  • Support for the class based API

0.6.0

19 Mar 09:04
b2887cf
Compare
Choose a tag to compare

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
e43207c
Compare
Choose a tag to compare
  • Fix a problem when using scopes with Sequel 5 (#29)

0.5.0

27 Oct 14:16
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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
Choose a tag to compare

Changelog

  • #13 Allow passing policy class to scope

0.2.0

19 Sep 07:51
Compare
Choose a tag to compare

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
Choose a tag to compare
Merge pull request #5 from ontohub/improve

Improve