File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## v0.1.0 2016-04-26
2
+
3
+ Class DSL splitted to mixin and container versions (thanks to @AMHOL for the idea).
4
+ Backward compatibility is broken.
5
+
6
+ ### Changed (backward-incompatible changes)
7
+
8
+ * Use ` extend Dry::Initializer::Mixin ` instead of ` extend Dry::Initializer ` (nepalez)
9
+
10
+ ### Added
11
+
12
+ * Use ` include Dry::Initializer.define(&block) ` as an alternative to extending the class (nepalez)
13
+
1
14
## v0.0.1 2016-04-09
2
15
3
16
First public release
Original file line number Diff line number Diff line change 1
1
Gem ::Specification . new do |gem |
2
2
gem . name = "dry-initializer"
3
- gem . version = "0.0.1 "
3
+ gem . version = "0.1.0 "
4
4
gem . author = [ "Vladimir Kochnev (marshall-lee)" , "Andrew Kozin (nepalez)" ]
5
5
gem . email = [ "hashtable@yandex.ru" , "andrew.kozin@gmail.com" ]
6
6
gem . homepage = "https://github.com/dryrb/dry-initializer"
You can’t perform that action at this time.
0 commit comments