mirror of
https://github.com/feathersjs/feathers.git
synced 2026-01-25 15:23:13 +00:00
9.4 KiB
9.4 KiB
Change Log
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
5.0.0-pre.34 (2022-12-14)
Bug Fixes
Features
- adapter: Add patch data type to adapters and refactor AdapterBase usage (#2906) (9ddc2e6)
- cli: Use separate patch schema and types (#2916) (7088af6)
- docs: CLI and application structure guide (#2818) (142914f)
- schema: Split resolver options and property resolvers (#2889) (4822c94)
- schema: Virtual property resolvers (#2900) (7d03b57)
5.0.0-pre.33 (2022-11-08)
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)
Features
5.0.0-pre.32 (2022-10-26)
Bug Fixes
- 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)
- transports: Add remaining middleware for generated apps to Koa and Express (#2796) (0d5781a)
Features
5.0.0-pre.31 (2022-10-12)
Features
- cli: Generate full client test suite and improve typed client (#2788) (57119b6)
- cli: Improve generated schema definitions (#2783) (474a9fd)
5.0.0-pre.30 (2022-10-07)
Bug Fixes
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)
5.0.0-pre.29 (2022-09-16)
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)
5.0.0-pre.28 (2022-08-03)
Bug Fixes
5.0.0-pre.27 (2022-07-13)
Bug Fixes
Features
- cli: Add support for Prettier (#2684) (83aa8f9)
- cli: Improve generated application folder structure (#2678) (d114557)
5.0.0-pre.26 (2022-06-22)
Bug Fixes
- cli: Fix compilation folders that got mixed up (fc4cb74)
5.0.0-pre.25 (2022-06-22)
Bug Fixes
5.0.0-pre.24 (2022-06-21)
Features
- 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)