Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update parttern rule #624

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Commits on May 27, 2016

  1. update parttern rule

    regex in `validator: function (val, regex)` is object when 
    pattern:{message:'',params:'^[0-9]*[1-9][0-9]*$'}}
    regex is string when
    pattern:{message:'please input a valid number',params:'^[0-9]*[1-9][0-9]*$'}}
    Skysper committed May 27, 2016
    Configuration menu
    Copy the full SHA
    501c2a3 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2016

  1. add toString method

    Skysper committed May 30, 2016
    Configuration menu
    Copy the full SHA
    6ad10ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb49e33 View commit details
    Browse the repository at this point in the history
  3. new dist files

    Skysper committed May 30, 2016
    Configuration menu
    Copy the full SHA
    7375d71 View commit details
    Browse the repository at this point in the history