This repository has been archived by the owner on Apr 10, 2018. It is now read-only.
Releases: ptariche/koa-waterline
Releases · ptariche/koa-waterline
5.0.1
5.0.0
4.3.3
Updated Packages
4.3.2 Update package.json
Updated packages
4.3.1 Update package.json
4.3.0
4.2.0
4.1.0
4.0.0
3.0.0
- Added thenify function to the returned waterline function for child functions of the collection which do not support promises or do not have the ability to yield
example
- yield ctx._waterline._tfy(ctx._waterline.collections.comments.findOne, ctx._waterline.collections.comments)({message: _message});