Skip to content

Version 0.7.1

Compare
Choose a tag to compare
@twerth twerth released this 13 Sep 06:17
· 501 commits to master since this release

New validation features and misc

bundle update ruby_motion_query

Read the updated validation documentation here.

New features

  • Added white_list ability to all validation rules
  • Added custom validation rule which takes a regex param
  • Added add_validator for easy access to add your own named validation methods and you can make them as complex as you'd like (not limited to regex, uses opts etc.)
  • Show a grid overlay. rmq.app.grid.show or some_grid.show
  • Added attributed_text styler to UILabel
  • Added line_break_mode styler to UILabel

Bug fixes

  • Changed email regex pattern
  • Fixed "Uninitialized constant RubyMotionQuery::Event::ValidationEvent" bug