Skip to content

Version 3.0.0

Compare
Choose a tag to compare
@RadLikeWhoa RadLikeWhoa released this 13 Jul 11:44
· 20 commits to master since this release
  • Countable::on and Countable::off replace Countable::live and Countable::die. The new methods work exactly the same, apart from the name change.

  • Countable::once has been removed. The method is now available exclusively as Countable::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 and ignoreZeroWidthSpace has been removed in favour of a more general ignore option, which is an array of characters that should be ignored.

  • Added a minified version.

  • Removed legacy support. Countable now uses things like let and const and expects ES5 methods to be present. This mainly drops support for IE before version 11.

  • Reduced file size by almost 25%.