Skip to content

Commit

Permalink
formulaic 0.1.2
Browse files Browse the repository at this point in the history
Formulaic now knows how to `select` from a `select[multiple]` if it
can't `check` array options as `input[type=checkbox]`.

It will also refuse to fill an `Array` value if all elements can't be
selected or checked (and they must all be the same action).

#34
  • Loading branch information
calebhearth committed Sep 26, 2014
1 parent 4258e08 commit 7f0a983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/formulaic/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Formulaic
VERSION = '0.1.1'
VERSION = '0.1.2'
end

0 comments on commit 7f0a983

Please sign in to comment.