feathers

The API and real-time application framework

MIT License

Downloads
2.7M
Stars
14.9K
Committers
250

Bot releases are visible (Hide)

feathers - v5.0.24 Latest Release

Published by daffl 7 months ago

5.0.24 (2024-03-13)

Bug Fixes

  • generators: Use module format for JS Knex migrations (#3444) (3feaa71)
  • socketio: Handle ackTimeout of socket.io (#3437) (2642072)
feathers - v5.0.23

Published by daffl 8 months ago

5.0.23 (2024-02-25)

Bug Fixes

  • core: Update to latest feathersjs/hooks (#3434) (1499ccc)
  • transport-commons: Properly delete route data (#3433) (af01bdb)
feathers - v5.0.22

Published by daffl 8 months ago

5.0.22 (2024-02-15)

Bug Fixes

  • knex: Fix Knex adapter date comparison queries (#3429) (23bafe1)
feathers - v5.0.21

Published by daffl 9 months ago

5.0.21 (2024-01-25)

Note: Version bump only for package feathers

feathers - v5.0.20

Published by daffl 9 months ago

5.0.20 (2024-01-24)

Bug Fixes

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

Published by daffl 9 months ago

5.0.19 (2024-01-23)

Bug Fixes

feathers - v5.0.18

Published by daffl 9 months ago

5.0.18 (2024-01-22)

Bug Fixes

  • cli: Another fix for CLI ES module loading (#3397) (3cb3bc9)
feathers - v5.0.17

Published by daffl 9 months ago

5.0.17 (2024-01-22)

Bug Fixes

feathers - v5.0.16

Published by daffl 9 months ago

5.0.16 (2024-01-22)

Bug Fixes

feathers - v5.0.15

Published by daffl 9 months ago

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)
feathers - v5.0.14

Published by daffl 10 months ago

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)
feathers - v5.0.13

Published by daffl 10 months ago

5.0.13 (2023-12-29)

Note: Version bump only for package feathers

feathers - v5.0.12

Published by daffl 11 months ago

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)
feathers - v5.0.11

Published by daffl about 1 year ago

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)
feathers - v5.0.10

Published by daffl about 1 year ago

5.0.10 (2023-10-03)

Bug Fixes

  • authentication-oauth: Move Grant error handling to the correct spot (#3297) (e9c0828)
  • schema: Add typescript as peerDependency (#3287) (cb562ee)
  • typebox: Allow default value in StringEnum (#3281) (25af09a)
feathers - v5.0.9

Published by daffl about 1 year ago

5.0.9 (2023-09-27)

Bug Fixes

  • authentication-oauth: Properly handle all oAuth errors (#3284) (148a9a3)
  • client: Add underscored methods to clients (#3176) (f3c01f7)
  • generators: Fix configure channels when not real-time app (#3271) (c619ab2)
  • typebox: allow TUnion<TObject[]> inside getValidator (#3262) (cf9df96)
feathers - v4.5.18

Published by daffl over 1 year ago

4.5.18 (2023-07-19)

Bug Fixes

  • transport-commons: Handle invalid service paths on socket lookups (#3242) (0b9a6b1)
feathers - v5.0.8

Published by daffl over 1 year ago

5.0.8 (2023-07-19)

Bug Fixes

  • add missing word (#3237) (9a32184)
  • transport-commons: Handle invalid service paths on socket lookups (#3241) (c397ab3)
feathers - v4.5.17

Published by daffl over 1 year ago

4.5.17 (2023-07-17)

Bug Fixes

  • core: Ensure .service does not access Object properties (#3240) (7969334)
feathers - v5.0.7

Published by daffl over 1 year ago

5.0.7 (2023-07-14)

Bug Fixes

  • core: Ensure .service does not access Object properties (#3235) (c0b670a)
  • generators: Fix channel/service configuration order for Koa based apps (580344e)
  • koa: Ensure .teardown works without a server (#3234) (818572d)