feathers/packages/cli/CHANGELOG.md
2022-12-14 11:40:34 -08:00

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

  • cli: mongodb connection string for node 17+ (#2875) (7fa2012)

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

Features

  • mongodb: Add ObjectId resolvers and MongoDB option in the guide (#2847) (c5c1fba)

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

  • cli: Add authentication client to generated client (#2801) (bd59f91)

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

  • 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)

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

  • cli: Improve generated application and client (#2701) (bd55ffb)

5.0.0-pre.27 (2022-07-13)

Bug Fixes

  • cli: Fix flaky authentication migration and SQL id schema types (#2676) (04ce9a5)

Features

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

  • cli: Generator fixes to work with the new guide (#2674) (b773fa5)

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)