mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-17 12:16:38 +08:00
* fetchAll supports same parameters as fetch
Latest Bookshelf's instance.fetchAll calls collection.fetch() with
given options, ie. it supports the same options than fetch.
For example
(new User).fetchAll({columns: ['id', 'name']}).then(...)
* Update version number
* Revert "Update version number"
This reverts commit cf4a3e6c51554d75f5408acd23bb0fade6acafef.
* remove extra slash from contributor's name