Skip to content

Releases: kanadgupta/glitch-sync

v3.0.1

09 Oct 18:52
c7d05b9
Compare
Choose a tag to compare

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

Full Changelog: v3.0.0...v3.0.1

v3.0.0

23 Sep 01:57
b123659
Compare
Choose a tag to compare

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

Full Changelog: v2.1.0...v3.0.0

v2.1.0

15 Nov 19:59
Compare
Choose a tag to compare

This release adds an optional repo parameter if you wish to sync a different repository than the current one (see #27).

What's Changed

Full Changelog: v2.0.0...v2.1.0

v2.0.0

09 Nov 17:55
Compare
Choose a tag to compare

The only breaking change is that this Action now uses Node 16. There are no changes to the GitHub Action itself.

What's Changed

Full Changelog: v1.1...v2.0.0

Add `path` parameter, other small fixes

21 Dec 19:35
Compare
Choose a tag to compare

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

Dependency Updates

  • 57c54f2 chore(deps): bump lodash from 4.17.15 to 4.17.20 (#7)
  • 29f8628 Bump @actions/core from 1.2.3 to 1.2.6 (#5)
  • d3aa874 Bump node-fetch from 2.6.0 to 2.6.1 (#3)

Initial Release

22 Mar 19:24
Compare
Choose a tag to compare
Update action.yml

Update description, add branding :nail_care:

v1.0-beta

22 Mar 18:33
Compare
Choose a tag to compare
v1.0-beta Pre-release
Pre-release
Fix ref