2.1.0 (2022-10-21)
2.0.0 (2022-10-12)
- deps: use node16
1.3.0 (2022-06-26)
- avoid storing empty/no-change caches + add toggle to skip cache store (8ddbf68)
1.2.2 (2021-07-21)
- consistently use path.join for joining paths (7dc69af)
- Support relative paths for BUILDCACHE_DIR and BUILDCACHE_LOG_FILE (bbc03f8), closes #35
- unset BUILDCACHE_IMPERSONATE for stats-related runs (0c876e7), closes #31
- use BUILDCACHE_DIR as root of log file also on restore (ae162c6)
- use unlink instead of rmRF for the log file (19bd1cf)
- docs: a lot of work on documentation so the project is easy to understand and integrate
- feat: allow complete config control via environment variables defined/used by buildcache
- fix: all log from action prefixed with
buildcache:
- docs: added example integration / stats from react-native-vision-camera
- chore: deprecate
key
, encourage use of less ambiguouscache_key
- test: lots of test improvements to verify behavior: check the repo actions logs if curious
- feat: add input param to zero stats before a run, defaults to true
- feat: upload buildcache.log in the action via parameter, defaults false
- initial release, hey, buildcache can work in yoru github action with no fuss