bookshelf-cascade-delete
Version:
Cascade delete with Bookshelf.js
93 lines (57 loc) • 5.72 kB
Markdown
# Changelog
## [2.0.1](https://github.com/seegno/bookshelf-cascade-delete/tree/2.0.1) (2016-12-13)
[Full Changelog](https://github.com/seegno/bookshelf-cascade-delete/compare/2.0.0...2.0.1)
**Closed issues:**
- Self relations [\#30](https://github.com/seegno/bookshelf-cascade-delete/issues/30)
- Can't attach on destroy events of cascaded delete [\#10](https://github.com/seegno/bookshelf-cascade-delete/issues/10)
**Merged pull requests:**
- Add user to postgres knexfile [\#33](https://github.com/seegno/bookshelf-cascade-delete/pull/33) ([ricardogama](https://github.com/ricardogama))
- Add class syntax documentation [\#32](https://github.com/seegno/bookshelf-cascade-delete/pull/32) ([ricardogama](https://github.com/ricardogama))
- Add node 6 to travis configuration file [\#29](https://github.com/seegno/bookshelf-cascade-delete/pull/29) ([ricardogama](https://github.com/ricardogama))
- Update test coverage scripts to use nyc [\#28](https://github.com/seegno/bookshelf-cascade-delete/pull/28) ([ricardogama](https://github.com/ricardogama))
- Add timeout option to test script [\#27](https://github.com/seegno/bookshelf-cascade-delete/pull/27) ([ricardogama](https://github.com/ricardogama))
- Add cascadeDelete option documentation [\#26](https://github.com/seegno/bookshelf-cascade-delete/pull/26) ([ricardogama](https://github.com/ricardogama))
- Remove auxiliar methods from Model prototype [\#24](https://github.com/seegno/bookshelf-cascade-delete/pull/24) ([ricardogama](https://github.com/ricardogama))
## [2.0.0](https://github.com/seegno/bookshelf-cascade-delete/tree/2.0.0) (2016-08-29)
[Full Changelog](https://github.com/seegno/bookshelf-cascade-delete/compare/1.0.5...2.0.0)
**Merged pull requests:**
- Add babel-plugin-add-module-exports [\#23](https://github.com/seegno/bookshelf-cascade-delete/pull/23) ([abelsoares](https://github.com/abelsoares))
- Fixes typo in README.md [\#22](https://github.com/seegno/bookshelf-cascade-delete/pull/22) ([kamronbatman](https://github.com/kamronbatman))
## [1.0.5](https://github.com/seegno/bookshelf-cascade-delete/tree/1.0.5) (2016-07-20)
[Full Changelog](https://github.com/seegno/bookshelf-cascade-delete/compare/1.0.4...1.0.5)
**Merged pull requests:**
- Add release script [\#21](https://github.com/seegno/bookshelf-cascade-delete/pull/21) ([ricardogama](https://github.com/ricardogama))
- Fix cascade delete on third level dependents [\#20](https://github.com/seegno/bookshelf-cascade-delete/pull/20) ([ricardogama](https://github.com/ricardogama))
- Update Travis badge to get master branch status [\#19](https://github.com/seegno/bookshelf-cascade-delete/pull/19) ([ricardogama](https://github.com/ricardogama))
## [1.0.4](https://github.com/seegno/bookshelf-cascade-delete/tree/1.0.4) (2016-06-15)
[Full Changelog](https://github.com/seegno/bookshelf-cascade-delete/compare/1.0.3...1.0.4)
**Closed issues:**
- Destroying with where clause [\#14](https://github.com/seegno/bookshelf-cascade-delete/issues/14)
**Merged pull requests:**
- Update README.md contributing section [\#18](https://github.com/seegno/bookshelf-cascade-delete/pull/18) ([abelsoares](https://github.com/abelsoares))
- Fix cascade delete with queried models [\#17](https://github.com/seegno/bookshelf-cascade-delete/pull/17) ([ricardogama](https://github.com/ricardogama))
- Add a test file for each database engine [\#16](https://github.com/seegno/bookshelf-cascade-delete/pull/16) ([ricardogama](https://github.com/ricardogama))
## [1.0.3](https://github.com/seegno/bookshelf-cascade-delete/tree/1.0.3) (2016-06-14)
[Full Changelog](https://github.com/seegno/bookshelf-cascade-delete/compare/1.0.2...1.0.3)
**Closed issues:**
- many to many, junction table. [\#13](https://github.com/seegno/bookshelf-cascade-delete/issues/13)
**Merged pull requests:**
- Fix destroying models with many-to-many relations [\#15](https://github.com/seegno/bookshelf-cascade-delete/pull/15) ([ricardogama](https://github.com/ricardogama))
## [1.0.2](https://github.com/seegno/bookshelf-cascade-delete/tree/1.0.2) (2016-05-22)
[Full Changelog](https://github.com/seegno/bookshelf-cascade-delete/compare/1.0.1...1.0.2)
**Closed issues:**
- Does not account for non-default idAttribute name [\#11](https://github.com/seegno/bookshelf-cascade-delete/issues/11)
**Merged pull requests:**
- Fix destroying models with non default id attribute [\#12](https://github.com/seegno/bookshelf-cascade-delete/pull/12) ([ricardogama](https://github.com/ricardogama))
## [1.0.1](https://github.com/seegno/bookshelf-cascade-delete/tree/1.0.1) (2016-05-18)
[Full Changelog](https://github.com/seegno/bookshelf-cascade-delete/compare/1.0.0...1.0.1)
**Closed issues:**
- Error: Cannot find module 'babel-runtime/helpers/toConsumableArray' [\#3](https://github.com/seegno/bookshelf-cascade-delete/issues/3)
**Merged pull requests:**
- Fix dependent key value with MySQL client [\#7](https://github.com/seegno/bookshelf-cascade-delete/pull/7) ([ricardogama](https://github.com/ricardogama))
- Add babel-runtime to dependencies [\#5](https://github.com/seegno/bookshelf-cascade-delete/pull/5) ([ricardogama](https://github.com/ricardogama))
- Update coveralls image badge to square [\#2](https://github.com/seegno/bookshelf-cascade-delete/pull/2) ([nunorafaelrocha](https://github.com/nunorafaelrocha))
## [1.0.0](https://github.com/seegno/bookshelf-cascade-delete/tree/1.0.0) (2016-04-21)
**Merged pull requests:**
- Add initial code [\#1](https://github.com/seegno/bookshelf-cascade-delete/pull/1) ([ricardogama](https://github.com/ricardogama))
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*