Skip to content

Latest commit

 

History

History
464 lines (180 loc) · 17 KB

File metadata and controls

464 lines (180 loc) · 17 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

4.5.4 (2020-04-29)

Note: Version bump only for package @feathersjs/express

4.5.3 (2020-04-17)

Note: Version bump only for package @feathersjs/express

4.5.2 (2020-03-04)

Bug Fixes

4.5.1 (2020-01-24)

Note: Version bump only for package @feathersjs/express

4.5.0 (2020-01-18)

Note: Version bump only for package @feathersjs/express

4.4.3 (2019-12-06)

Note: Version bump only for package @feathersjs/express

4.4.1 (2019-11-27)

Note: Version bump only for package @feathersjs/express

4.4.0 (2019-11-27)

Features

  • authentication: Add parseStrategies to allow separate strategies for creating JWTs and parsing headers (#1708) (5e65629)

4.3.11 (2019-11-11)

Note: Version bump only for package @feathersjs/express

4.3.10 (2019-10-26)

Note: Version bump only for package @feathersjs/express

4.3.9 (2019-10-26)

Bug Fixes

4.3.7 (2019-10-14)

Bug Fixes

  • Typings for express request and response properties (#1609) (38cf8c9)

4.3.5 (2019-10-07)

Note: Version bump only for package @feathersjs/express

4.3.4 (2019-10-03)

Note: Version bump only for package @feathersjs/express

4.3.3 (2019-09-21)

Note: Version bump only for package @feathersjs/express

4.3.2 (2019-09-16)

Bug Fixes

  • Add info to express error handler logger type (#1557) (3e1d26c)

4.3.1 (2019-09-09)

Note: Version bump only for package @feathersjs/express

4.3.0 (2019-08-27)

Note: Version bump only for package @feathersjs/express

4.3.0-pre.4 (2019-08-22)

Note: Version bump only for package @feathersjs/express

4.3.0-pre.3 (2019-08-19)

Bug Fixes

  • Update all dependencies (7d53a00)

4.3.0-pre.2 (2019-08-02)

Bug Fixes

  • Add method to reliably get default authentication service (#1470) (e542cb3)

4.3.0-pre.1 (2019-07-11)

Note: Version bump only for package @feathersjs/express

4.0.0-pre.5 (2019-07-10)

Bug Fixes

  • Remove unnecessary top level export files in @feathersjs/express (#1442) (73c3fb2)

Features

  • @feathersjs/express allow to pass an existing Express application instance (#1446) (853a6b0)

4.0.0-pre.4 (2019-07-05)

Bug Fixes

4.0.0-pre.3 (2019-06-01)

Bug Fixes

4.0.0-pre.2 (2019-05-15)

Bug Fixes

4.0.0-pre.1 (2019-05-08)

Bug Fixes

  • Always require strategy parameter in authentication (#1327) (d4a8021)
  • Merge httpStrategies and authStrategies option (#1308) (afa4d55)

Features

  • Add params.headers to all transports when available (#1303) (ebce79b)
  • express use service.methods (#945) (3f0b1c3)

4.0.0-pre.0 (2019-04-21)

Bug Fixes

  • Make Mocha a proper devDependency for every repository (#1053) (9974803)
  • Update adapter common tests (#1135) (8166dda)
  • Update all dependencies to latest (#1206) (e51e0f6)
  • chore: Properly configure and run code linter (#1092) (fd3fc34)
  • package: update @feathersjs/commons to version 2.0.0 (#31) (c1ef5b1)
  • package: update debug to version 3.0.0 (#2) (7e19603)

Features

  • @feathersjs/authentication-oauth (#1299) (656bae7)
  • Add AuthenticationBaseStrategy and make authentication option handling more explicit (#1284) (2667d92)
  • Add TypeScript definitions (#1275) (9dd6713)
  • Allow registering a service at the root level (#1115) (c73d322)
  • Authentication v3 client (#1240) (65b43bd)
  • Authentication v3 Express integration (#1218) (82bcfbe)

BREAKING CHANGES

  • Rewrite for authentication v3

1.3.1 (2019-01-02)

Bug Fixes

1.3.0 (2018-12-16)

Bug Fixes

  • Make Mocha a proper devDependency for every repository (#1053) (9974803)
  • chore: Properly configure and run code linter (#1092) (fd3fc34)

Features

  • Allow registering a service at the root level (#1115) (c73d322)

1.2.7 (2018-09-21)

Note: Version bump only for package @feathersjs/express

1.2.6 (2018-09-17)

Note: Version bump only for package @feathersjs/express

1.2.5 (2018-09-02)

Note: Version bump only for package @feathersjs/express

1.2.4

v1.2.3 (2018-06-03)

Full Changelog

Closed issues:

  • Question: How to handle JSON:API #26
  • [Proposal] Allow multiple express middleware functions to be passed into app.use #24

Merged pull requests:

v1.2.2 (2018-04-16)

Full Changelog

Merged pull requests:

  • Allow multiple express middleware functions to be passed into app.use #25 (eXigentCoder)

v1.2.1 (2018-03-29)

Full Changelog

Closed issues:

  • Error in error hook results in unhandled rejection #21
  • Error handler in wrapper hides breaks and hides real error #13

Merged pull requests:

v1.2.0 (2018-02-09)

Full Changelog

Closed issues:

  • Error in create method results in unhandled rejection #19
  • @feathersjs/express call without paramaters could returns an instance of express #18
  • Feathers-express blows up the feathers application version property and the example doesn't work #16

Merged pull requests:

v1.1.2 (2017-11-16)

Full Changelog

Merged pull requests:

  • Export default and original Express object #12 (daffl)

v1.1.1 (2017-11-06)

Full Changelog

Merged pull requests:

  • Also add notFound to export #11 (daffl)

v1.1.0 (2017-11-05)

Full Changelog

Merged pull requests:

  • Re-export Express error handler #10 (daffl)

v1.0.0 (2017-11-01)

Full Changelog

v1.0.0-pre.4 (2017-10-25)

Full Changelog

Merged pull requests:

  • Update to better returnHook handling #9 (daffl)

v1.0.0-pre.3 (2017-10-21)

Full Changelog

Merged pull requests:

  • Add REST provider to Express framework bindings #8 (daffl)
  • Update repository name and move to npm scope #7 (daffl)
  • Update axios to the latest version 🚀 #6 (greenkeeper[bot])

v1.0.0-pre.2 (2017-10-18)

Full Changelog

Merged pull requests:

v1.0.0-pre.1 (2017-07-19)

Merged pull requests:

* This Change Log was automatically generated by github_changelog_generator