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

Add attribute field type validation #7

Merged
merged 6 commits into from
Mar 7, 2018

Commits on Mar 5, 2018

  1. Add project code style

    Den Drobiazko committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    4e036c0 View commit details
    Browse the repository at this point in the history
  2. Implement Attribute field type check

    Primitives, String, Boolean and boxed numbers are applicable
    Den Drobiazko committed Mar 5, 2018
    2 Configuration menu
    Copy the full SHA
    2331a54 View commit details
    Browse the repository at this point in the history
  3. Update README

    Den Drobiazko committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    4a8ffcc View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2018

  1. Add 'Short' type check, optimize check usage

    Den Drobiazko committed Mar 6, 2018
    Configuration menu
    Copy the full SHA
    e12ed81 View commit details
    Browse the repository at this point in the history
  2. Fix bug with only one attribute processed

    Den Drobiazko committed Mar 6, 2018
    Configuration menu
    Copy the full SHA
    9de23f8 View commit details
    Browse the repository at this point in the history
  3. Prettify testing

    Den Drobiazko committed Mar 6, 2018
    Configuration menu
    Copy the full SHA
    10f3920 View commit details
    Browse the repository at this point in the history