Skip to content

Releases: gaurang847/coupon-tracking-script

v3.0.0

13 Mar 19:56
Compare
Choose a tag to compare

Release notes:

  • Switched to using Clasp command-line utility for managing Google App Script projects; instead of editing the files directly on Google Apps Script Editor
  • Modularized the code by splitting it into multiple files.
  • Slight optimizations

Full Changelog: v2.0.0...v3.0.0

v2.0.0

13 Mar 08:59
b6a07a4
Compare
Choose a tag to compare

Google Apps Script recently switched from using Mozilla's Rhino to Google's V8 engine. This introduced a lot of modern JavaScript features to Apps Script syntax that were previously missing.
The coupon tracking script has been re-written so that it takes benefit of these added JavaScript features.
The old script has also been preserved.

Full Changelog: v1.0.0...v2.0.0

Initial version of coupon tracking script

13 Mar 08:44
ca486bb
Compare
Choose a tag to compare
v1.0.0

Create send_mail.gs