Skip to content
This repository has been archived by the owner on Apr 10, 2018. It is now read-only.

Releases: ptariche/koa-waterline

5.0.1

24 Jan 07:48
Compare
Choose a tag to compare
  • Added Travis support

5.0.0

24 Jan 07:13
Compare
Choose a tag to compare
  • Updated versions
  • Added model design changes from @demarius and tests

4.3.3

21 Dec 05:08
Compare
Choose a tag to compare
updated workspace

Updated Packages

18 Dec 18:39
Compare
Choose a tag to compare
4.3.2

Update package.json

Updated packages

14 Dec 15:23
Compare
Choose a tag to compare
4.3.1

Update package.json

4.3.0

01 Dec 01:25
Compare
Choose a tag to compare
  • Removed thenify utility
  • Added Snyk support

4.2.0

08 Feb 23:44
Compare
Choose a tag to compare
  • Fixed potential empty methods bug

4.1.0

06 Feb 10:39
Compare
Choose a tag to compare
  • Bumped version
  • Removed generator for promise return

4.0.0

06 Feb 09:04
Compare
Choose a tag to compare
  • Updated functionality to use promise rather than thunk
  • Updated to use ECMA6 components

3.0.0

25 Nov 08:21
Compare
Choose a tag to compare
  • 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});