Skip to content

v4.1.4

Compare
Choose a tag to compare
@lukeed lukeed released this 22 Jan 20:18
· 3 commits to master since this release

Chores

  • Replace includes() usage with indexOf to allow support for older browsers (#45): 86a7db8
    No behavioral differences. Simply allows kleur to run in old browsers (eg, IE8-11) without requiring a polyfill.
    Thank you @Krinkle~!

  • Update benchmarks to reflect includes -> indexOf update: 19764d4