Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Latest commit

 

History

History
186 lines (122 loc) · 14.9 KB

CHANGELOG.md

File metadata and controls

186 lines (122 loc) · 14.9 KB

Change Log

v1.0.2 (2020-03-06)

Full Changelog

Closed issues:

  • Newbie Q: Very confused about setting user ID. #80

Merged pull requests:

v1.0.1 (2019-10-17)

Full Changelog

Merged pull requests:

v1.0.0 (2019-10-01)

Full Changelog

Closed issues:

  • Broken link in documentation #69
  • Migration guide for restrictToRoles functionality #63
  • An in-range update of debug is breaking the build 🚨 #60

Merged pull requests:

v0.3.1 (2018-08-21)

Full Changelog

Closed issues:

  • Error: There is no current user to associate. #49
  • queryWithCurrentUser Generating the following error There is no current user to associate. #43

Merged pull requests:

v0.3.0 (2018-05-29)

Full Changelog

Closed issues:

  • restrictToRoles not returning current user's resources #53

Merged pull requests:

  • Remove documentation and deprecated restrictToAuthenticated #55 (daffl)
  • Remove role related hooks, use feathers-permissions instead #54 (daffl)

v0.2.0 (2018-04-20)

Full Changelog

Closed issues:

  • feathers-errors package is deprecated #46
  • hasRoleOrRestrict throwing "Too many arguments for 'find' method on Buzzard #41
  • weird error : import get from 'lodash.get'; #32
  • Nested id fields populates incorrect query #22
  • Bring back ownerOrRestrict hook #11

Merged pull requests:

  • Update all dependencies and use latest Lodash #51 (daffl)
  • Update to new plugin infrastructure, drop Node 4 support #50 (daffl)
  • update feathers-errors package to @feathersjs/errors (#46) #47 (mlippert)
  • Update sinon to the latest version 🚀 #45 (greenkeeper[bot])
  • Update sinon-chai to the latest version 🚀 #44 (greenkeeper[bot])
  • fix(hasRoleOrRestrict): usage w/ get method returns correct result #28 (meatwallace)

v0.1.7 (2018-02-22)

Full Changelog

Closed issues:

  • [feature request] restrictToRole can support ownerField as array, just like restrictToOwner #39

Merged pull requests:

v0.1.6 (2017-12-19)

Full Changelog

Merged pull requests:

  • Add restrictToAuthenticated deprecation warning and remove from docs #36 (daffl)
  • Move documentation from docs into the repo #35 (daffl)
  • Update nsp to the latest version 🚀 #33 (greenkeeper[bot])

v0.1.5 (2017-10-17)

Full Changelog

Closed issues:

  • restricToOwner doesn't seem work... #24
  • restrictToRoles with custom id field #20

Merged pull requests:

v0.1.4 (2017-06-01)

Full Changelog

Closed issues:

  • Hook "restrictToOwner" looses context (this) when wrapped #17
  • hook.app.get('authentication') might be a problem. #15

Merged pull requests:

  • Changed hooks to use hook.service instead of this #18 (3bola)

v0.1.3 (2017-05-09)

Full Changelog

Closed issues:

  • 'authentication' or 'auth' #13

Merged pull requests:

  • Use 'authentication' instead of 'auth' when setting options #14 (3bola)
  • Update semistandard to the latest version 🚀 #12 (greenkeeper[bot])

v0.1.2 (2017-04-14)

Full Changelog

Merged pull requests:

v0.1.1 (2017-04-12)

Full Changelog

Closed issues:

  • restrictToOwner 'as' option #7
  • The documentation link on the README is broken #6

Merged pull requests:

  • Pass ownerField from restrictToOwner as as in queryWithCurrentUser #8 (daffl)

v0.1.0 (2017-04-08)

Merged pull requests:

* This Change Log was automatically generated by github_changelog_generator