Overview
feathers-hooks-common
is a collection of useful Feathers hooks. If you are not familiar with Feathers or hooks, head over to the Feathers guide to get an idea how to quickly and easily build real-time applications and REST APIs.
This documentation has several parts:
- Hooks API - The API for the available hooks
- Utilities API - The API for the available utility methods
- Migrating - Information on how to migrate to the latest version of
feathers-hooks-common
- Guides - More in-depth guides for some of the available hooks
Notable Changes
6.1.0
- new hook
setField
: ThesetField
hook allows to set a field on the hook context based on the value of another field on the hook context. see docs