Prepare for 2.0.0 release

master
Sven Slootweg 7 years ago
parent cf7e5f6180
commit b68d71a891

@ -1,3 +1,9 @@
## 2.0.0 (July 14, 2016)
* __BREAKING:__ A `UniqueConstraintViolationError` may now contain different values, depending on whether the violated constraint was a composite across multiple columns or not. For single-column `UNIQUE` constraints, the `value` and `column` properties will still be present as before; however, for a composite constraint, those properties will be undefined and `values` and `columns` will be set instead.
* __Minor:__ Added support for detecting "undefined column" errors (as an `UndefinedColumnError`).
* __Patch:__ Fixed some incorrect internal function names.
## 1.0.0 (November 11, 2016)
Initial release.

Loading…
Cancel
Save