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

Changelog History
Page 1

  • v5.0.0-pre.9 Changes

    August 09, 2021

    Note: Version bump only for package feathers

  • v5.0.0-pre.8 Changes

    August 09, 2021

    Note: Version bump only for package feathers

  • v5.0.0-pre.7 Changes

    August 09, 2021

    ๐Ÿ› Bug Fixes

    • core: Clean up readme (eb3b4f2)
    • core: Set version back to development (b328767)
  • v5.0.0-pre.6 Changes

    August 08, 2021

    ๐Ÿ› Bug Fixes

    • koa: Throw a NotFound Feathers error on missing paths (#2415) (e013f98)
  • v5.0.0-pre.5 Changes

    June 23, 2021

    ๐Ÿ› Bug Fixes

    • authentication-oauth: Omit query from internal calls (#2398) (04c7c83)
    • core: Add list of protected methods that can not be used for custom methods (#2390) (6584a21)
    • hooks: Migrate built-in hooks and allow backwards compatibility (#2358) (759c5a1)
    • koa: Use extended query parser for compatibility (#2397) (b2944ba)
    • โšก๏ธ Update database adapter common repository urls (#2380) (3f4db68)

    ๐Ÿ”‹ Features

    • typescript: Allow to pass generic service options to adapter services (#2392) (f9431f2)
    • ๐Ÿ‘Œ Support being a built-in CodeSandbox sandbox (#2381) (a2ac25a)
    • adapter-commons: Add support for params.adapter option and move memory adapter to @feathersjs/memory (#2367) (a43e7da)
  • v5.0.0-pre.4 Changes

    May 13, 2021

    ๐Ÿ› Bug Fixes

    • transport-commons: Fix route placeholder registration and improve radix router performance (#2336) (4d84dfd)
    • typescript: Move Paginated type back for better compatibility (#2350) (2917d05)

    ๐Ÿ”‹ Features

  • v5.0.0-pre.33 Changes

    November 08, 2022

    ๐Ÿ› Bug Fixes

    • cli: Fix MongoDB connection database name parsing (#2845) (50e7463)
    • cli: Use proper MSSQL client (#2853) (bae5176)
    • ๐Ÿ“„ docs: Add JavaScript web app frontend guide (#2834) (68cf03f)
    • memory: Use for loop in _find() for better performance (#2844) (d6ee5f1)

    ๐Ÿ”‹ Features

    • ๐Ÿ“„ docs: Add Awesome Ecosystem page (f66177d)
    • mongodb: Add ObjectId resolvers and MongoDB option in the guide (#2847) (c5c1fba)
    • schema: Add StringEnum to TypeBox module (#2827) (65d3665)
  • v5.0.0-pre.32 Changes

    October 26, 2022

    ๐Ÿ› Bug Fixes

    • authentication: Improve logout and disconnect connection handling (#2813) (dd77379)
    • cli: Ensure code injection points are not code style dependent (#2832) (0776e26)
    • cli: Only generate authentication setup when selected (#2823) (7d219d9)
    • ๐Ÿ“„ docs: Review transport API docs and update Express middleware setup (#2811) (1b97f14)
    • schema: Improve resolver performance (#2822) (5fa900f)
    • schema: Use the same options for resolveData hook (#2833) (ed3b050)
    • transports: Add remaining middleware for generated apps to Koa and Express (#2796) (0d5781a)

    ๐Ÿ”‹ Features

    • cli: Add authentication client to generated client (#2801) (bd59f91)
    • ๐Ÿ“„ docs: New website and documentation pages (#2802) (ae85fa2)
  • v5.0.0-pre.31 Changes

    October 12, 2022

    ๐Ÿ› Bug Fixes

    • errors: Allows to pass no error message (#2794) (f3ddab6)
    • koa: Only set error code for Feathers errors (#2793) (d3ee41e)

    ๐Ÿ”‹ Features

    • cli: Generate full client test suite and improve typed client (#2788) (57119b6)
    • cli: Improve generated schema definitions (#2783) (474a9fd)
  • v5.0.0-pre.30 Changes

    October 07, 2022

    ๐Ÿ› Bug Fixes

    • authentication-oauth: Fix regression with prefix handling in OAuth (#2773) (b1844b1)
    • core: Ensure setup and teardown can be overriden and maintain hook functionality (#2779) (ab580cb)

    ๐Ÿ”‹ Features

    • cli: Add ability to npm init feathers (#2755) (d734931)
    • cli: Improve CLI interface (#2753) (c7e1b7e)
    • core: Allow to unregister services at runtime (#2756) (d16601f)
    • schema: Make schemas validation library independent and add TypeBox support (#2772) (44172d9)