breeze-sequelize Release Notes
Install via npm Get it on GitHub
0.5.5 May 5, 2020
Features
- New BreezeExpressDemo demonstrates usage with TypeScript
- Improved query logging
- Only log if
options.logging
is set when creating the SequelizeManager
. It’s the same setting that Sequelize itself uses to control logging of the generated SQL.
- But, always log the query when an error is thrown.
0.4.1 January 31, 2020
Features
- Separate
entityQueryFromUrl()
function from EntityQuery class
- Change dependencies
breeze-client
, sequelize
, and lodash
to peerDependencies
0.4.0 January 22, 2020
Features
- Support Sequelize 5.x
- Convert source code to TypeScript, for maintainability and type definitions
0.2.1 December 7, 2017
Bug Fixes
- Fix handling of “not in” queries
- Fix merging of multiple “include” clauses, PR #29
- Fix handling of binary concurrency property, PR #31
- Use toposort to save entities of the same type in the correct order, PR #33
Special thanks to iz-iznogood for the pull requests.
0.2.0 November 21, 2017
Features
- Update to support Sequelize 4.x
0.1.0 September 17, 2016
Bug Fixes
- Fix error on urls without query string
- Fix attempted transaction rollback on error
Features
- Move ‘define’ defaults (e.g. freezeTableName) to SequelizeManager so they can be overridden
0.0.19 August 26, 2016
Features
- Change sequelize and lodash dependencies to allow latest versions.
- Pass on sequelize-specific sync options, pull request 26
- CRUD operations in sequelize transactions, pull request 19
0.0.18 December 10, 2015
Features
- Use attributes to prevent expansion of nested entities in where clauses
0.0.17 December 7, 2015
Fixed Bugs
- Fix bug with where clause on nested properties
0.0.16 December 5, 2015
Fixed Bugs
- Fix autoGeneratedKeyType Identity in MetadataMapper, pull request 12
- Fix bug resolving query property paths
Features
- Update sequelize dependency to 3.x
- Remove explicit dependency on MySQL
0.0.14 January 22, 2015
Initial Release