Version 3.0.0
-
Countable::on
andCountable::off
replaceCountable::live
andCountable::die
. The new methods work exactly the same, apart from the name change. -
Countable::once
has been removed. The method is now available exclusively asCountable::count
. -
Countable::enabled
now 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
ignoreReturns
andignoreZeroWidthSpace
has been removed in favour of a more generalignore
option, which is an array of characters that should be ignored. -
Added a minified version.
-
Removed legacy support. Countable now uses things like
let
andconst
and expects ES5 methods to be present. This mainly drops support for IE before version 11. -
Reduced file size by almost 25%.