Clasp Versions Save

🔗 Command Line Apps Script Projects

v2.4.2

1 year ago

2.4.2 (2022-09-26)

Bug Fixes

v2.4.1

2 years ago

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)

v2.4.0

2 years ago

Features

  • env & option based config files (1b68374)

Bug Fixes

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

Miscellaneous Chores

v2.3.1

3 years ago

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

2.2.0

4 years ago

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.

2.0.0

5 years ago

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.

1.6.0

5 years ago

This minor patch adds community-built features into clasp. 20 PRs. Featured improvements:

Thanks for all of the contributions @mainmode1, @fossamagna, @campionfellin, @abetomo, @tekamoment, @shouichi, @glittle, @sat0yu, @valen22br! 🎉

See the full diff.

1.5

5 years ago

v1.4.0

5 years ago

This minor version improves the code and adds filesystem watching via clasp push --watch.

Internal

  • Generated documentation. #200 #205
  • Commands are separated into functions.
  • Improved Auth scoping
  • Using logError everywhere instead of console.log
  • Windows test support #232
  • Load credentials async #202

External

  • clasp push --watch
  • clasp -v (Updates with package.json) #229
  • Standardized exit code. #218

Thanks for the contributions @campionfellin @wilt00 @rafasc @kant! 🎉

View the full diff.

v1.3.1

5 years ago

This minor patch improves code quality, the reliability of npm run build, and progresses in splitting clasp's source into multiple modular files.

Thanks for the contributions @campionfellin, @ajlai, and @TETRA2000! 🎉

See the full src diff.