Releases: kanadgupta/glitch-sync
Releases · kanadgupta/glitch-sync
v3.0.1
This removes the @actions/core
dependency (zero-deps now!) and addresses an edge case where the Glitch API may respond with an unexpected JSON response.
What's Changed
- chore(deps): npm up by @kanadgupta in #67
- refactor: remove
@actions/core
by @kanadgupta in #68 - fix: better error message, handle unexpected JSON responses by @kanadgupta in #69
Full Changelog: v3.0.0...v3.0.1
v3.0.0
Note
While this is technically a breaking change, no actual changes are required in GitHub Actions workflow usage.
Below are the "breaking" changes (i.e., the behind-the-scenes architectural changes):
- The minimum required Node.js version is v20
- The code is now an ES Module
- This Action will run against Node.js v20 in GitHub Actions runners going forward
What's Changed
- chore: set up dependabot, bump GHA deps by @kanadgupta in #28
- chore: bump deps by @kanadgupta in #36
- chore(deps): bump by @kanadgupta in #42
- chore: consolidate workflows, bump test node versions by @kanadgupta in #55
- chore: update dist by @kanadgupta in #59
- chore: test suite upgrades by @kanadgupta in #58
- feat(breaking): node 20 by @kanadgupta in #60
- chore(deps-dev): bump the minor-development-deps group with 1 update by @dependabot in #61
- chore(deps): bump @actions/core from 1.10.0 to 1.10.1 by @dependabot in #62
- feat: typescript by @kanadgupta in #63
- feat: convert to ES module by @kanadgupta in #64
Full Changelog: v2.1.0...v3.0.0
v2.1.0
This release adds an optional repo
parameter if you wish to sync a different repository than the current one (see #27).
What's Changed
- chore: test suite + usage example cleanups by @kanadgupta in #24
- chore: test suite by @kanadgupta in #26
- chore: update deps, refactors by @kanadgupta in #25
- feat: add
repo
param by @kanadgupta in #27
Full Changelog: v2.0.0...v2.1.0
v2.0.0
The only breaking change is that this Action now uses Node 16. There are no changes to the GitHub Action itself.
What's Changed
- v2 release by @kanadgupta in #21
Full Changelog: v1.1...v2.0.0
Add `path` parameter, other small fixes
Features and Improvements
- c34afca feat: add optional
path
parameter and refactor error handling (#8)- You can now specify an optional
path
parameter for a relative path to a specific folder to import. - Better error handling and reporting, with support for step debug logs
- Various internal CI improvements
- You can now specify an optional
Dependency Updates
Initial Release
Update action.yml Update description, add branding :nail_care:
v1.0-beta
Fix ref