This repository has been archived on 2020-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
TripSit_Suite/node_modules/flat-cache/changelog.md

15 KiB
Raw Blame History

flat-cache - Changelog

v2.0.1

  • Refactoring

v2.0.0

  • Bug Fixes
  • Other changes
    • Replace circular-json with flatted (#36) - b93aced, C. K. Tang, 08/01/2019 20:03:01

    • Change JSON parser from circular-json to flatted & 1 more changes (#37) - 745e65a, Andy Chen, 08/01/2019 19:17:20

      • Change JSON parser from circular-json to flatted & 1 more changes

      • Change JSON parser from circular-json

      • Audited 2 vulnerabilities

      • Update package.json

      • Update Engine require

      • Theres a bunch of dependencies in this pkg requires node >=4, so I changed it to 4

      • Remove and add node versions

      • I have seen this pkg is not available with node 0.12 so I removed it

      • I have added a popular used LTS version of node - 10

v1.3.4

  • Refactoring
    • Add del.js and utils.js to the list of files to be beautified - 9d0ca9b, Roy Riojas, 14/11/2018 15:19:02

v1.3.3

  • Refactoring
    • Make sure package-lock.json is up to date - a7d2598, Roy Riojas, 14/11/2018 14:36:08
  • Other changes
    • Removed the need for del (#33) - c429012, S. Gilroy, 13/11/2018 16: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

  • Refactoring
  • undefined
    • replace circular-json with flatted (#23)” - db12d74, Roy Riojas, 07/11/2018 18:40:39

      This reverts commit 00f689277a75e85fef28e6a048fad227afc525e6.

v1.3.1

  • Refactoring
    • upgrade deps to remove some security warnings - f405719, Roy Riojas, 06/11/2018 15:07:31
  • Bug Fixes
    • replace circular-json with flatted (#23) - 00f6892, Terry, 05/11/2018 21:44:16
  • undefined
  • 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
    • Do not crash if cache file is invalid JSON. (#13) - 87beaa6, Roy Riojas, 19/12/2016 21: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
  • 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.1.0

  • 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
    • Remove UTF16 BOM stripping - 4a41e22, Jean Ponchon, 29/07/2016 04: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, 25/07/2016 13:11:59

  • Tests Related fixes
  • Refactoring
  • Build Scripts Changes
    • travis tests on 0.12 and 4x - 3a613fd, royriojas, 15/11/2015 17:34:40

    • 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.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
    • Remove UTF16 BOM stripping - 4a41e22, Jean Ponchon, 29/07/2016 04: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, 25/07/2016 13:11:59

  • 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

    • test against node 4 - c395b66, royriojas, 11/09/2015 17:51:39

    • Add helpers/code check scripts - bdb82f3, royriojas, 11/09/2015 16:44:31

  • Other changes
  • Bug Fixes
    • wrong default values for changelogx user repo name - 7bb52d1, royriojas, 11/09/2015 17:59:30
  • Documentation
  • Refactoring
    • load a cache file using the full filepath - b8f68c2, Roy Riojas, 30/08/2015 06:19:14
  • Features
    • Add methods to remove the cache documents created - af40443, Roy Riojas, 02/03/2015 02:39:27

v1.0.1

v1.0.0