3.0.2-alpha (2025-03-14)
- Add file extension settings for HTML (e4dd863)
- Display logs in local time (8952aff)
- Move pdate deployment into a separate command (#752) (e4dd025)
- 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)
- Release 3.0.2-alpha (e820d08)
3.0.1-alpha1 (2025-03-11)
- Add missing import from "open", not caught by typescript due to being browser api (907d80f)
3.0.0-alpha1 (2025-03-11)
- Release 3.0.0-alpha1 (483a075)
3.0.0-alpha (2025-03-11)
- CLI syntax changed for some commands. Flattens the command structure so it is consistent.
- Typescript is no longer transpiled by clasp. Use Typescript + Rollup or another bundler to transpile code before pushing.
- Added
--user
option to allow easy switching between authorized users.
- Don't write files on clone if unable to fetch proejct (#824) (5f7e06f)
- Speed up directory crawling (588d1bc)
- Fix
--no-localhost
option during authorization
2.5.0 (2025-01-09)
- Don't write files on clone if unable to fetch project (#824) (b3b292a)
- Rethrow error so command exits with error status (#1019) (29ac629)
2.4.2 (2022-09-26)
2.4.1 (2021-08-09)
- Don't require package.json for simple commands (#840) (#862) (ad5d045)
- Fix saving credentials when refreshed. (#863) (48e6fa3)
- Honor --project CLI option (#865) (deacf03)
- Shut down embedded server on login faster (40e0b3d)
2.4.0 (2021-06-11)
- env & option based config files (1b68374)
- unnecessary code caused
help
command to crash (3741f71)
- switch from cjs to esm (5055865)
2.3.2 (2021-05-17)
- Republish 2.3.0 as 2.3.2 due to unintended breaking changes in 2.3.1
2.3.1 (2021-05-11)
- env & option based config files (1b68374)