json_cache_rw.git
2 years agoChange from pnpm to npm, add ./link.sh shortcut for npm style package linking master
Nick Downing [Mon, 3 Jan 2022 03:59:04 +0000 (14:59 +1100)]
Change from pnpm to npm, add ./link.sh shortcut for npm style package linking

2 years agoMake JSON.stringify pretty print
Nick Downing [Fri, 31 Dec 2021 20:21:40 +0000 (07:21 +1100)]
Make JSON.stringify pretty print

4 years agoChange yarn to pnpm
Nick Downing [Mon, 3 Feb 2020 15:57:15 +0000 (02:57 +1100)]
Change yarn to pnpm

5 years agoAdd kick() function, currently does nothing, forgotten JSONCache -> JSONCacheRW
Nick Downing [Tue, 4 Dec 2018 11:45:42 +0000 (22:45 +1100)]
Add kick() function, currently does nothing, forgotten JSONCache -> JSONCacheRW

5 years agoPublish version 0.1.0 to NPM
Nick Downing [Tue, 27 Nov 2018 07:17:02 +0000 (18:17 +1100)]
Publish version 0.1.0 to NPM

5 years agoRename JSONCache to JSONCacheRW, as the read-only version will become JSONCache
Nick Downing [Tue, 20 Nov 2018 13:01:09 +0000 (00:01 +1100)]
Rename JSONCache to JSONCacheRW, as the read-only version will become JSONCache

5 years agoPublish version 0.1.1 to NPM
Nick Downing [Sun, 18 Nov 2018 13:00:42 +0000 (00:00 +1100)]
Publish version 0.1.1 to NPM

5 years agoRenaming scheme to guard against data loss if system crashes while writing JSON
Nick Downing [Sun, 18 Nov 2018 12:19:01 +0000 (23:19 +1100)]
Renaming scheme to guard against data loss if system crashes while writing JSON

5 years agoPublishable version
Nick Downing [Sun, 11 Nov 2018 06:55:07 +0000 (17:55 +1100)]
Publishable version

5 years agoChange open()/load() to read(), and flush()/save() to write(), more consistent
Nick Downing [Sun, 21 Oct 2018 09:32:55 +0000 (20:32 +1100)]
Change open()/load() to read(), and flush()/save() to write(), more consistent

5 years agoMinor change to console log messages
Nick Downing [Sat, 20 Oct 2018 13:58:48 +0000 (00:58 +1100)]
Minor change to console log messages

5 years agoChange module name json_cache to JSONCache, get() to open(), set() to flush()
Nick Downing [Sat, 20 Oct 2018 03:51:43 +0000 (14:51 +1100)]
Change module name json_cache to JSONCache, get() to open(), set() to flush()

5 years agoInitial commit
Nick Downing [Tue, 9 Oct 2018 00:56:05 +0000 (11:56 +1100)]
Initial commit