Releases: google/clasp
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)
Miscellaneous Chores
Minor clasp Updates
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
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
.
New Community Features
This minor patch adds community-built features into clasp. 20 PRs. Featured improvements:
- Better login and auth @mainmode1 #316
clasp pull --version
@fossamagna 007380dclasp logs --setup
@campionfellin a47a2a7clasp create --rootdir
@fossamagna 9297b98clasp run --dev
@mainmode1 #317- Travis fixes by @campionfellin #328
clasp open
prints URL by @tekamoment #329
Thanks for all of the contributions @mainmode1, @fossamagna, @campionfellin, @abetomo, @tekamoment, @shouichi, @glittle, @sat0yu, @valen22br! π
See the full diff.
TypeScript Support!
1.5 TypeScript support
`clasp push --watch`, Autogenerated docs, improved exiting, Windows test support
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 ofconsole.log
- Windows test support #232
- Load credentials async #202
External
Thanks for the contributions @campionfellin @wilt00 @rafasc @kant! π
View the full diff.
Removes tsc Errors and Improves Code Quality
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.