Skip to content

Releases: google/clasp

v3.0.1-alpha1

11 Mar 03:29
aa375c5

Choose a tag to compare

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

11 Mar 02:41
a42edcf

Choose a tag to compare

3.0.0-alpha1 (2025-03-11)

Miscellaneous Chores

v3.0.0-alpha

11 Mar 02:31
e53d17d

Choose a tag to compare

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

  • Don't write files on clone if unable to fetch proejct (#824) (5f7e06f)
  • Speed up directory crawling (588d1bc)

v2.5.0

09 Jan 03:32
214b1d7

Choose a tag to compare

2.5.0 (2025-01-09)

Features

  • Add support for custom redirect port in clasp login (#1020) (d55832e)

Bug Fixes

  • Don't write files on clone if unable to fetch proejct (#824) (b3b292a)
  • Rethrow error so command exits with error status (#1019) (29ac629)

v2.4.2

26 Sep 18:16
551000b

Choose a tag to compare

2.4.2 (2022-09-26)

Bug Fixes

@google/clasp v2.4.1

09 Aug 23:00
7704b06

Choose a tag to compare

Bug Fixes

  • 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)

@google/clasp v2.4.0

01 Jul 18:17
d6fbaae

Choose a tag to compare

Features

  • env & option based config files (1b68374)

Bug Fixes

  • unnecessary code caused help command to crash (3741f71)

Miscellaneous Chores

@google/clasp v2.3.1

11 May 03:29
bb5b1be

Choose a tag to compare

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)

Miscellaneous Chores

Minor clasp Updates

03 Jul 20:15

Choose a tag to compare

This release adds minor improvements to clasp docs and TypeScript support.

In addition, there's now better autocompletion support for your appsscript.json files (use VS Code).

Thanks for your PRs @PopGoesTheWza, @takanakahiko, @campionfellin, @erickoledadevrel, @sqrrrl, and @PrzeOr82! πŸŽ‰

See the full diff.

Clasp Run Improvements

25 Jan 05:49

Choose a tag to compare

This major release changes the way .clasp.json is stored, requiring you to clasp login to use clasp@2.

This was changed in order to support clasp run.