Please refer to the following release notes when upgrading your version of BackboneSQL.
- Added support for mongodb style $or queries for non-related model queries
- Bug fix for missing callback
- Bug fix $exists checks for nulls
- improve row counts for $unique
- Bug fix for join tables
- Bug fix for patch remove
- Added dynamic and manual_ids capabilities
- Added unique capability
- Upgraded to BackboneORM 0.6.x
- Simplified database_tools and made compatible with the latest knex.
- Update knex due to bluebird dependency breaking.
- Fix for $ne: null in find queries
- Compatability fix for Backbone 1.1.1
- Knex bug fix for count
- Lock Backbone.js to 1.1.0 until new release compatibility issues fixed
- Updated to latest Knex (still outstanding problems with consistent Date support in Knex - not all mysql sqlite tests passing for dates)
- $nin bug fix
- $nin support
- Handle null hasMany relations in _joinedResultsToJSON
- db.ensureSchema not complain when running lots of operations
- Initial release