All Versions
76
Latest Version
Avg Release Cycle
14 days
Latest Release
985 days ago

Changelog History
Page 8

  • v4.0.0-pre.3 Changes

    June 01, 2019

    ๐Ÿ› Bug Fixes

    • ๐Ÿ‘‰ Make oAuth paths more consistent and improve authentication client (#1377) (adb2543)
    • Set authenticated: true after successful authentication (#1367) (9918cff)
    • Typings fix and improvements. (#1364) (515b916)
    • โšก๏ธ Update dependencies and fix tests (#1373) (d743a7f)
  • v4.0.0-pre.2 Changes

    May 15, 2019

    ๐Ÿ› Bug Fixes

    • Throw NotAuthenticated on token verification errors (#1357) (e0120df)
    • typescript: finally should be optional (#1350) (f439a9e)
    • โž• Add fallback for legacy socket authenticate event (#1356) (61b1056)
    • Correctly read the oauth strategy config (#1349) (9abf314)
    • ๐Ÿ›  Fix versioning tests. Closes #1346 (dd519f6)
    • ๐Ÿ‘‰ Use export = in TypeScript definitions (#1285) (12d0f4b)

    ๐Ÿ”‹ Features

  • v4.0.0-pre.1 Changes

    May 08, 2019

    ๐Ÿ› 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)
  • v4.0.0-pre.0 Changes

    April 21, 2019

    ๐Ÿ› Bug Fixes

    • โž• Add test to make sure different id in adapter query works (#1165) (0ba4580)
    • โž• Add whitelist and filter support to common adapter service (#1132) (df1daaa)
    • โž• Added path and method in to express request for passport (#1112) (afa1cb4)
    • Authentication core improvements (#1260) (c5dc7a2)
    • Catch connection initialization errors (#1043) (4f9acd6)
    • Compare socket event data using lodash's isEqual instead of indexOf (#1061) (f706db3)
    • Do not inherit app object from Object prototype (#1153) (ed8c2e4)
    • ๐Ÿ›  Fix AdapterService multi option when set to true (#1134) (40402fc)
    • ๐Ÿ‘Œ Improve JWT authentication option handling (#1261) (31b956b)
    • ๐Ÿ‘‰ make codeclimate conform to rule of three (#1076) (0a2ce87)
    • ๐Ÿ‘‰ Make Mocha a proper devDependency for every repository (#1053) (9974803)
    • ๐Ÿ“œ More robust parsing of mongodb connection string. Use new url parser. (#1002) (74b31df)
    • Normalize params to object even when it is falsy (#1012) (af97818)
    • โšก๏ธ Only merge authenticated property on update (8a564f7)
    • โฌ‡๏ธ reduce authentication connection hook complexity and remove unnecessary checks (fa94b2f)
    • ๐Ÿ‘Œ support a secretProvider (#1063) (9da26ad)
    • ๐Ÿ‘Œ Support Logger swallowing (#995) (5b3b37e), closes /github.com/feathersjs/generator-feathers/pull/392#issuecomment-420408312
    • Throw error in filterQuery when query parameter is unknown (#1131) (cd1a183)
    • โšก๏ธ Update 401.html (#983) (cec6bae)
    • โšก๏ธ Update 404.html (#984) (72132d1)
    • โšก๏ธ Update adapter common tests (#1135) (8166dda)
    • โšก๏ธ Update adapter common tests to check for falsy (#1140) (2856722)
    • โšก๏ธ Update adapter tests to not rely on error instance (#1202) (6885e0e)
    • โšก๏ธ Update all dependencies to latest (#1206) (e51e0f6)
    • adapter-commons: Keep Symbols when filtering a query (#1141) (c9f55d8)
    • authentication: Fall back when req.app is not the application when emitting events (#1185) (6a534f0)
    • chore: Add .npmignore to adapter-commons (8e129d8)
    • chore: Properly configure and run code linter (#1092) (fd3fc34)
    • chore: Remove CLI and generators that belong in their own repositories (#1091) (e894ac8)
    • compile-task: on windows machine (#60) (617e0a4)
    • ๐Ÿ“„ docs/new-features: syntax highlighting (#347) (4ab7c95)
    • knex: Fix knex + sql server issues when using authentication generator (#257) (8f8f75f)
    • ๐Ÿ“ฆ package: update @feathersjs/commons to version 2.0.0 (#31) (c1ef5b1)
    • ๐Ÿ“ฆ package: update @feathersjs/commons to version 2.0.0 (#692) (ca665ab)
    • ๐Ÿ“ฆ package: update config to version 3.0.0 (#1100) (c9f4b42)
    • ๐ŸŽ use minimal RegExp matching for better performance (#977) (3ca7e97)
    • ๐Ÿ“ฆ package: update @feathersjs/commons to version 2.0.0 (#45) (9e82595)
    • ๐Ÿ“ฆ package: update @feathersjs/commons to version 2.0.0 (#84) (78ed39c)
    • ๐Ÿ“ฆ package: update debug to version 3.0.0 (#2) (7e19603)
    • ๐Ÿ“ฆ package: update debug to version 3.0.0 (#22) (0b62606)
    • ๐Ÿ“ฆ package: update debug to version 3.0.0 (#30) (baf7a00)
    • ๐Ÿ“ฆ package: update debug to version 3.0.0 (#31) (902ddf5)
    • ๐Ÿ“ฆ package: update debug to version 3.0.0 (#31) (f23d617)
    • ๐Ÿ“ฆ package: update debug to version 3.0.0 (#45) (2391434)
    • ๐Ÿ“ฆ package: update debug to version 3.0.0 (#45) (9b9bde5)
    • ๐Ÿ“ฆ package: update debug to version 3.0.0 (#555) (f788804)
    • ๐Ÿ“ฆ package: update debug to version 3.0.0 (#59) (fedcf06)
    • ๐Ÿ“ฆ package: update debug to version 3.0.0 (#61) (6f5009c)
    • ๐Ÿ“ฆ package: update debug to version 3.0.0 (#83) (49f1de9)
    • ๐Ÿ“ฆ package: update debug to version 3.0.0 (#86) (fd1bb6b)
    • ๐Ÿ“ฆ package: update debug to version 3.0.1 (#46) (f8ada69)
    • ๐Ÿ“ฆ package: update generator-feathers to version 1.0.3 (#81) (0c66bc5)
    • ๐Ÿ“ฆ package: update generator-feathers to version 1.0.5 (#83) (229caba)
    • ๐Ÿ“ฆ package: update generator-feathers to version 1.0.6 (#86) (7ae8e56)
    • ๐Ÿ“ฆ package: update generator-feathers to version 1.1.0 (#93) (f393e4c)
    • ๐Ÿ“ฆ package: update generator-feathers to version 1.1.1 (#95) (3279ba9)
    • ๐Ÿ“ฆ package: update generator-feathers to version 1.2.0 (#96) (8eb5674)
    • ๐Ÿ“ฆ package: update generator-feathers to version 1.2.10 (#115) (c1db2b2)
    • ๐Ÿ“ฆ package: update generator-feathers to version 1.2.11 (#116) (bba6550)
    • ๐Ÿ“ฆ package: update generator-feathers to version 1.2.12 (#119) (e5c737d)
    • ๐Ÿ“ฆ package: update generator-feathers to version 1.2.2 (#98) (ee629e3), closes #97
    • ๐Ÿ“ฆ package: update generator-feathers to version 1.2.3 (#99) (b6cf361)
    • ๐Ÿ“ฆ package: update generator-feathers to version 1.2.4 (#101) (2182fef)
    • ๐Ÿ“ฆ package: update generator-feathers to version 1.2.5 (#104) (295f6aa)
    • ๐Ÿ“ฆ package: update generator-feathers to version 1.2.6 (#106) (66125dc)
    • ๐Ÿ“ฆ package: update generator-feathers to version 1.2.9 (#110) (17e55dc)
    • ๐Ÿ“ฆ package: update generator-feathers to version 2.0.0 (#126) (eff6627)
    • ๐Ÿ“ฆ package: update generator-feathers to version 2.1.0 (#128) (b712355)
    • ๐Ÿ“ฆ package: update generator-feathers to version 2.1.1 (#129) (1f91c0b)
    • ๐Ÿ“ฆ package: update generator-feathers to version 2.2.0 (#130) (308ad0b)
    • ๐Ÿ“ฆ package: update generator-feathers to version 2.3.0 (#131) (7894807)
    • ๐Ÿ“ฆ package: update generator-feathers to version 2.3.1 (#132) (c3e3187)
    • ๐Ÿ“ฆ package: update generator-feathers to version 2.4.0 (#137) (1645d2e)
    • ๐Ÿ“ฆ package: update generator-feathers to version 2.4.1 (#140) (e5a5f7c)
    • ๐Ÿ“ฆ package: update generator-feathers to version 2.4.4 (#151) (3dcd480)
    • ๐Ÿ“ฆ package: update generator-feathers to version 2.5.2 (#155) (493ca4b)
    • ๐Ÿ“ฆ package: update generator-feathers to version 2.5.3 (#156) (ef570a8)
    • ๐Ÿ“ฆ package: update generator-feathers to version 2.5.4 (#158) (787f30c)
    • ๐Ÿ“ฆ package: update generator-feathers to version 2.5.5 (#159) (bbd1b29)
    • ๐Ÿ“ฆ package: update generator-feathers to version 2.5.6 (#161) (cb72a5c)
    • ๐Ÿ“ฆ package: update generator-feathers to version 2.6.0 (#164) (6212ec9)
    • ๐Ÿ“ฆ package: update generator-feathers-plugin to version 0.11.0 (#105) (d40bb75)
    • ๐Ÿ“ฆ package: update generator-feathers-plugin to version 0.12.1 (#112) (f374e01)
    • ๐Ÿ“ฆ package: update generator-feathers-plugin to version 1.0.0 (#134) (ee905b0)
    • ๐Ÿ“ฆ package: update jsonwebtoken to version 8.0.0 (#567) (6811626)
    • ๐Ÿ“ฆ package: update ms to version 2.0.0 (#509) (7e4b0b6)
    • ๐Ÿ“ฆ package: update passport to version 0.4.0 (#558) (dcb14a5)
    • ๐Ÿ“ฆ package: update passport-jwt to version 4.0.0 (#58) (77a3800)
    • ๐Ÿ“ฆ package: update socket.io to version 2.0.0 (#75) (d4a4b71)
    • ๐Ÿ“ฆ package: update yeoman-environment to version 2.0.0 (#89) (2355652)
    • ๐Ÿ“ฆ package: update yeoman-generator to version 2.0.0 (#279) (4f38e8b)
    • ๐Ÿ“ฆ package: update yeoman-generator to version 2.0.0 (#46) (7071095)
    • ๐Ÿ“ฆ package: update yeoman-generator to version 3.0.0 (#374) (acdbbca)

    chore

    • ๐Ÿ“ฆ package: Move adapter tests into their own module (#1164) (dcc1e6b)
    • โฌ‡๏ธ drop support for Node.js 0.10 (#48) (3f7555a)

    ๐Ÿ”‹ Features

    • โœ… @feathers/cli: introduce option to choose jest for tests instead of mocha (#1057) (1356a1c)
    • @feathersjs/authentication-oauth (#1299) (656bae7)
    • โž• Add authentication through oAuth redirect to authentication client (#1301) (35d8043)
    • โž• Add AuthenticationBaseStrategy and make authentication option handling more explicit (#1284) (2667d92)
    • โž• Add TypeScript definitions (#1275) (9dd6713)
    • โž• Added generators for feathers-objection & feathers-cassandra (#1010) (c8b27d0)
    • ๐Ÿ‘ Allow registering a service at the root level (#1115) (c73d322)
    • ๐Ÿ‘ Allow to skip sending service events (#1270) (b487bbd)
    • Authentication v3 client (#1240) (65b43bd)
    • Authentication v3 core server implementation (#1205) (1bd7591)
    • Authentication v3 Express integration (#1218) (82bcfbe)
    • Authentication v3 local authentication (#1211) (0fa5f7c)
    • โœ… Common database adapter utilities and test suite (#1130) (17b3dc8)
    • ๐Ÿ‘‰ Make custom query for oAuth authentication (#1124) (5d43e3c)
    • โœ‚ Remove (hook, next) signature and SKIP support (#1269) (211c0f8)
    • ๐Ÿ‘Œ Support params symbol to skip authenticate hook (#1296) (d16cf4d)

    ๐Ÿ’ฅ BREAKING CHANGES

    • Rewrite for authentication v3
    • โšก๏ธ Update authentication strategies for @feathersjs/authentication v3
    • ๐Ÿ“ฆ package: Removes adapter tests from @feathersjs/adapter-commons
    • ๐Ÿšš Move database adapter utilities from @feathersjs/commons into its own module
    • ๐Ÿ‘ This module no longer supports Node.js 0.10
  • v3.7.8

    January 26, 2019
  • v2.1.16

    January 26, 2019