Skip to content

Conversation

@andnp
Copy link
Owner

@andnp andnp commented Apr 25, 2018

Typescript 2.9 makes keyof return string | number | symbol instead
of simply string. This is a breaking change with TS, meaning it broke
several methods that relied on keyof returning a string within ST.

Typescript 2.9 makes `keyof` return `string | number | symbol` instead of simply `string`. This is a breaking change with TS, meaning it broke several methods that relied on keyof returning a string within ST.
@andnp andnp requested review from Retsam and jbfrederick April 25, 2018 06:00
@andnp
Copy link
Owner Author

andnp commented Apr 25, 2018

@andnp andnp merged commit 391cd19 into master Apr 25, 2018
@andnp andnp deleted the ts2.9 branch April 25, 2018 22:41
@andnp
Copy link
Owner Author

andnp commented Apr 25, 2018

🎉 This PR is included in version 1.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants