Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: feathersjs/feathers
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.5.4
Choose a base ref
...
head repository: feathersjs/feathers
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.5.5
Choose a head ref
  • 10 commits
  • 48 files changed
  • 6 contributors

Commits on Apr 29, 2020

  1. Copy the full SHA
    98027c4 View commit details

Commits on May 5, 2020

  1. fix(authentication-oauth): Updated typings for projects with strictNu…

    …llChecks (#1941)
    
    Co-authored-by: David Luecke <daff@neyeon.com>
    deskoh and daffl authored May 5, 2020
    Copy the full SHA
    be91206 View commit details

Commits on May 18, 2020

  1. Copy the full SHA
    8fed5b9 View commit details
  2. Copy the full SHA
    9e7c0e1 View commit details

Commits on Jul 11, 2020

  1. Copy the full SHA
    ef55af0 View commit details
  2. Copy the full SHA
    a77b2d2 View commit details
  3. Copy the full SHA
    572fc1a View commit details
  4. Copy the full SHA
    4cdb7bf View commit details
  5. Copy the full SHA
    5d75954 View commit details
  6. chore(release): publish v4.5.5

    daffl committed Jul 11, 2020
    Copy the full SHA
    61936af View commit details
Showing with 1,606 additions and 949 deletions.
  1. +1 −1 .github/issue_template.md
  2. +1 −1 .github/pull_request_template.md
  3. +12 −0 changelog.md
  4. +2 −2 lerna.json
  5. +1,121 −745 package-lock.json
  6. +5 −5 package.json
  7. +8 −0 packages/authentication-client/CHANGELOG.md
  8. +16 −16 packages/authentication-client/package.json
  9. +2 −1 packages/authentication-client/test/index.test.ts
  10. +1 −1 packages/authentication-client/test/integration/express.test.ts
  11. +8 −0 packages/authentication-local/CHANGELOG.md
  12. +10 −10 packages/authentication-local/package.json
  13. +12 −0 packages/authentication-oauth/CHANGELOG.md
  14. +13 −13 packages/authentication-oauth/package.json
  15. +3 −2 packages/authentication-oauth/src/strategy.ts
  16. +6 −9 packages/authentication-oauth/test/fixture.ts
  17. +11 −0 packages/authentication/CHANGELOG.md
  18. +13 −13 packages/authentication/package.json
  19. +3 −8 packages/authentication/src/core.ts
  20. +1 −1 packages/authentication/src/hooks/authenticate.ts
  21. +8 −0 packages/client/CHANGELOG.md
  22. +21 −21 packages/client/package.json
  23. +1 −1 packages/client/webpack.config.js
  24. +8 −0 packages/commons/CHANGELOG.md
  25. +5 −5 packages/commons/package.json
  26. +8 −0 packages/configuration/CHANGELOG.md
  27. +6 −6 packages/configuration/package.json
  28. +8 −0 packages/errors/CHANGELOG.md
  29. +3 −3 packages/errors/package.json
  30. +8 −0 packages/express/CHANGELOG.md
  31. +11 −11 packages/express/package.json
  32. +11 −0 packages/feathers/CHANGELOG.md
  33. +133 −4 packages/feathers/index.d.ts
  34. +3 −3 packages/feathers/package.json
  35. +8 −0 packages/primus-client/CHANGELOG.md
  36. +8 −8 packages/primus-client/package.json
  37. +8 −0 packages/primus/CHANGELOG.md
  38. +10 −10 packages/primus/package.json
  39. +8 −0 packages/rest-client/CHANGELOG.md
  40. +13 −13 packages/rest-client/package.json
  41. +8 −0 packages/socketio-client/CHANGELOG.md
  42. +8 −8 packages/socketio-client/package.json
  43. +8 −0 packages/socketio/CHANGELOG.md
  44. +11 −11 packages/socketio/package.json
  45. +8 −0 packages/tests/CHANGELOG.md
  46. +8 −8 packages/tests/package.json
  47. +8 −0 packages/transport-commons/CHANGELOG.md
  48. +9 −9 packages/transport-commons/package.json
2 changes: 1 addition & 1 deletion .github/issue_template.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
### Steps to reproduce

(First please check that this issue is not already solved as [described
here](https://github.com/feathersjs/feathers/blob/master/.github/contributing.md#report-a-bug))
here](https://github.com/feathersjs/feathers/blob/crow/.github/contributing.md#report-a-bug))

- [ ] Tell us what broke. The more detailed the better.
- [ ] If you can, please create a simple example that reproduces the issue and link to a gist, jsbin, repo, etc. This makes it much easier for us to debug and issues that have a reproducable example will get higher priority.
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
### Summary

(If you have not already please refer to the contributing guideline as [described
here](https://github.com/feathersjs/feathers/blob/master/.github/contributing.md#pull-requests))
here](https://github.com/feathersjs/feathers/blob/crow/.github/contributing.md#pull-requests))

- [ ] Tell us about the problem your pull request is solving.
- [ ] Are there any open issues that are related to this?
12 changes: 12 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.5.4](https://github.com/feathersjs/feathers/compare/v4.5.3...v4.5.4) (2020-04-29)


### Bug Fixes

* **authentication-local:** Allow to hash passwords in array data ([#1936](https://github.com/feathersjs/feathers/issues/1936)) ([64705f5](https://github.com/feathersjs/feathers/commit/64705f5d9d4dc27f799da3a074efaf74379a3398))
* **authentication-oauth:** Add getEntity method to oAuth authentication and remove provider field for other calls ([#1935](https://github.com/feathersjs/feathers/issues/1935)) ([d925c1b](https://github.com/feathersjs/feathers/commit/d925c1bd193b5c19cb23a246f04fc46d0429fc75))





## [4.5.3](https://github.com/feathersjs/feathers/compare/v4.5.2...v4.5.3) (2020-04-17)


4 changes: 2 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -3,13 +3,13 @@
"packages": [
"packages/*"
],
"version": "4.5.4",
"version": "4.5.5",
"command": {
"bootstrap": {
"hoist": true
},
"publish": {
"allowBranch": "master",
"allowBranch": "crow",
"message": "chore(release): publish %s",
"conventionalCommits": true,
"createRelease": "github"
Loading