Skip to content

3.0.0

Latest
Compare
Choose a tag to compare
@jmdobry jmdobry released this 26 Feb 23:39
· 3 commits to master since this release
3.0.0 - 26 February 2017
Breaking changes
  • #29 by @Delagen - TypeScript definitions have been rewritten, and the CacheFactory constructor function is now a named export of the module.

    Before:

    import CacheFactory from 'cachefactory';
    

    After:

    import { CacheFactory } from 'cachefactory';