text-clipper 2.0.0
Text-clipper 2.0.0 features no API changes, but is marked a breaking change because it now assumes Array.prototype.includes()
is available. This means people requiring support for Internet Explorer should be careful they have the right polyfill available.
Internally, the library is now using TypeScript and tests have been moved to Jest. This is also the first release that will be published as a Deno module.