Releases: feathersjs/feathers
Releases Β· feathersjs/feathers
v5.0.21
5.0.21 (2024-01-25)
Note: Version bump only for package feathers
v5.0.20
5.0.20 (2024-01-24)
Bug Fixes
- generators: Use cross-platform ES module __dirname (#3402) (0ac4882)
v5.0.18
5.0.18 (2024-01-22)
Bug Fixes
- cli: Another fix for CLI ES module loading (#3397) (3cb3bc9)
v5.0.15
5.0.15 (2024-01-22)
Bug Fixes
- generators: Move generators and CLI to featherscloud/pinion (#3386) (eb87c99)
- knex: Add sqlite to returning clients (#3389) (59fb40b)
v5.0.14
5.0.14 (2024-01-05)
Bug Fixes
- generators: Harden mongodb.js to reliably extract database from any connection string (#3264) (7b0f82c)
- knex: Add Error Handler to knex _update function (#3371) (210f103)
- schema: Fix setting dispatch on existing nested objects (#3380) (04efd5a)
v5.0.13
5.0.13 (2023-12-29)
Note: Version bump only for package feathers
v5.0.12
5.0.12 (2023-11-28)
Bug Fixes
- allow _patch to modify the entire base schema (#3300) (0f41622)
- authentication-client: Allow to abort fetch (#3310) (ff3e104)
- express: Re-export Router (#3349) (0cbdb03)
- generators: use
export type
vs export
(#3246) (82d30fd)
- knex: Add includeTriggerModifications for MSSQL support (#3355) (cbe44b0)
- schema: Allow $in and $nin queries to work for arrays (#3352) (677c214)
- schema: Remove undefined $select when using resolveResult hook (#3354) (c43e009)
- transport-commons: Allow case insensitive route lookups (#3353) (a4a5ab6)