Implement LazyArray.splice(), implement unshift/shift/push/pop in terms of splice...
[logjson.git] / LazyArray.mjs
2022-02-13 Nick DowningImplement LazyArray.splice(), implement unshift/shift... master
2022-01-24 Nick DowningFix bug with not marking array or object dirty after...
2022-01-08 Nick DowningAdd immediate flush when Database.write_list_len exceed...
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