waterline-postgresql
Version:
PostgreSQL Adapter for Sails and Waterline
16 lines (8 loc) • 639 B
Markdown
# Waterline-Sequel Changelog
### 0.5.7
* [Bug] Actually fixes issue when building criteria with dates instead of causing more issues. See [#79](https://github.com/balderdashy/waterline-sequel/pull/79) for more.
### 0.5.6
* [STABILITY] Locks lodash dependency to a known version
* [BUG] Fixes issue when building criteria with dates that are strings. See [#77](https://github.com/balderdashy/waterline-sequel/pull/77) for more details.
### 0.5.5
* [BUG] Fixes issue when searching for NULL values and using parameterized queries the index could get off. See [#63](https://github.com/balderdashy/waterline-sequel/issues/63) for more.