changelog.md 7.64 KB

flat-cache - Changelog

v1.3.0

  • Other changes

    • Added #all method (#16) - 12293be, Ozair Patel, 25/09/2017 16:46:38
    • Added #all method
    • Added #all method test
    • Updated readme
    • Added yarn.lock
    • Added more keys for #all test
    • Beautified file
    • fix changelog title style (#14) - af8338a, 前端小武, 19/12/2016 23:34:48

v1.2.2

  • Bug Fixes

    Fixes #12

    Not sure under which situations a cache file might exist that does not contain a valid JSON structure, but just in case to cover the possibility of this happening a try catch block has been added

    If the cache is somehow not valid the cache will be discarded an a a new cache will be stored instead

  • Other changes

    As mentioned in https://github.com/WebReflection/circular-json/issues/25 circular-json wan't rightly implementing the license field.

    Latest version bump changed only that bit so that ESLint should now be happy.

    v1.2.1

  • Bug Fixes

    • Add missing utils.js file to the package. closes #8 - ec10cf2, Roy Riojas, 01/08/2016 04:18:57

v1.2.0

  • Documentation

v1.0.11

  • Features

    • Add noPrune option to cache.save() method. closes #7 - 2c8016a, Roy Riojas, 01/08/2016 04:00:29
    • Add json read and write utility based on circular-json - c31081e, Jean Ponchon, 28/07/2016 10:58:17
  • Bug Fixes

    Since we control both writing and reading of JSON stream, there no needs to handle unicode BOM.

  • Tests Related fixes

  • Refactoring

  • Build Scripts Changes

v1.0.10

  • Build Scripts Changes

    • add eslint-fix task - fd29e52, royriojas, 01/11/2015 18:04:08
    • make sure the test script also verify beautification and linting of files before running tests - e94e176, royriojas, 01/11/2015 14:54:48
  • Other changes

v1.0.9

  • Bug Fixes
    • wrong default values for changelogx user repo name - 7bb52d1, royriojas, 11/09/2015 17:59:30

v1.0.8

  • Build Scripts Changes

v1.0.7

v1.0.6

  • Build Scripts Changes

v1.0.5

v1.0.4

  • Refactoring

    • load a cache file using the full filepath - b8f68c2, Roy Riojas, 30/08/2015 06:19:14
  • Documentation

    • Add documentation about clearAll and clearCacheById - 13947c1, Roy Riojas, 02/03/2015 02:44:05
  • Features

    • Add methods to remove the cache documents created - af40443, Roy Riojas, 02/03/2015 02:39:27

v1.0.1

v1.0.0