Merged pull requests:
v5.0.6 (2021-05-14)
Closed issues:
- TypeError: this.hooks is not a function #621
- feathers.js - discard hook not working in authentication.js #619
v5.0.5 (2021-02-09)
Closed issues:
Merged pull requests:
- Update all dependencies #617 (daffl)
- Update guides.md #616 (laurensiusadi)
- Update dependency task and tested Node versions #612 (daffl)
- Fix typo in hooks docs #610 (ericirish)
- Fix type on softDelete docs #609 (asamolion)
- chore(dependencies): Update all dependencies #608 (github-actions[bot])
- fix(docs/cache): replace 'clone' in arguments table by 'makeCacheKey' #607 (H3r3zy)
- Clear cache test #606 (uulwake)
v5.0.4 (2020-09-04)
Closed issues:
- Populate type definition does not represent the docs #594
- Object spread not supported in legacy Edge #587
Merged pull requests:
- Fix multi record remove cache #605 (uulwake)
- chore(dependencies): Update all dependencies #604 (github-actions[bot])
- Fix typo Socket.io #602 (mdartic)
- chore(dependencies): Update all dependencies #601 (github-actions[bot])
- Fix links for fastJoin and populate #599 (mdartic)
- chore(dependencies): Update all dependencies #598 (github-actions[bot])
- Fix error in docs at utilities#callingparams #597 (Barbapapazes)
- Fixes populate type definition does not represent the docs #596 (TheSinding)
- chore(dependencies): Update all dependencies #595 (github-actions[bot])
- chore(dependencies): Update all dependencies #592 (github-actions[bot])
- Move to GitHub actions and update all dependencies #591 (daffl)
v5.0.3 (2020-04-29)
Implemented enhancements:
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
- Validation hook for passwords #471
- Support $search for MongoDB #451
- Hook to set HTTP status code #443
- find and stash #430
- Convert JS dates to/from strings/integers on service calls. #429
- suggestion: hook to emit (fake) event #422
Merged pull requests:
- Update all dependencies #585 (daffl)
- docs: fix indent #577 (fratzinger)
- Bug/cache select #576 (DaddyWarbucks)
- Fix markdown of fastJoin code example #573 (matiaslopezd)
- Changing Object ID import on mongoKeys hook #571 (luizfer)
v5.0.2 (2020-01-23)
Merged pull requests:
- Greenkeeper/sift 11.0.9 #566 (daffl)
- Change check for external provider as per daffl in disallow.js by 104c1b1 #565 (jalbersdorfer)
- Fix formatting of the Header for the
runHook
documentation #563 (pdfowler) - ✏️ fix minor typos #561 (arfanliaqat)
v5.0.1 (2019-12-31)
Implemented enhancements:
Closed issues:
- TypeScript definition for fastJoin don't reflect examples for recursive resolvers #521
- Write docs for sequelizeConvert #497
- Suggestion: Utility to allow hooks to be skippable. #417
- Suggestion: possible enhancement: utilities to extract info from
app
#416
Merged pull requests:
v5.0.0 (2019-12-31)
Fixed bugs:
- Clarification on softDelete2 #455
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
- Remove fgraphql-async as its not used #482
- Proposal: Don't mutate objects in common hooks #480
- Support dot notation in params.query #441
- keep doesn't keep false values #425
Merged pull requests:
- Update @types/node to the latest version 🚀 #559 (greenkeeper[bot])
- Update dependencies and fix expected TypeScript type #557 (daffl)
- VuePress docs #556 (marshallswain)
- modify stashBefore hook, move $disableStashBefore from query to params #555 (marshallswain)
- Add vscode launch script for debugging Mocha tests #554 (marshallswain)
- Update typings #545 (daffl)
- New softDelete for Feathers 4 #544 (daffl)
- Safely delete properties using lodash/omit #543 (daffl)
- Update sift to the latest version 🚀 #542 (greenkeeper[bot])
- Use Lodash for utility functions #541 (daffl)
- Remove all deprecated hooks #540 (daffl)
- Update dtslint in group default to the latest version 🚀 #539 (greenkeeper[bot])
- Update dependencies for default 🌴 #538 (greenkeeper[bot])
- Update badges #537 (daffl)
- Upgrade to Feathers v4 #536 (daffl)
- Update dependencies to enable Greenkeeper 🌴 #534 (greenkeeper[bot])
- Update README.md #525 (bartduisters)
- Upgrade ajv dependency and fix failing tests. #518 (rybaczewa)
- Annoying typo fixed #516 (james2mid)
- Ensure
existsByDot
andgetByDot
honour properties with dots in keys #515 (anthonygood) - Updated typings. #513 (deskoh)
- Fix promise-to-callback hook preventing other hook import. #506 (rybaczewa)
v4.20.7 (2019-02-22)
v4.20.6 (2019-02-22)
v4.20.5 (2019-02-22)
v4.20.4 (2019-02-22)
Implemented enhancements:
- Finish dialablePhoneNumber hook #474
Closed issues:
Merged pull requests:
- Update iff predicates typings to be either sync or async #509 (NickBolles)
v4.20.2 (2019-01-11)
Closed issues:
- Add typings for sequelizeConvert #498
Merged pull requests:
v4.20.1 (2019-01-11)
Merged pull requests:
v4.20.0 (2019-01-07)
Merged pull requests:
v4.19.8 (2019-01-04)
Fixed bugs:
- Typings needed for libphonenumber-js #495
Closed issues:
- graphql dependency #487
Merged pull requests:
v4.19.7 (2019-01-04)
Closed issues:
Merged pull requests:
- Remove redundant $eq to be compatible with all database adapters #494 (KidkArolis)
- fix typings test #489 (j2L4e)
- fix: use graphql as a dependency to resolve TS type definition problems #488 (PowerMogli)
v4.19.6 (2018-12-13)
Merged pull requests:
- Trying to fix situational test failure soft-delete2-c timeout #486 (eddyystop)
- Merge forced by pr#484 #485 (eddyystop)
- add asynciterable to tsconfig and bump ts version #484 (j2L4e)
- update names and fix the options property #481 (NickBolles)
- add typings for dialablePhoneNumber hook, add libphonenumber-js as a dependency #477 (j2L4e)
- Add initial types for fgraphql #469 (NickBolles)
- remove dtslint workaround in favor of npx #463 (j2L4e)
v4.19.5 (2018-12-13)
Closed issues:
v4.19.4 (2018-11-29)
Merged pull requests:
v4.19.3 (2018-11-29)
Merged pull requests:
v4.19.2 (2018-11-25)
v4.19.1 (2018-11-25)
Fixed bugs:
- Cache Fails When Using $select #472
Merged pull requests:
- Fixed cache to ignore find calls with #473 (eddyystop)
- required() of value false throws fieldname is null #470 (antarasi)
v4.19.0 (2018-11-17)
v4.18.0 (2018-11-17)
Implemented enhancements:
- Document KeepQueryInarray #465
Closed issues:
Merged pull requests:
v4.17.14 (2018-11-01)
v4.17.13 (2018-11-01)
Merged pull requests:
v4.17.12 (2018-10-29)
Merged pull requests:
v4.17.11 (2018-10-26)
Closed issues:
- fastJoin loop #453
Merged pull requests:
v4.17.10 (2018-09-26)
v4.17.9 (2018-09-26)
Closed issues:
- How to pass query parameters from the client to fastJoin #447
Merged pull requests:
- Add missing 'create' method in MethodName type #449 (murbanowicz)
v4.17.8 (2018-09-24)
v4.17.7 (2018-09-24)
Closed issues:
- fastJoin applied but not sent to client when called from server #446
Merged pull requests:
v4.17.6 (2018-09-19)
v4.17.5 (2018-09-19)
Merged pull requests:
v4.17.4 (2018-09-13)
v4.17.3 (2018-09-13)
Merged pull requests:
v4.17.2 (2018-09-10)
v4.17.1 (2018-09-10)
v4.17.0 (2018-09-10)
Closed issues:
Merged pull requests:
- typings CI testing #440 (j2L4e)
- Revert "[WIP] Typings: Set up CI testing" #439 (eddyystop)
- [WIP] Typings: Set up CI testing #438 (j2L4e)
- add typings file + infrastructure #437 (j2L4e)
- Update npm installed version #434 (bravo-kernel)
v4.16.3 (2018-08-25)
Implemented enhancements:
- Cache with mongoose ObjectId will fail to find the keyFieldName in cache #424
Closed issues:
- Create TypeScript typings for this package #432
Merged pull requests:
- Added
keepQuery
support for keeping props with dot in their name #431 (dekelev) - Update alter-items.js #428 (bertho-zero)
v4.16.2 (2018-08-14)
Merged pull requests:
v4.16.1 (2018-08-14)
Merged pull requests:
v4.16.0 (2018-08-04)
Merged pull requests:
- Added prep for skipRemaingHooksOnFlag #423 (eddyystop)
- Delete's not a thing #421 (rayfoss)
- Added
keepInArray
hook to keep fields from a nested array #420 (dekelev) - remove hook removal explained #405 (rayfoss)
v4.15.0 (2018-07-24)
Merged pull requests:
v4.14.3 (2018-07-09)
v4.14.2 (2018-07-09)
Closed issues:
- How to stop requests from 'external'? #415
Merged pull requests:
- Fix prevent changes and discard hooks #406 (SteffenLanger)
v4.14.1 (2018-07-03)
Merged pull requests:
v4.14.0 (2018-06-26)
Merged pull requests:
- Added callingParams, callingParamsDefault hooks. Replaced makeCallingParams #411 (eddyystop)
- Update soft-delete.js #410 (bertho-zero)
v4.13.0 (2018-06-26)
v4.12.1 (2018-06-20)
Closed issues:
- [Question] Modify Another Resources using An Services #407
Merged pull requests:
- restore alterItems for works with sync methods #409 (bertho-zero)
v4.12.0 (2018-06-05)
Merged pull requests:
v4.11.3 (2018-06-05)
v4.11.2 (2018-06-05)
Merged pull requests:
- getByDot no-ops non-obejct records #403 (eddyystop)
- keep hook ignores records which are not objects #402 (eddyystop)
v4.11.1 (2018-04-26)
v4.11.0 (2018-04-12)
v4.10.0 (2018-03-11)
v4.9.0 (2018-03-11)
v4.8.0 (2018-02-19)
v4.7.0 (2018-02-08)
v4.5.6 (2018-02-05)
v4.5.5 (2018-02-05)
v4.5.4 (2018-02-05)
v4.5.3 (2018-02-05)
v4.5.2 (2018-02-05)
v4.5.1 (2018-02-03)
v4.5.0 (2018-02-03)
v4.3.0 (2018-01-29)
v3.10.0 (2017-10-21)
v3.9.0 (2017-10-21)
v3.8.0 (2017-10-21)
v3.7.3 (2017-09-17)
v3.7.2 (2017-08-23)
v3.7.1 (2017-08-07)
v3.7.0 (2017-08-06)
v3.6.1 (2017-07-27)
v3.6.0 (2017-07-27)
v3.5.5 (2017-06-20)
v3.5.3 (2017-06-19)
v3.5.2 (2017-06-19)
v3.5.1 (2017-05-30)
v3.5.0 (2017-05-24)
v3.3.3 (2017-05-24)
v3.4.0 (2017-05-24)
v3.3.2 (2017-05-09)
v3.3.1 (2017-05-09)
v3.3.0 (2017-05-09)
v3.2.0 (2017-05-01)
v3.1.0 (2017-05-01)
v3.0.0 (2017-04-08)
v3.0.0-pre.1 (2017-02-02)
v2.0.3 (2016-11-29)
v2.0.2 (2016-11-28)
v2.0.1 (2016-11-04)
v2.0.0 (2016-10-29)
v1.7.2 (2016-10-07)
v1.7.1 (2016-10-06)
v1.7.0 (2016-10-04)
v1.6.2 (2016-10-03)
v1.6.1 (2016-10-02)
v1.6.0 (2016-10-02)
v1.5.8 (2016-09-14)
v1.5.7 (2016-09-13)
v1.5.6 (2016-09-12)
v1.5.5 (2016-09-12)
v1.5.4 (2016-09-12)
v1.5.3 (2016-09-11)
v1.5.2 (2016-09-08)
v1.5.1 (2016-08-20)
v1.5.0 (2016-08-20)
v1.4.1 (2016-08-19)
v1.4.0 (2016-08-19)
v1.3.1 (2016-08-18)
v1.3.0 (2016-08-18)
* This Changelog was automatically generated by github_changelog_generator