Feathers v4.0.0-pre.1 Release Notes

Release Date: 2019-05-08 // almost 5 years ago
  • ๐Ÿ› Bug Fixes

    • โž• Add registerPublisher alias for .publish (#1302) (98fe8f8)
    • Always require strategy parameter in authentication (#1327) (d4a8021)
    • Bring back params.authenticated (#1317) (a0ffd5e)
    • ๐ŸŒฒ Do not log as errors below a 500 response (#1256) (33fd0e4)
    • Guard against null in client side logout function (#1319) (fa7f057)
    • ๐Ÿ– Handle error oAuth redirect in authentication client (#1307) (12d48ee)
    • ๐Ÿ‘Œ Improve authentication parameter handling (#1333) (6e77204)
    • ๐Ÿ‘Œ Improve oAuth option handling and usability (#1335) (adb137d)
    • ๐Ÿ”€ Merge httpStrategies and authStrategies option (#1308) (afa4d55)
    • ๐Ÿ“‡ Rename jwtStrategies option to authStrategies (#1305) (4aee151)
    • โšก๏ธ Update version number check (53575c5)
    • โšก๏ธ Updated HooksObject typings (#1300) (b28058c)

    ๐Ÿ”‹ Features

    • โž• Add params.headers to all transports when available (#1303) (ebce79b)
    • Change and *JWT methods to *accessToken (#1304) (5ac826b)
    • express use service.methods (#945) (3f0b1c3)