File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] , and this project adheres
55to [ Semantic Versioning] .
66
7+ ## [ 3.0.0] [ 2018-01-05]
8+
9+ ### [ BREAKING] Changed
10+
11+ - Stop re-raising exceptions in model constructors, and remove ` Evil::Client::ValidationError ` (nepalez)
12+
13+ Instead of ValidationError, the original StandardError exceptions will be risen.
14+
15+ See [ the issue #22 by Envek] ( https://github.com/evilmartians/evil-client/issues/22 )
16+
717## [ 2.1.1] [ 2018-01-05]
818
919### Changed
@@ -447,3 +457,5 @@ formats will be added.
447457[ 1.1.0 ] : https://github.com/evilmartians/evil-client/compare/v1.0.0...v1.1.0
448458[ 2.0.0 ] : https://github.com/evilmartians/evil-client/compare/v1.1.0...v2.0.0
449459[ 2.1.0 ] : https://github.com/evilmartians/evil-client/compare/v2.0.0...v2.1.0
460+ [ 2.1.1 ] : https://github.com/evilmartians/evil-client/compare/v2.1.0...v2.1.1
461+ [ 3.0.0 ] : https://github.com/evilmartians/evil-client/compare/v2.1.1...v3.0.0
Original file line number Diff line number Diff line change 11Gem ::Specification . new do |gem |
22 gem . name = "evil-client"
3- gem . version = "2.1.1 "
3+ gem . version = "3.0.0 "
44 gem . author = [ "Andrew Kozin (nepalez)" , "Ravil Bairamgalin (brainopia)" ]
55 gem . email = [ "andrew.kozin@gmail.com" , "nepalez@evilmartians.com" ]
66 gem . homepage = "https://github.com/evilmartians/evil-client"
You can’t perform that action at this time.
0 commit comments