Skip to content

Update TypeScript Compatibility Info

Compare
Choose a tag to compare
@UselessPickles UselessPickles released this 01 Jun 00:48
· 92 commits to master since this release

This is a minor documentation and NPM peer dependency updated.

TypeScript 2.9 introduced a breaking change to the keyof operator that impacts this project. ts-enum-util is currently only compatible with TyoeScript 2.3 - 2.8.

Stay tuned for version 3.0 of ts-enum-util, which should be compatible with TypeScript 2.8+. Unfortunately, there's no way for me to specify the types of this project that is both compatible with TypeScript 2.9 and backwards compatible with versions earlier than 2.8.