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 e137edd commit bd0433bCopy full SHA for bd0433b
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## 1.0.1
2
+
3
+* Template handler converts to string to satisfy Rack::Lint (@jpmckinney, #6)
4
+* Fix to `Tag#add_class` when passing a string of classes to Tag build method
5
+ (@gregbell, #7)
6
+* Not longer uses the default separator (@LTe, #4)
7
8
## 1.0.0
9
10
* Added support for the use of `:for` with non Active Model objects
lib/arbre/version.rb
@@ -1,3 +1,3 @@
module Arbre
- VERSION = "1.0.0"
+ VERSION = "1.0.1"
end
0 commit comments