Implement LazyArray.splice(), implement unshift/shift/push/pop in terms of splice...
[logjson.git] / Transaction.mjs
2022-01-23 Nick DowningUse (Transaction|LazyValue).get_json() instead of logjs...
2022-01-13 Nick DowningFix bug with modifying the cache values causing Transac...
2022-01-09 Nick DowningImplement log file rotation
2022-01-08 Nick DowningAdd immediate flush when Database.write_list_len exceed...
2022-01-08 Nick DowningImplement Database.block_size (previously hard coded...
2022-01-07 Nick DowningMake default_value be in JSON not logjson format (faste...
2022-01-07 Nick DowningFix minor bugs
2022-01-07 Nick DowningRename abstract parent class of Lazy(Array|Object)...
2022-01-07 Nick DowningBreak into separate source files per object