We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9972d7 commit a38582cCopy full SHA for a38582c
CHANGELOG.md
@@ -1,3 +1,15 @@
1
+# 1.0.0
2
+* Drop support to Ruby 1.8 and 1.9.
3
+* Deprecate relying on default `exit_on_failure?`.
4
+ In preparation to make Thor commands exit when there is a failure we are deprecating
5
+ defining a command without defining what behavior is expected when there is a failure.
6
+
7
+ To fix the deprecation you need to define a class method called `exit_on_failure?` returning
8
9
+ `false` if you want the current behavior or `true` if you want the new behavior.
10
+* Deprecate defining an option with the default value using a different type as defined in the option.
11
+* Allow options to be repeatable. See #674.
12
13
# 0.20.3
14
* Support old versions of `did_you_mean`.
15
0 commit comments