Skip to content

2.0.5

Compare
Choose a tag to compare
@Tyriar Tyriar released this 02 Sep 21:00
· 3 commits to master since this release
99bbfb3
  • Upgraded to TypeScript 3
  • Enabled all strict checks in TypeScript (#2), making the API more explicit on whether calls return undefined and/or null
  • Fixed error when calling AvlTree.get on a key that doesn't exist, it will not return null
  • The implementation now implements the AvlTree definition in the declaration file, this lets the TS compiler ensure that the API is correct