File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
8
+ ## [ 3.0.0] [ 2018-02-01]
9
+
10
+ ### Changed
11
+ - take ` nil ` as is without trying to find a record (nepalez)
12
+ - raise ` ActiveRecord::RecordNotFound ` in case of absent key (nepalez)
13
+
8
14
## [ 2.0.0] [ 2018-02-01]
9
15
10
16
Update dependency to [ dry-initializer] v2.4+ (nepalez)
@@ -30,4 +36,5 @@ First public release
30
36
[ 0.0.2 ] : https://github.com/nepalez/dry-initializer-rails/compare/v0.0.1...v0.0.2
31
37
[ 0.0.3 ] : https://github.com/nepalez/dry-initializer-rails/compare/v0.0.2...v0.0.3
32
38
[ 1.0.0 ] : https://github.com/nepalez/dry-initializer-rails/compare/v0.0.3...v1.0.0
33
- [ 0.0.3 ] : https://github.com/nepalez/dry-initializer-rails/compare/v1.0.0...v2.0.0
39
+ [ 2.0.0 ] : https://github.com/nepalez/dry-initializer-rails/compare/v1.0.0...v2.0.0
40
+ [ 3.0.0 ] : https://github.com/nepalez/dry-initializer-rails/compare/v2.0.0...v3.0.0
Original file line number Diff line number Diff line change 1
1
Gem ::Specification . new do |gem |
2
2
gem . name = "dry-initializer-rails"
3
- gem . version = "2 .0.0"
3
+ gem . version = "3 .0.0"
4
4
gem . author = [ "Vladimir Kochnev (marshall-lee)" , "Andrew Kozin (nepalez)" ]
5
5
gem . email = [ "andrew.kozin@gmail.com" ]
6
6
gem . homepage = "https://github.com/nepalez/dry-initializer-rails"
You can’t perform that action at this time.
0 commit comments