We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed0e92f commit 4f04674Copy full SHA for 4f04674
HISTORY.md
@@ -1,5 +1,11 @@
1
# HEAD
2
3
+# 1.3.1
4
+
5
+* Allow default value to be `false` [[#66](https://github.com/pauldix/sax-machine/pull/66)]
6
+* Support adding class to an attribute [[#68](https://github.com/pauldix/sax-machine/pull/68)]
7
+* Adjust Ox handler to skip empty text/cdata values
8
9
# 1.3.0
10
11
* Improve block modifiers to support all config options
lib/sax-machine/version.rb
@@ -1,3 +1,3 @@
module SAXMachine
- VERSION = "1.3.0"
+ VERSION = "1.3.1"
end
0 commit comments