Release 0.5.0
- fix race condition when computing values (#6).
- increase request body size limit from 100kb to 10mb to support larger cached values (#5).
- add
cleanupoption toglobalCache.wrap()for reliable post-run cleanup in VSCode and UI mode (#4). - add
globalCache.delete(key)to remove a cached entry and force re-computation on the nextget()call (#3).