Skip to content

Commit

Permalink
formulaic 0.4.0
Browse files Browse the repository at this point in the history
* Translations for submit falls back to same defaults as form builder
  submit.
* Add configurable default_wait_time, useful for speeding up js tests
* Treat `Symbol` values as string input
* Try translating option for select in StringInput
* Humanize attribute when translation fails and class does not exist
* Use Integer instead of deprecated Fixnum
* Drop support for ruby 2.1
  • Loading branch information
calebhearth committed Feb 6, 2017
1 parent 1fbb284 commit c9eabac
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.3.0'
VERSION = '0.4.0'
end

0 comments on commit c9eabac

Please sign in to comment.