90 ritsu.js now accepts a NodeList or an HTMLCollection object when calling various methods
83 Deprecated the numeric-full-year rule. Use numeric-whole instead with min/max attributes.
Fixes
92 ritsu.js now can take in multiple container objects as an arguement and find all the appropriate form inputs
Tests
91 The _getSelectorAsElementArray method is now tested by itself since it is crucial and used in so many methods. This will also allow for lessed duped tests.
Wiki
[x] Add NodeList and HTMLCollection to the list of possible selector arguments
Changes
90 ritsu.js now accepts a NodeList or an HTMLCollection object when calling various methods
83 Deprecated the numeric-full-year rule. Use numeric-whole instead with min/max attributes.
Fixes
92 ritsu.js now can take in multiple container objects as an arguement and find all the appropriate form inputs
Tests
91 The
_getSelectorAsElementArray
method is now tested by itself since it is crucial and used in so many methods. This will also allow for lessed duped tests.Wiki