Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rafamel committed Mar 11, 2019
1 parent 5c30194 commit 99e3f74
Show file tree
Hide file tree
Showing 9 changed files with 145 additions and 58 deletions.
49 changes: 49 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,49 @@
# [0.5.0](https://github.com/rafamel/objection-before-and-unique/compare/v0.4.0...v0.5.0) (2019-03-11)


### Bug Fixes

* **types:** fixes TUniqueQuery return types ([1bccca0](https://github.com/rafamel/objection-before-and-unique/commit/1bccca0))


### Features

* begins api redesign and ts refactor: adds types and default export ([f225017](https://github.com/rafamel/objection-before-and-unique/commit/f225017))
* implements runner taking IOptions.order into account ([7a0fa38](https://github.com/rafamel/objection-before-and-unique/commit/7a0fa38))
* **before:** adds Model property to TBefore ([1dd46fc](https://github.com/rafamel/objection-before-and-unique/commit/1dd46fc))
* **before:** implements before ([a644559](https://github.com/rafamel/objection-before-and-unique/commit/a644559))
* **schema:** implements schema ([11110a7](https://github.com/rafamel/objection-before-and-unique/commit/11110a7))
* **types:** adds TModel ([c1a75e4](https://github.com/rafamel/objection-before-and-unique/commit/c1a75e4))
* **unique:** Allows for TUniqueFn to return a boolean ([ac8f1e0](https://github.com/rafamel/objection-before-and-unique/commit/ac8f1e0))
* **unique:** redesigns and implements unique ([11f33f4](https://github.com/rafamel/objection-before-and-unique/commit/11f33f4))


### BREAKING CHANGES

* **unique:** IOptions.unique api has suffered significant changes. Please review its
documentation.
* options.schema now takes a JSON Schema instead of a Joi object; options.precedence
is now options.order



# [0.4.0](https://github.com/rafamel/objection-before-and-unique/compare/v0.3.3...v0.4.0) (2018-02-21)



## [0.3.3](https://github.com/rafamel/objection-before-and-unique/compare/v0.3.2...v0.3.3) (2017-12-03)



## [0.3.2](https://github.com/rafamel/objection-before-and-unique/compare/v0.3.1...v0.3.2) (2017-11-20)



## [0.3.1](https://github.com/rafamel/objection-before-and-unique/compare/v0.3.0...v0.3.1) (2017-11-20)



# 0.3.0 (2017-11-20)



2 changes: 1 addition & 1 deletion docs/assets/js/search.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 99e3f74

Please sign in to comment.