v0.2.4
Pre-release
Pre-release
With 0.2.4 many of the outlying project goals and initial edge cases have been addressed.
Here are some highlights:
- Package size reduced by moving pocket managing methods into their own file as optional imports including:
tidyPocket(),emptyPocket(),getAllPocketKeys().numberscan now be added tocargo.datawithout first being stringified.- You can now use
.set()to setcargo.dataandcargo.expiryvalues without one or the other being overwritten asnull - All methods and functions that operate directly on a store now return
nullconsistently if key associated with the current instance isn't found in the store. - Increased test coverage
- Flushed out documentation