1.0-M2 Released
The ability to provide custom Processors and validators, the inclusion of a DefaultValidator and optional validator (RequireMeasurements), and the ability to use 10.percent or 10%_ to create percent measurements were all added in this version.
This release includes the Processor interface which allows anyone to implement a custom Processor which can modify or validate any part of the CSS model. The docs provide an example of how you might do this. Custom Processors can be added through the Config object.
Processors are run in three phases right now (PRE_VALIDATE, VALIDATE, and POST_VALIDATE) but some other phases could be added in the future.










