teddyzeenny / ember-cp-validations

Ember computed property based validations

Home Page:http://offirgolan.github.io/ember-cp-validations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ember CP Validations

Build Status npm version Download Total Code Climate Test Coverage Ember Observer Score Dependency Status

An EmberJS validation framework that is completely and utterly computed property based.

Features

No observers were used nor harmed while developing and testing this addon.

  • Lazily computed validations
  • Ruby on rails inspired validators
  • Support for Ember Data Models, Objects, Components, Services, etc.
  • Support for nested models and objects
  • Synchronous and asynchronous support
  • Easily integrated with Ember Data's DS.Errors
  • No observers. Seriously... there are none. Like absolutely zero....
  • Custom validators
  • I18n support
  • Debounceable validations
  • Warning validations
  • Dirty tracking

Introduction to Ember CP Validations

You can also learn more by watching this Global Ember Meetup talk:

Introduction to ember-cp-validations

Installation

ember install ember-cp-validations

Upgrading to 3.x

If you are upgrading from 2.x to 3.x, please checkout the upgrading documentation.

Helpful Links

Looking for help?

About

Ember computed property based validations

http://offirgolan.github.io/ember-cp-validations

License:Other


Languages

Language:JavaScript 94.3%Language:HTML 3.2%Language:CSS 2.5%