Skip to content

v0.19.2

Compare
Choose a tag to compare
@liamqma liamqma released this 28 Apr 06:25
· 100 commits to master since this release

Improvements & bug fixes

  • Changes the TypeScript typings for ResourceStoreContext to be an empty interface instead of an any typed type, so that consumers of the library can do a module declaration to extend the ResourceStoreContext to type their own code. #142
  • Compile typescript with isolatedModules to remove types from runtime code. #147