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

Changelog History
Page 2

  • v5.0.0-pre.3 Changes

    April 21, 2021

    ๐Ÿ› Bug Fixes

    • typescript: Improve TypeScript backwards compatibility (#2310) (f33be73)

    ๐Ÿ”‹ Features

  • v5.0.0-pre.29 Changes

    September 16, 2022

    ๐Ÿ› Bug Fixes

    • authentication-oauth: Fix oAuth origin and error handling (#2752) (f7e1c33)
    • schema: Fix for Ajv global collision bug #2681 (#2702) (0b2def6)
    • socketio: Reinitialize hooks on overriden setup method (#2722) (5e8e7c4)

    ๐Ÿ”‹ Features

    • โž• Add CORS support to oAuth, Express, Koa and generated application (#2744) (fd218f2)
    • authentication-oauth: Koa and transport independent oAuth authentication (#2737) (9231525)
    • cli: Add custom environment variable support to generated application (#2751) (c7bf80d)
    • cli: Adding ClientService to CLI (#2750) (1d45427)
  • v5.0.0-pre.28 Changes

    August 03, 2022

    ๐Ÿ› Bug Fixes

    • authentication-client: Properly handle missing token error (#2700) (160746e)
    • cli: Improve generated application and client (#2701) (bd55ffb)
    • core: Get hooks to work reliably with custom methods (#2714) (8d7e04a)
    • knex: Fix PostgreSQL integration issues and run CI tests against pg (#2698) (1f71d78)
    • mongodb: Ensure transactions are used properly in create (#2699) (fe22615)
  • v5.0.0-pre.27 Changes

    July 13, 2022

    ๐Ÿ› Bug Fixes

    • authentication-client: Ensure reAuthenticate works in parallel with other requests (#2690) (41b3761)
    • cli: Fix flaky authentication migration and SQL id schema types (#2676) (04ce9a5)
    • Freeze the resolver context (#2685) (247dccb)
    • socketio-client: Make Socket.io client event target compatible (#2686) (716c49a)

    ๐Ÿ”‹ Features

  • v5.0.0-pre.26 Changes

    June 22, 2022

    ๐Ÿ› Bug Fixes

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

    June 22, 2022

    ๐Ÿ› Bug Fixes

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

    June 21, 2022

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

    June 06, 2022

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

    May 24, 2022

    ๐Ÿ› Bug Fixes

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

    May 23, 2022

    ๐Ÿ› 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)