Skip to content

Latest commit

 

History

History
executable file
·
803 lines (450 loc) · 49.3 KB

CHANGELOG.md

File metadata and controls

executable file
·
803 lines (450 loc) · 49.3 KB

Changelog

Full Changelog

Merged pull requests:

  • chore: update dependencies & migrate to vitest from mocha/chai #739 (fratzinger)

v8.1.2 (2024-01-17)

Full Changelog

v8.1.1 (2023-08-23)

Full Changelog

v8.1.0 (2023-08-23)

Full Changelog

Merged pull requests:

v8.0.0 (2023-06-15)

Full Changelog

Closed issues:

  • [FR] patch2Update hook #530
  • [FR] simplifyAllObjects #527

Merged pull requests:

  • chore: update dependencies & @feathersjs/feathers as peerDependency #721 (fratzinger)
  • [docs] Fix softDelete arguments array #716 (mdartic)

v7.0.3 (2023-04-06)

Full Changelog

Merged pull requests:

  • Pass additionalProperty name in nested objects to validateSchema error messages #712 (ardcore)

v7.0.2 (2023-04-01)

Full Changelog

Merged pull requests:

  • chore(dependencies): Update all dependencies #711 (daffl)
  • chore(dependencies): Update all dependencies #708 (daffl)

v7.0.1 (2023-03-09)

Full Changelog

Merged pull requests:

  • fix(prevent-changes): return original context object #710 (fratzinger)

v7.0.0 (2023-02-24)

Full Changelog

Merged pull requests:

v7.0.0-pre.2 (2023-02-23)

Full Changelog

Closed issues:

  • [dove] TypeScript issue when using hooks (iff, isProvider, ...) #693

v7.0.0-pre.1 (2022-09-28)

Full Changelog

Closed issues:

  • Types for populate don't account for the function param #629
  • Babel compile error #582

v7.0.0-pre.0 (2022-09-27)

Full Changelog

Closed issues:

  • Compatibility with future v5 (aka Dove) #687

v6.1.5 (2022-07-31)

Full Changelog

Closed issues:

  • Wrong lodash imports #674

Merged pull requests:

v6.1.4 (2022-07-24)

Full Changelog

Closed issues:

  • [Bug] PreventChanges hook prevents only last defined field #679
  • isProvider() not working as expected #678
  • Export Error "hrtime" in typescript Vite Application #676
  • Update in imports errors #673

Merged pull requests:

v6.1.3 (2022-06-10)

Full Changelog

Merged pull requests:

v6.1.2 (2022-06-09)

Full Changelog

Closed issues:

  • Modules import #672
  • import pkg from '@feathersjs/errors'; const { BadRequest } = pkg; #671
  • iff() hooks are skipped when there's a .else() #666

Merged pull requests:

v6.1.1 (2022-05-31)

Full Changelog

Closed issues:

  • alterItems requires returning item when multi is true #649
  • Gets bad request when i pass any value with paramsForServer #590
  • Concrete fastJoin example needed - populate id in array #535

Merged pull requests:

v6.1.0 (2022-05-22)

Full Changelog

Closed issues:

Merged pull requests:

  • ts: Add setField hook from feathers-authentication-hooks #664 (fratzinger)

v6.0.0 (2022-05-22)

Full Changelog

Closed issues:

  • IDE (VSCode) confused? #656

Merged pull requests:

v6.0.0-2 (2022-05-21)

Full Changelog

v6.0.0-1 (2022-05-21)

Full Changelog

v6.0.0-0 (2022-05-21)

Full Changelog

Closed issues:

  • Usage of feathers common hook in custom hook #642
  • keep doesn't work as an after hook for get #640
  • Feathers js - cannot throw error in map function #637

v5.0.6 (2021-05-14)

Full Changelog

Closed issues:

  • TypeError: this.hooks is not a function #621
  • feathers.js - discard hook not working in authentication.js #619

Merged pull requests:

  • chore(dependencies): Update all dependencies #628 (daffl)
  • Fix dependency update action #627 (daffl)

v5.0.5 (2021-02-09)

Full Changelog

Closed issues:

  • SoftDelete hook: No record found for id #584

Merged pull requests:

v5.0.4 (2020-09-04)

Full Changelog

Closed issues:

  • Populate type definition does not represent the docs #594
  • Object spread not supported in legacy Edge #587

Merged pull requests:

v5.0.3 (2020-04-29)

Full Changelog

Closed issues:

  • An in-range update of @feathersjs/feathers is breaking the build 🚨 #583
  • Argument of type xxx is not assignable to parameter of type xxx #579
  • Cache hook returns improper values when using $select or query on methods other than find() #575

Merged pull requests:

v5.0.2 (2020-01-23)

Full Changelog

Merged pull requests:

v5.0.1 (2019-12-31)

Full Changelog

Closed issues:

  • TypeScript definition for fastJoin don't reflect examples for recursive resolvers #521

Merged pull requests:

v5.0.0 (2019-12-31)

Full Changelog

Closed issues:

  • An in-range update of @feathersjs/feathers is breaking the build 🚨 #558
  • An in-range update of @feathersjs/socketio is breaking the build 🚨 #553
  • An in-range update of @feathersjs/authentication-local is breaking the build 🚨 #552
  • An in-range update of @feathersjs/authentication is breaking the build 🚨 #551
  • An in-range update of @feathersjs/socketio-client is breaking the build 🚨 #550
  • An in-range update of @feathersjs/express is breaking the build 🚨 #549
  • An in-range update of @feathersjs/feathers is breaking the build 🚨 #548
  • An in-range update of @feathersjs/errors is breaking the build 🚨 #547
  • feathers 4 with softDelete2 and feathers-mongoose fails with 404 not found #532
  • version upgrade for feathers v4 #531
  • SoftDelete2 - before hook for 'get' method returned invalid hook object #528
  • Doesn't work with @feathersjs/feathers@^4.3.0-pre.3 #526
  • SoftDelete2 throws with feathers-sequelize 5 and above #524
  • Race Condition in defaultPatchCall of SoftDelete2 #523
  • SoftDelete2 Skip Symbol mismatch in browser #522
  • [REGRESSION]: 4.8.0-4.20.7 args is not iterable error on initiation #520
  • populate include array #519
  • fastJoin not reactive #517
  • keep fails when object key contains dot #514
  • TypeScript definitions for iff #512
  • SoftDelete2 use null or -1 #508
  • Many-to-many fastJoin #505

Merged pull requests:

v4.20.7 (2019-02-22)

Full Changelog

v4.20.6 (2019-02-22)

Full Changelog

v4.20.5 (2019-02-22)

Full Changelog

v4.20.4 (2019-02-22)

Full Changelog

Closed issues:

  • query regarding set response to hook :after create #507

Merged pull requests:

  • Update iff predicates typings to be either sync or async #509 (NickBolles)

v4.20.2 (2019-01-11)

Full Changelog

v4.20.1 (2019-01-11)

Full Changelog

v4.20.0 (2019-01-07)

Full Changelog

v4.19.8 (2019-01-04)

Full Changelog

v4.19.7 (2019-01-04)

Full Changelog

v4.19.6 (2018-12-13)

Full Changelog

v4.19.5 (2018-12-13)

Full Changelog

v4.19.4 (2018-11-29)

Full Changelog

v4.19.3 (2018-11-29)

Full Changelog

v4.19.2 (2018-11-25)

Full Changelog

v4.19.1 (2018-11-25)

Full Changelog

v4.19.0 (2018-11-17)

Full Changelog

v4.18.0 (2018-11-17)

Full Changelog

v4.17.14 (2018-11-01)

Full Changelog

v4.17.13 (2018-11-01)

Full Changelog

v4.17.12 (2018-10-29)

Full Changelog

v4.17.11 (2018-10-26)

Full Changelog

v4.17.10 (2018-09-26)

Full Changelog

v4.17.9 (2018-09-26)

Full Changelog

v4.17.8 (2018-09-24)

Full Changelog

v4.17.7 (2018-09-24)

Full Changelog

v4.17.6 (2018-09-19)

Full Changelog

v4.17.5 (2018-09-19)

Full Changelog

v4.17.4 (2018-09-13)

Full Changelog

v4.17.3 (2018-09-13)

Full Changelog

v4.17.2 (2018-09-10)

Full Changelog

v4.17.1 (2018-09-10)

Full Changelog

v4.17.0 (2018-09-10)

Full Changelog

v4.16.3 (2018-08-25)

Full Changelog

v4.16.2 (2018-08-14)

Full Changelog

v4.16.1 (2018-08-14)

Full Changelog

v4.16.0 (2018-08-04)

Full Changelog

v4.15.0 (2018-07-24)

Full Changelog

v4.14.3 (2018-07-09)

Full Changelog

v4.14.2 (2018-07-09)

Full Changelog

v4.14.1 (2018-07-03)

Full Changelog

v4.14.0 (2018-06-26)

Full Changelog

v4.13.0 (2018-06-26)

Full Changelog

v4.12.1 (2018-06-20)

Full Changelog

v4.12.0 (2018-06-05)

Full Changelog

v4.11.3 (2018-06-05)

Full Changelog

v4.11.2 (2018-06-05)

Full Changelog

v4.11.1 (2018-04-26)

Full Changelog

v4.11.0 (2018-04-12)

Full Changelog

v4.10.0 (2018-03-11)

Full Changelog

v4.9.0 (2018-03-11)

Full Changelog

v4.8.0 (2018-02-19)

Full Changelog

v4.7.0 (2018-02-08)

Full Changelog

v4.5.6 (2018-02-05)

Full Changelog

v4.5.5 (2018-02-05)

Full Changelog

v4.5.4 (2018-02-05)

Full Changelog

v4.5.3 (2018-02-05)

Full Changelog

v4.5.2 (2018-02-05)

Full Changelog

v4.5.1 (2018-02-03)

Full Changelog

v4.5.0 (2018-02-03)

Full Changelog

v4.3.0 (2018-01-29)

Full Changelog

v3.10.0 (2017-10-21)

Full Changelog

v3.9.0 (2017-10-21)

Full Changelog

v3.8.0 (2017-10-21)

Full Changelog

v3.7.3 (2017-09-17)

Full Changelog

v3.7.2 (2017-08-23)

Full Changelog

v3.7.1 (2017-08-07)

Full Changelog

v3.7.0 (2017-08-06)

Full Changelog

v3.6.1 (2017-07-27)

Full Changelog

v3.6.0 (2017-07-27)

Full Changelog

v3.5.5 (2017-06-20)

Full Changelog

v3.5.3 (2017-06-19)

Full Changelog

v3.5.2 (2017-06-19)

Full Changelog

v3.5.1 (2017-05-30)

Full Changelog

v3.5.0 (2017-05-24)

Full Changelog

v3.3.3 (2017-05-24)

Full Changelog

v3.4.0 (2017-05-24)

Full Changelog

v3.3.2 (2017-05-09)

Full Changelog

v3.3.1 (2017-05-09)

Full Changelog

v3.3.0 (2017-05-09)

Full Changelog

v3.2.0 (2017-05-01)

Full Changelog

v3.1.0 (2017-05-01)

Full Changelog

v3.0.0 (2017-04-08)

Full Changelog

v3.0.0-pre.1 (2017-02-02)

Full Changelog

v2.0.3 (2016-11-29)

Full Changelog

v2.0.2 (2016-11-28)

Full Changelog

v2.0.1 (2016-11-04)

Full Changelog

v2.0.0 (2016-10-29)

Full Changelog

v1.7.2 (2016-10-07)

Full Changelog

v1.7.1 (2016-10-06)

Full Changelog

v1.7.0 (2016-10-04)

Full Changelog

v1.6.2 (2016-10-03)

Full Changelog

v1.6.1 (2016-10-02)

Full Changelog

v1.6.0 (2016-10-02)

Full Changelog

v1.5.8 (2016-09-14)

Full Changelog

v1.5.7 (2016-09-13)

Full Changelog

v1.5.6 (2016-09-12)

Full Changelog

v1.5.5 (2016-09-12)

Full Changelog

v1.5.4 (2016-09-12)

Full Changelog

v1.5.3 (2016-09-11)

Full Changelog

v1.5.2 (2016-09-08)

Full Changelog

v1.5.1 (2016-08-20)

Full Changelog

v1.5.0 (2016-08-20)

Full Changelog

v1.4.1 (2016-08-19)

Full Changelog

v1.4.0 (2016-08-19)

Full Changelog

v1.3.1 (2016-08-18)

Full Changelog

v1.3.0 (2016-08-18)

Full Changelog

* This Changelog was automatically generated by github_changelog_generator