| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2017-07-13 | 872 Bytes | |
| Version 3.0.0 source code.tar.gz | 2017-07-13 | 30.0 kB | |
| Version 3.0.0 source code.zip | 2017-07-13 | 32.9 kB | |
| Totals: 3 Items | 63.7 kB | 0 | |
Countable::onandCountable::offreplaceCountable::liveandCountable::die. The new methods work exactly the same, apart from the name change.Countable::oncehas been removed. The method is now available exclusively asCountable::count.Countable::enablednow accepts either single elements or lists of elements. When a list is passed, the validation checks if all elements have the Countable functionality.- Options have been simplified. Support for
ignoreReturnsandignoreZeroWidthSpacehas been removed in favour of a more generalignoreoption, which is an array of characters that should be ignored. -
Added a minified version.
-
Removed legacy support. Countable now uses things like
letandconstand expects ES5 methods to be present. This mainly drops support for IE before version 11. - Reduced file size by almost 25%.