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

Releases: JaneJeon/objection-authorize

v5.0.2

31 Jan 01:05
Compare
Choose a tag to compare

This release fixes the default library option being set to role-acl, which is no longer supported.

#241

v5.0.1...v5.0.2

v5.0.1

20 Dec 04:18
cc4fd29
Compare
Choose a tag to compare

This release updates readme

  • update readme cec0e67
  • split out teardown into its own file 93cf4b5
  • let jest autoload any supporting files 954a1b6
  • Merge pull request #217 from JaneJeon/dependabot/npm_and_yarn/jest-27.4.5 876f690
  • Merge pull request #219 from JaneJeon/dependabot/npm_and_yarn/lint-staged-12.1.3 22f3aca
  • Merge pull request #218 from JaneJeon/dependabot/npm_and_yarn/http-errors-2.0.0 2ac386c
  • Bump lint-staged from 12.1.2 to 12.1.3 be1e026
  • Bump http-errors from 1.8.1 to 2.0.0 540186d
  • Bump jest from 27.4.4 to 27.4.5 3a5eb36
  • Merge pull request #216 from JaneJeon/dependabot/npm_and_yarn/jest-27.4.4 ec89939
  • Bump jest from 27.3.1 to 27.4.4 2465551
  • Merge pull request #214 from JaneJeon/dependabot/npm_and_yarn/lint-staged-12.1.2 89334c0
  • Bump lint-staged from 12.1.1 to 12.1.2 9daf6e3
  • Merge pull request #213 from JaneJeon/dependabot/npm_and_yarn/lint-staged-12.1.1 59d2251
  • Bump lint-staged from 12.0.2 to 12.1.1 6607303

v5.0.0...v5.0.1

v5.0.0

18 Nov 23:29
c3b2b4b
Compare
Choose a tag to compare

Knex >=0.95 and objection v3 support!

  • Merge pull request #212 from JaneJeon/dependabot/npm_and_yarn/knex-and-objection-0.95.14 61d29b9
  • fix 69752fc
  • Bump knex and objection f0328b2
  • Merge pull request #210 from JaneJeon/dependabot/npm_and_yarn/http-errors-1.8.1 3016708
  • Merge pull request #211 from JaneJeon/dependabot/npm_and_yarn/lint-staged-12.0.2 e13e88b
  • Bump lint-staged from 11.2.6 to 12.0.2 b4022b5
  • Bump http-errors from 1.8.0 to 1.8.1 8134fb4
  • Merge pull request #209 from JaneJeon/dependabot/npm_and_yarn/objection-2.2.18 a6371bc
  • Bump objection from 2.2.17 to 2.2.18 2eca85b
  • Merge pull request #208 from JaneJeon/dependabot/npm_and_yarn/lint-staged-11.2.6 467756c
  • Bump lint-staged from 11.1.2 to 11.2.6 e2ebfbc
  • god dammit 41dcc06
  • no more need for docker tests locally [skip ci] 994086b
  • docker-compose workflow for test ad2b2bd
  • makeover b6ad316
  • Merge pull request #205 from JaneJeon/dependabot/npm_and_yarn/eslint-plugin-promise-5.1.1 b22425d
  • Merge pull request #207 from JaneJeon/dependabot/npm_and_yarn/lint-staged-11.2.4 c3dd389
  • Merge pull request #206 from JaneJeon/dependabot/npm_and_yarn/jest-27.3.1 6f908a4
  • Bump lint-staged from 11.2.3 to 11.2.4 42ed1be
  • Bump jest from 27.3.0 to 27.3.1 ac04f00
  • Bump eslint-plugin-promise from 5.1.0 to 5.1.1 09d5eb7

v4.4.1...v5.0.0

v4.4.1

19 Oct 14:59
2f54fea
Compare
Choose a tag to compare

This patch release fixes inputItems issue while using opts.ignoreFields

  • fix inputItems issue 4160907
  • size isn't relevant to a backend library [skip ci] 029faaa

v4.4.0...v4.4.1

v4.4.0

18 Oct 19:25
6166f78
Compare
Choose a tag to compare

This release adds opts.ignoreFields. Read the documentation for more details.

  • ignore fields 38788aa
  • fuck pgadmin 9265017
  • Merge pull request #204 from JaneJeon/dependabot/npm_and_yarn/jest-27.3.0 1f3ae53
  • Merge pull request #203 from JaneJeon/dependabot/npm_and_yarn/eslint-plugin-import-2.25.2 cbf9186
  • Bump jest from 27.2.5 to 27.3.0 83da950
  • Bump eslint-plugin-import from 2.24.2 to 2.25.2 6e23030
  • Merge pull request #202 from JaneJeon/dependabot/npm_and_yarn/lint-staged-11.2.3 1b81851
  • Merge pull request #200 from JaneJeon/dependabot/npm_and_yarn/jest-27.2.5 202e52e
  • Bump jest from 27.2.4 to 27.2.5 5f70fcf
  • Bump lint-staged from 11.1.2 to 11.2.3 06591b2
  • Merge pull request #201 from JaneJeon/dependabot/npm_and_yarn/jest-junit-13.0.0 54c3839
  • Bump jest-junit from 12.2.0 to 13.0.0 42a04ac

v4.3.8...v4.4.0

v4.3.8

08 Oct 17:23
dad4ea7
Compare
Choose a tag to compare

This release replaces all usage of Object.keys() with lodash/keys, in order to resist against prototype pollution bugs.

What's Changed

Full Changelog: v4.3.7...v4.3.8

v4.3.7

20 Sep 21:23
39de90c
Compare
Choose a tag to compare

This release updates dependencies and standardizes object operations

v4.3.3

10 May 19:50
d3d4497
Compare
Choose a tag to compare

This release updates dependencies for security reasons (mainly lodash)

v4.3.2

09 Apr 01:30
cd3c4a5
Compare
Choose a tag to compare

Add tests for date comparison

v4.3.1

09 Apr 01:09
398cf0b
Compare
Choose a tag to compare

Fix date comparing logic