Releases: davidgarciab/nx-gcp-cache
Releases · davidgarciab/nx-gcp-cache
v1.1.2
What's Changed
- fix: ignore source file to support remote cache sharing by @rickihastings in #2
New Contributors
- @rickihastings made their first contribution in #2
Full Changelog: v1.1.0...v1.1.2
Release v1.1.0
- Add support for Nx 16.8.1
- Add E2E tests and run it as part the CI
- Upgrade all dependencies to the latest version
v1.0.1
Release v1.0.1
Dependencies upgrade:
- "@google-cloud/storage": "6.12.0"
- "dotenv": "16.3.1"
Dev dependencies upgrade:
- "eslint": "8.45.0"
- "eslint-plugin-import": "2.27.5"
- "eslint-plugin-jest": "27.2.3"
- "eslint-plugin-prettier": "5.0.0"
- "eslint-plugin-unused-imports": "3.0.0"
- "jest": "29.6.1"
- "jest-environment-jsdom": "29.6.1"
- "ts-jest": "29.1.1"
- "tslib": "2.6.0"
- "typescript": "5.1.6"
v1.0.0
Release v1.0.0 - Initial Release
- Support for GCP GCS buckets for global cache.
- Support ADP authentication
- Support NX generator