Releases: google/clasp
Releases Β· google/clasp
v3.0.3-alpha
3.0.3-alpha (2025-03-25)
Bug Fixes
- Add breaking change not to readme about --rootDir option behavior (#1046) (23c0e88)
- Correctly ignore errors fetching userinfo when logging in with custom creds. (#1040) (6c894f2)
- Correctly output container URL (#1046) (e9be2c0)
- Ensure parent ID is saved in .clasp.json (e2e902c)
- Fix duplicate output of some error messages (82e921f)
- Fix issue with push --watch terminating early (#1045) (0e114f2)
- Output parent URL when creating scripts if available (#1046) (64d8c33)
- Remove other instance of .claspignore file warning as now obsolete (0b29163)
- Skip micromatch when ignore file is empty (#1043) (121dd26)
- Update documentation on how to accomodate policy restrictions on 3P apps (#940) (e35cb84)
- Update run instructions for 3.x (f75059e)
v3.0.2-alpha
3.0.2-alpha (2025-03-14)
Features
- Add file extension settings for HTML (e4dd863)
- Display logs in local time (8952aff)
- Move pdate deployment into a separate command (#752) (e4dd025)
Bug Fixes
- Clarify filePushOrder behavior (eea22cb)
- Fix create-script command/alias names (55a33c6)
- Suppress punycode deprecation warning temporarily until dependencies updated (ec352e5)
- Tighten result check on run to correctly output falsy values #770 (0a3947b)
- Update run instructions to correct oauth client type (#997) (55793c9)
Miscellaneous Chores
- Release 3.0.2-alpha (e820d08)
v3.0.1-alpha1
3.0.1-alpha1 (2025-03-11)
Bug Fixes
- Add missing import from "open", not caught by typescript due to being browser api (907d80f)
v3.0.0-alpha1
v3.0.0-alpha
3.0.0-alpha (2025-03-11)
β BREAKING CHANGES
- CLI syntax changed for some commands, Flattens the command structure so it is consistent. Previously some commands were subcommands, others had flags that radically changed behavior, etc. While most commands are compatible, some lesser used commands have been renamed.
- Drops typescript support
Bug Fixes
v2.5.0
v2.4.2
@google/clasp v2.4.1
@google/clasp v2.4.0
@google/clasp v2.3.1
Features
- env & option based config files (1b68374)
Bug Fixes
- Add missing find-up dependency (#833) (0c9c773)
- commander 6 option clash (f2b7092)
- commander 6 option clash (#816) (517a9d8)
- Make tests green again -- update commander version + minor adjustments. Also fix cleanup of tests to correctly restore credentials (d526a9f)