Skip to content

Releases: feathersjs/feathers

v5.0.20

24 Jan 17:01
Compare
Choose a tag to compare

5.0.20 (2024-01-24)

Bug Fixes

  • generators: Use cross-platform ES module __dirname (#3402) (0ac4882)

v5.0.19

23 Jan 04:50
Compare
Choose a tag to compare

5.0.19 (2024-01-23)

Bug Fixes

v5.0.18

22 Jan 22:02
Compare
Choose a tag to compare

5.0.18 (2024-01-22)

Bug Fixes

  • cli: Another fix for CLI ES module loading (#3397) (3cb3bc9)

v5.0.17

22 Jan 20:38
Compare
Choose a tag to compare

5.0.17 (2024-01-22)

Bug Fixes

v5.0.16

22 Jan 18:51
Compare
Choose a tag to compare

5.0.16 (2024-01-22)

Bug Fixes

v5.0.15

22 Jan 17:40
Compare
Choose a tag to compare

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

05 Jan 23:26
Compare
Choose a tag to compare

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

29 Dec 17:30
Compare
Choose a tag to compare

5.0.13 (2023-12-29)

Note: Version bump only for package feathers

v5.0.12

28 Nov 16:34
Compare
Choose a tag to compare

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)

v5.0.11

11 Oct 04:01
Compare
Choose a tag to compare

5.0.11 (2023-10-11)

Bug Fixes

  • client: Replace placeholders in URL with route params (#3270) (a0624eb)
  • core: context.path is now typed correctly (#3303) (ff18b3f)
  • knex: Update all dependencies and Knex peer (#3308) (d2f9860)
  • memory: Ensure correct pagination totals (#3307) (c59e1b8)
  • schema: HookContext is now typed in schema (#3306) (65fab86)