v2.1.2 (2017-10-31)
Closed issues:
- Populate hook with array of one ref return object not an array. #174
Merged pull requests:
v2.1.1 (2017-10-22)
Closed issues:
- Angular 4 feathers hook build fails - "All declarations of 'Service' must have identical type parameters" #172
Merged pull requests:
- Fix TypeScript declarations. #173 (TimMensch)
- Update mocha to the latest version 🚀 #171 (greenkeeper[bot])
v2.1.0 (2017-09-27)
Merged pull requests:
v2.0.4 (2017-09-25)
Merged pull requests:
v2.0.3 (2017-09-25)
Closed issues:
- Hook typings #166
- Error: 'chck' is not a valid hook method #165
- [feature request] provide a way to swallow error in error hooks #151
Merged pull requests:
- [typings] add service and id to hook context object #169 (j2L4e)
- Update README to point at new documentation location #167 (tfussell)
v2.0.2 (2017-07-11)
Fixed bugs:
Closed issues:
- Params are not populated when called internally #160
- [discussion] maybe change the name of the context parameter from 'hook' to 'context' or use 'this' in the future? #159
- Add hook to the top of others hook #158
- __hooks being overwritten #157
- Using a hook.disable() on a service should remove that from the Allow header for REST services #107
Merged pull requests:
- Add prepare script #164 (couac)
- Update index.d.ts #163 (j2L4e)
- Define return type for hooks #162 (Creiger)
v2.0.1 (2017-04-28)
Closed issues:
\_\_hooks
of existing service should not be overwritten #154- An in-range update of mongoose is breaking the build 🚨 #153
Merged pull requests:
- Test for #154 and #155 #156 (daffl)
- Fixed issue with __hooks being overwritten when reusing service #155 (Mattchewone)
- Update semistandard to the latest version 🚀 #152 (greenkeeper[bot])
v2.0.0 (2017-04-17)
Implemented enhancements:
- Population fails on empty values #137
Closed issues:
- feathers-hooks-common/lib/populate, feathers-hooks-common/lib/bundled not found. #149
- Test Hooks #146
- Gravatar example doesn't work?! #145
- how to get service name(path) in hook functions? #143
- V1.7.1: Module not found: Error: Can't resolve 'feathers-hooks-common/lib/populate' in '/app/node_modules/feathers-hooks/lib' @ ./~/feathers-hooks/lib/hooks.js 13:16-61 #142
- Calling populate(target, options) is now DEPRECATED #141
- Hooks with mutiple entries per request #95
- Remove ref doc will broke the parent router #82
Merged pull requests:
- Remove bundled hooks #150 (daffl)
- Update dependencies to enable Greenkeeper 🌴 #148 (greenkeeper[bot])
v1.8.1 (2017-03-02)
Merged pull requests:
v1.8.0 (2017-03-01)
Closed issues:
- Composing Hooks #133
- Can I use populate without authentication? #132
- Remove-hook breaks feathers-mongoose #91
Merged pull requests:
- Update feathers-mongoose to version 5.0.0 🚀 #138 (greenkeeperio-bot)
- Typescript Definitions #135 (AbraaoAlves)
- Update feathers-mongoose to version 4.0.0 🚀 #134 (greenkeeperio-bot)
v1.7.1 (2016-12-16)
Closed issues:
- How to mix hooks together (pluck + populate) #68
Merged pull requests:
v1.7.0 (2016-11-25)
Implemented enhancements:
- Bundled hooks should support a scope #63
Closed issues:
- Be able to access deeply nested attributes in bundled hooks #79
Merged pull requests:
- Adding hook.path and hook.service #129 (daffl)
- Update feathers-memory to version 1.0.0 🚀 #128 (greenkeeperio-bot)
- Node >= 4 #127 (daffl)
- Update feathers-commons to version 0.8.0 🚀 #126 (greenkeeperio-bot)
- [email protected] breaks build 🚨 #125 (greenkeeperio-bot)
- [email protected] breaks build 🚨 #124 (greenkeeperio-bot)
v1.6.1 (2016-11-02)
Closed issues:
- app.hooks() does not pass hook.app #123
- [Feature Request] Hook to disable multi-update/patch/remove #98
v1.6.0 (2016-10-31)
Closed issues:
- service.hooks() did not run as expected #119
- Throw an error for unknown hook methods #118
- no hook result when internal service call #106
- remove hook should check if hook.result is not null #99
- afterError hooks #83
- Should remove hook.params.provider to act as an internal call #76
Merged pull requests:
- app.hooks global hooks #122 (daffl)
- Error on invalid hook methods #121 (daffl)
- Use feathers-hooks-common for bundled hooks #120 (daffl)
- Test to verify hooks get chained #117 (daffl)
- jshint —> semistandard #116 (corymsmith)
- [email protected] breaks build 🚨 #115 (greenkeeperio-bot)
- [email protected] breaks build 🚨 #113 (greenkeeperio-bot)
- adding code coverage #112 (ekryski)
- Implement .hooks service method #110 (daffl)
- onError hooks functionality #109 (daffl)
- Rename hooks properties on service #108 (daffl)
v1.5.8 (2016-09-27)
Closed issues:
- Sanitation hooks for each db type #62
Merged pull requests:
- Fix/nullable result #101 (kaiquewdev)
- Update feathers-memory to version 0.8.0 🚀 #97 (greenkeeperio-bot)
v1.5.7 (2016-08-20)
Closed issues:
Merged pull requests:
v1.5.6 (2016-08-16)
Closed issues:
Merged pull requests:
- Fix #89 Hooks cannot remove inherited properties #90 (supasate)
- Fix #87 pop wrong hooks in bundled test #88 (supasate)
v1.5.5 (2016-08-11)
Closed issues:
- Multi populate with client control of which fields to populate #85
Merged pull requests:
- Update mocha to version 3.0.0 🚀 #86 (greenkeeperio-bot)
- Add ability to delete deeply nested attributes in bundled hooks #84 (ryuken)
v1.5.4 (2016-05-30)
Closed issues:
- Throw or log an error for catch block in populate method. #80
Merged pull requests:
- Remove query in populate #81 (t2t2)
- [email protected] breaks build 🚨 #78 (greenkeeperio-bot)
v1.5.3 (2016-05-09)
Closed issues:
- Populate hook doesn't work with populating arrays #74
- hashPassword validation error #70
- Remove field hook not working. #69
- Remove field and haspassword hooks are not working properly. #67
Merged pull requests:
- Handle array population #75 (startupthekid)
- Update babel-plugin-add-module-exports to version 0.2.0 🚀 #73 (greenkeeperio-bot)
- Removed garbage #71 (harangue)
v1.5.2 (2016-04-11)
Fixed bugs:
Merged pull requests:
- Update feathers-memory to version 0.7.0 🚀 #65 (greenkeeperio-bot)
- Query bundled hooks #59 (harangue)
v1.5.1 (2016-03-30)
Closed issues:
Merged pull requests:
v1.5.0 (2016-03-15)
Closed issues:
- Create a "select" or "pluck" hook for serialization #50
Merged pull requests:
- Adding functionality and tests for the populate hook #60 (daffl)
- Add "pluck" bundled hook #58 (harangue)
v1.4.0 (2016-03-06)
Closed issues:
- The idea for a new hook #42
- Make sure hook promises propagate their errors #30
- Defining a service hook without an app/before app initialization? #25
Merged pull requests:
v1.3.0 (2016-02-26)
Closed issues:
- Add toLowerCase hook #49
Merged pull requests:
v1.2.0 (2016-02-26)
Fixed bugs:
- should be able to bypass remove hook #48
Merged pull requests:
v1.1.2 (2016-02-24)
Merged pull requests:
- Update feathers-errors to version 2.0.1 🚀 #47 (greenkeeperio-bot)
v1.1.1 (2016-02-23)
Closed issues:
- Ability to call the same service from a hook? #43
- more request param in hook? #40
- hook on non-service apps? #39
Merged pull requests:
- Update feathers-memory to version 0.6.1 🚀 #45 (greenkeeperio-bot)
- Update feathers to version 2.0.0 🚀 #44 (greenkeeperio-bot)
- [email protected] breaks build 🚨 #41 (greenkeeperio-bot)
v1.1.0 (2016-02-14)
Merged pull requests:
v1.0.0 (2016-02-13)
Closed issues:
- Provide a collection of common hooks #31
Merged pull requests:
- Update feathers-commons to version 0.7.0 🚀 #37 (greenkeeperio-bot)
- updating docs to point to official feathers docs #36 (ekryski)
- Add docs for
hook.app
#35 (marshallswain) - Added remove and disable common hook #33 (marshallswain)
v1.0.0-pre.4 (2016-01-23)
v1.0.0-pre.3 (2016-01-23)
Merged pull requests:
- Adds the app object at hook.app. #34 (marshallswain)
- Update feathers-commons to version 0.6.0 🚀 #32 (greenkeeperio-bot)
v1.0.0-pre.2 (2016-01-12)
v1.0.0-pre.1 (2016-01-12)
Closed issues:
- Should support promises returned from service methods #28
Merged pull requests:
v0.6.0 (2016-01-10)
Fixed bugs:
- After hooks fail if params was missing on the original service method #19
Closed issues:
Merged pull requests:
- Prevent next from being called multiple times #27 (daffl)
- Migrate to ES6 and new plugin infrastructure #26 (daffl)
v0.5.1 (2015-10-06)
Implemented enhancements:
- Be able to apply hooks to custom service methods #9
Merged pull requests:
0.5.0 (2015-02-05)
Closed issues:
- feathers-hooks is changing the scope of makeWrapper() #17
- Arrays of Hooks are running in reverse order. #13
- Remove peer dependency #12
- Before all and after all hooks #11
- Hooks are always called even if you don't want them to be #8
Merged pull requests:
- Make sure hooks and service methods keep their context #18 (daffl)
- Refactoring to fix hook execution order and all-hooks #16 (daffl)
- Better check for .makeArguments id #15 (daffl)
0.4.0 (2014-07-20)
Closed issues:
- multiple hooks / array of hooks #2
Merged pull requests:
0.3.2 (2014-06-18)
Closed issues:
- Update repository link on npm #5
0.3.1 (2014-06-05)
0.3.0 (2014-06-05)
Closed issues:
Merged pull requests:
0.2.0 (2014-06-02)
0.1.1 (2014-05-29)
0.1.0 (2014-05-28)
* This Change Log was automatically generated by github_changelog_generator