v1.1.0
💅🏻 Enhancements
- Dev tools for
eslint
,prettier
,jest
, and pre-commit actions.
🐛 Bug fixes
- Fix logic in lifecycle methods to more properly support both single and collection types.
⚙️ Chore
- Install
husky
andlint-staged
to enable pre-commit actions. - Add
lint
,format
, andtest
scripts in package.json - Minor refactoring to satisfy eslint and prettier rules.