Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@JacobFischer JacobFischer released this 29 May 02:01

Removed

  • tslint config no longer exposed or to be consumed via this repo.
    • Please use ESLint instead.

Changed

  • All interfaces no longer start with I as per updated naming conventions by the TS team.
    • e.g. IPoint -> Point.