Refactoring
Other changes
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
Refactoring
undefined
This reverts commit 00f689277a
.
Refactoring
Bug Fixes
undefined
Closes #25
Other changes
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
Added travis ci support for modern node versions (#11) - 1c2b1f7, Amila Welihinda, 10/11/2016 23:47:52
Bumping circular-son
version (#10) - 4d5e861, Andrea Giammarchi, 02/08/2016 07:13:52
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.
Bug Fixes
Features
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
Other changes
Other changes
Documentation
Documentation
Other changes
Features
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
Build Scripts Changes
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
test against node 4 - c395b66, royriojas, 11/09/2015 15:51:39
Add helpers/code check scripts - bdb82f3, royriojas, 11/09/2015 14:44:31
Other changes
Bug Fixes
Documentation
Refactoring
Features