2.1.0 - 2020-06-22
- TypeScript types for the provided
server.extClass
decoration
- bump dependencies
2.0.0 - 2020-01-10
- require Node.js v12
- this change aligns with the hapi ecosystem requiring Node.js v12 with the release of hapi 19
1.3.0 - 2019-10-17
- basic TypeScript declarations in
lib/index.d.ts
- bump dependencies
- internal refactorings and clean-ups
1.2.1 - 2019-10-12
- bump dependencies
- internal refactorings and clean-ups
1.2.0 - 2019-07-30
- find all class methods, also the inherited ones (from the prototype chain)
- automatically add
h.continue
when missing in an extension point
- bump dependencies
1.1.0 - 2019-07-19
- register multiple class extensions with one call:
server.extClass(Class1, Class2)
- or
server.extClass([Class1, Class2])
- bump dependencies
1.0.0
release 🚀 🎉