This repository has been archived on 2024-07-27. You can view files and clone it, but cannot push or open issues or pull requests.
keksAccountGUI/node_modulesOLD/flat-cache/changelog.md

14 KiB

flat-cache - Changelog

v1.3.4

  • Refactoring

v1.3.3

  • Refactoring

  • Other changes

    • Removed the need for del (#33) - c429012, [S. Gilroy](https://github.com/S. Gilroy), 13/11/2018 13:56:37

      • Removed the need for del

      Removed the need for del as newer versions have broken backwards compatibility. del mainly uses rimraf for deleting folders and files, replaceing it with rimraf only is a minimal change.

      • Disable glob on rimraf calls

      • Added glob disable to wrong call

      • Wrapped rimraf to simplify solution

v1.3.2

v1.3.1

v1.3.0

  • Other changes
    • Added #all method (#16) - 12293be, [Ozair Patel](https://github.com/Ozair Patel), 25/09/2017 14: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 20:34:48

v1.2.2

  • Bug Fixes
    • Do not crash if cache file is invalid JSON. (#13) - 87beaa6, [Roy Riojas](https://github.com/Roy Riojas), 19/12/2016 18:03:35

      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

v1.2.1

v1.2.0

v1.1.0

  • Features

  • Bug Fixes

    • Remove UTF16 BOM stripping - 4a41e22, [Jean Ponchon](https://github.com/Jean Ponchon), 29/07/2016 02:18:06

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

    • Use circular-json to handle circular references (fix #5) - cd7aeed, [Jean Ponchon](https://github.com/Jean Ponchon), 25/07/2016 11:11:59

  • Tests Related fixes

  • Refactoring

  • Build Scripts Changes

    • travis tests on 0.12 and 4x - 3a613fd, royriojas, 15/11/2015 14:34:40

    • add eslint-fix task - fd29e52, royriojas, 01/11/2015 15:04:08

    • make sure the test script also verify beautification and linting of files before running tests - e94e176, royriojas, 01/11/2015 11:54:48

  • Other changes

v1.0.9

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

v1.0.8

  • Build Scripts Changes

v1.0.7

v1.0.6

  • Build Scripts Changes

v1.0.5

v1.0.11

v1.0.10

v1.0.1

v1.0.0