Skip to content

4.0.2

Choose a tag to compare

@DamonOehlman DamonOehlman released this 08 Jan 09:28
· 54 commits to master since this release

FIX: Remove Array#fill usage. While I expected this would be transpiled out by TypeScript, this is not the case. TypeScript expects that you might have injected a polyfill to take care of this, which is completely reasonable.