Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: labnol/apps-script-starter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: improve-codebase
Choose a base ref
...
head repository: labnol/apps-script-starter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 8 commits
  • 9 files changed
  • 2 contributors

Commits on Aug 7, 2025

  1. Merge pull request #78 from labnol/improve-codebase

    feat: Improve developer experience and codebase quality
    labnol authored Aug 7, 2025
    Configuration menu
    Copy the full SHA
    8973851 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2025

  1. Set build target to es2020

    Google Apps Script uses an older version of JavaScript (ES5/ES6) that doesn't include this newer ES2021 operators.
    labnol committed Sep 9, 2025
    Configuration menu
    Copy the full SHA
    a7b619d View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2025

  1. Configuration menu
    Copy the full SHA
    c4251f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60db6d9 View commit details
    Browse the repository at this point in the history
  3. Upgrade to Google Clasp 3.0

    labnol committed Sep 15, 2025
    Configuration menu
    Copy the full SHA
    91e6ff0 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2025

  1. Update dependencies and version to 14.2.1

    - Upgraded `@types/google-apps-script` to version 2.0.2.
    - Added `eslint-config-prettier` as a new dependency.
    - Updated project version to 14.2.1 in both package.json and package-lock.json.
    labnol committed Sep 16, 2025
    Configuration menu
    Copy the full SHA
    c5cd5f8 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2025

  1. Improved ESLint configuration

    labnol committed Sep 17, 2025
    Configuration menu
    Copy the full SHA
    2868a8f View commit details
    Browse the repository at this point in the history
  2. Added vite plugin to expose functions from the bundled IIFE module to…

    … the global scope in Google Apps Script
    labnol committed Sep 17, 2025
    Configuration menu
    Copy the full SHA
    fb53494 View commit details
    Browse the repository at this point in the history
Loading