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 1526789 commit 1e6de61Copy full SHA for 1e6de61
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 1.0.2
2
+
3
+* make `Element#inspect` behave correctly in Ruby 2.0 (@seanlinsley, #16)
4
+* prevent `Arbre::Element#flatten` infinite recursion (@seanlinsley, #32)
5
+* make `find_by_class` correctly find children by class (@kaapa, #33)
6
7
## 1.0.1
8
9
* Template handler converts to string to satisfy Rack::Lint (@jpmckinney, #6)
lib/arbre/version.rb
@@ -1,3 +1,3 @@
module Arbre
- VERSION = "1.0.1"
+ VERSION = "1.0.2"
end
0 commit comments