Skip to content
This repository was archived by the owner on Nov 10, 2018. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cferdinandi/validate
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: michapietsch/validate
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 20 files changed
  • 1 contributor

Commits on Mar 7, 2018

  1. v1.2.0

    - Add optional live validation for text-like fields on keyup and select fields on change
    michapietsch committed Mar 7, 2018
    Configuration menu
    Copy the full SHA
    8e50bd7 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2018

  1. Add integration for custom errors by providing a wrapper around the H…

    …TML5 Constraint API setCustomValidity() function
    michapietsch committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    94022b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4761d67 View commit details
    Browse the repository at this point in the history
  3. v1.3.1

    - Add integration for custom errors by providing a wrapper around the HTML5 Constraint API setCustomValidity() function
    - Fix: Restore customError property in the ValidityState() polyfill
    michapietsch committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    3e41343 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2018

  1. Remove debug statement

    michapietsch committed Apr 7, 2018
    Configuration menu
    Copy the full SHA
    45d524c View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2018

  1. v1.3.2

    - merge recent updates from cferdinandi/validate master branch
    - activate all build steps
    - remove orphaned dist/ folder (moved to static/)
    - adapt .gitignore to match
    michapietsch committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    e8c3d2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3934651 View commit details
    Browse the repository at this point in the history
  3. v1.4.0

    - Delay live validation for invalid values while still typing ('reward early, punish late')
    michapietsch committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    ce943eb View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2018

  1. Configuration menu
    Copy the full SHA
    719b39f View commit details
    Browse the repository at this point in the history
Loading