feathers

The API and real-time application framework

MIT License

Downloads
2.7M
Stars
14.9K
Committers
250

Bot releases are hidden (Show)

feathers - v5.0.0-pre.26

Published by daffl over 2 years ago

5.0.0-pre.26 (2022-06-22)

Bug Fixes

  • cli: Fix compilation folders that got mixed up (fc4cb74)
feathers - v5.0.0-pre.25

Published by daffl over 2 years ago

5.0.0-pre.25 (2022-06-22)

Bug Fixes

  • cli: Generator fixes to work with the new guide (#2674) (b773fa5)
feathers - v5.0.0-pre.24

Published by daffl over 2 years ago

5.0.0-pre.24 (2022-06-21)

Bug Fixes

  • authentication-oauth: Fix bug and properly set Grant defaults (#2659) (cb93bb9)
  • authentication: Add safe dispatch data for authentication requests (#2662) (d8104a1)
  • schema: Fix dispatch resovler hook to convert actually resolved data (#2663) (f7e87db)

Features

  • authentication-local: Add passwordHash property resolver (#2660) (b41279b)
  • cli: Add generators for new Knex SQL database adapter (#2673) (0fb2c0f)
  • cli: Add hook generator (#2667) (24e4bc0)
  • cli: Add support for JavaScript to the new CLI (#2668) (ebac587)
  • cli: Add typed client to a generated app (#2669) (5b801b5)
  • cli: Initial Feathers v5 CLI and Pinion generator (#2578) (7f59ae7)
  • knex: Add KnexJS SQL database adapter to core (#2671) (9380fff)
feathers - v5.0.0-pre.23

Published by daffl over 2 years ago

5.0.0-pre.23 (2022-06-06)

Bug Fixes

  • express: Ensure Express options can be set before configuring REST transport (#2655) (c9b8f74)
  • schema: Always resolve dispatch in resolveAll and add getDispatch method (#2645) (145b366)
  • schema: remove default from queryProperty schemas (#2646) (940a2b6)

Features

  • client: Improve client side custom method support (#2654) (c138acf)
  • core: Rename async hooks to around hooks, allow usual registration format (#2652) (2a485a0)
feathers - v5.0.0-pre.22

Published by daffl over 2 years ago

5.0.0-pre.22 (2022-05-24)

Bug Fixes

  • schema: Allows resolveData with different resolvers based on method (#2644) (be71fa2)
feathers - v5.0.0-pre.21

Published by daffl over 2 years ago

5.0.0-pre.21 (2022-05-23)

Bug Fixes

  • authentication-oauth: Fix regression using incorrect callback and redirect_uri (#2631) (43d8a08)
  • core: Do not throw missing method error for regular hook methods (#2636) (afe9a3b)
  • schema: Add Combine helper to allow merging schema types that use (#2637) (06d03e9)
  • typescript: Make additional types generic to work with extended types (#2625) (269fdec)

Features

  • schema: Add resolveAll hook (#2643) (85527d7)
  • schema: Add resolver for safe external data dispatching (#2641) (72b980e)
  • schema: Add schema resolver converter functionality (#2640) (26d9e05)
feathers - v4.5.15

Published by daffl over 2 years ago

4.5.15 (2022-05-17)

Note: Version bump only for package feathers

feathers - v5.0.0-pre.20

Published by daffl over 2 years ago

5.0.0-pre.20 (2022-05-04)

Bug Fixes

  • authentication-oauth: Don't send origins in Grant's config, as it will be considered another provider (#2617) (ae3dddd)
  • configuration: Only validate the initial configuration against the schema (#2622) (386c5e2)
  • dependencies: Lock monorepo package version numbers (#2623) (5640c10)

Features

  • schema: Add querySyntax helper to create full query schemas (#2621) (2bbb103)
feathers - v5.0.0-pre.19

Published by daffl over 2 years ago

5.0.0-pre.19 (2022-05-01)

Bug Fixes

  • adapter-commons: Clarify adapter query filtering (#2607) (2dac771)
  • adapter-tests: Ensure multi tests can run standalone (#2608) (d7243f2)
  • authentication-oauth: Fix issue with overriding the default Grant configuration (#2615) (b345857)
  • authentication-oauth: Make oAuth authentication work with cookie-session (#2614) (9f10bfc)
  • client: Fix @feathersjs/client types field (#2596) (d719f54)
  • express: Fix typo in types reference in package.json (#2613) (eacf1b3)
  • transport-commons: Ensure socket queries are always plain objects (#2597) (97313e1)

Features

  • mongodb: Add feathers-mongodb adapter as @feathersjs/mongodb (#2610) (6d43734)
  • schema: Allow hooks to run resolvers in sequence (#2609) (d85c507)
  • typescript: Improve adapter typings (#2605) (3b2ca0a)
  • typescript: Improve params and query typeability (#2600) (df28b76)

BREAKING CHANGES

  • adapter-commons: Changes the common adapter base class to use sanitizeQuery and sanitizeData
feathers - v4.5.14

Published by daffl over 2 years ago

4.5.14 (2022-04-13)

Bug Fixes

  • rest-client: Import errors from @feathers/errors (#2591) (445e804)
  • transport-commons: Ensure socket queries are always plain objects (#2598) (5ec2ec8)
feathers - v5.0.0-pre.18

Published by daffl over 2 years ago

5.0.0-pre.18 (2022-04-11)

Bug Fixes

  • adapter-tests: Add tests for pagination in multi updates (#2472) (98a811a)
  • core: Ensure that dynamically registered services are always set up (#2593) (27cc7d0)
  • schema: result resolver correctly resolves paginated find result (#2594) (6511e45)

Features

  • authentication: Add setup method for auth strategies (#1611) (a3c3581)
  • configuration: Allow app configuration to be validated against a schema (#2590) (a268f86)
  • core: Add app.setup and app.teardown hook support (#2585) (ae4ebee)
  • core: Add app.teardown functionality (#2570) (fcdf524)
  • core: Finalize app.teardown() functionality (#2584) (1a166f3)
  • transport-commons: add context.http.response (#2524) (5bc9d44)
feathers - v5.0.0-pre.17

Published by daffl over 2 years ago

5.0.0-pre.17 (2022-02-15)

Bug Fixes

  • express: Fix application typings to work with typed configuration (#2539) (b9dfaee)
  • hooks: Allow all built-in hooks to be used the async and regular way (#2559) (8f9f631)
  • queryProperty: allow compound oneOf (#2545) (3077d2d)
  • schema: Properly handle resolver errors (#2540) (31fbdff)
feathers - v5.0.0-pre.16

Published by daffl almost 3 years ago

5.0.0-pre.16 (2022-01-12)

Bug Fixes

  • authentication-oauth: OAuth redirect lost sometimes due to session store race (#2514) (#2515) (6109c44)
  • schema: Do not error for schemas without properties (#2519) (96fdb47)
  • schema: Fix resolver data type and use new validation feature in test fixture (#2523) (1093f12)

Features

  • express, koa: make transports similar (#2486) (26aa937)
  • schema: Allow to use custom AJV and test with ajv-formats (#2513) (ecfa4df)
  • schema: Improve schema typing, validation and extensibility (#2521) (8c1b350)
feathers - v4.5.13

Published by daffl almost 3 years ago

4.5.13 (2022-01-10)

Bug Fixes

feathers - v4.5.12

Published by daffl almost 3 years ago

4.5.12 (2022-01-06)

Bug Fixes

  • authentication-oauth: OAuth redirect lost sometimes due to session store race (#2514) (#2515) (67a7e31)
  • Update all dependencies for crow release (#2520) (1c63e6b)
feathers - v5.0.0-pre.15

Published by marshallswain almost 3 years ago

5.0.0-pre.15 (2021-11-27)

Bug Fixes

  • adapter-commons: clean up in sort.ts and select function (#2492) (c3ec8a4)
  • adapter-commons: Fix sorting for embedded objects (#2488) (9c22f70)
  • missing express types for Request, Response (#2498) (ee67131)
  • typescript: Overall typing improvements (#2478) (b8eb804)

Features

  • authentication-oauth: Allow dynamic oAuth redirect (#2469) (b7143d4)
  • core: add context.http and move statusCode there (#2496) (b701bf7)
  • core: Improve legacy hooks integration (08c8b40)
  • transport-commons: Ability to register routes with custom params (#2482) (497990a)
feathers - v5.0.0-pre.14

Published by daffl about 3 years ago

5.0.0-pre.14 (2021-10-13)

Note: Version bump only for package feathers

feathers - v5.0.0-pre.13

Published by daffl about 3 years ago

5.0.0-pre.13 (2021-10-13)

Note: Version bump only for package feathers

feathers - v5.0.0-pre.12

Published by daffl about 3 years ago

5.0.0-pre.12 (2021-10-12)

Note: Version bump only for package feathers

feathers - v5.0.0-pre.11

Published by daffl about 3 years ago

5.0.0-pre.11 (2021-10-06)

Bug Fixes

  • core: Allow to return a new hook context in basic hooks (#2462) (422b6fc)

Features

  • schema: Allow resolvers to validate a schema (#2465) (7d9590b)