Skip to content

Releases: Shopify/themekit

v1.1.0

31 Aug 18:31
40429ef
Compare
Choose a tag to compare
  • Improvements to notification system (#757)
  • Added retries and improved throttling to HTTP requests (#747)
  • Use checksums to prevent unnecessary uploads and downloads for unchanged assets
  • Added Strict theme ID handling to prevent accidental live theme alterations (#739)
  • Use checksums sourced from API rather than local filesystem in file watcher to optimize startup and fix changes made
    while the watch command was not running

v1.0.2

12 Dec 18:17
Compare
Choose a tag to compare

Update content check before uploading so we dont upload files that have not changed

v1.0.1

19 Jun 16:57
148d82e
Compare
Choose a tag to compare
  • Added support for Sections-Everywhere
  • Changes file watcher to be more flexible by polling recursivly instead of
    individually on each folder
  • Added chocolatey installation option
  • Fixed relative filepath saving in the directory config
  • Fixed an issue with updating to a invalid version
  • A small fix for a typo in the theme template
  • Disabled cgo and updated to Go 1.12 for better certificate handling

v1.0.0

08 Jan 18:32
c10caf1
Compare
Choose a tag to compare
  • Changed how the New command works. Now will create files locally and upload them.
  • Fixed a problem with uploading compiled assets
  • Decoupled config file from command execution so any command can run without a config file.
  • Added environment variable interpolation into config files.
  • Added a global environment variable file so that variables can be easily managed
  • Changed the file watcher backend to use a polling strategy. This will work
    more consistently across all platforms without worries of changes in what
    events each operating systems send.
  • Fixes multiple unrequired file events
  • Added an error when developers are deploying themes with files that will
    conflict with Shopify's liquid compilation. example: app.js and app.js.liquid

v0.8.1

18 Sep 17:30
Compare
Choose a tag to compare
Version update

v0.8.0

20 Aug 15:08
Compare
Choose a tag to compare

Version release, removing the asset manifest. Please checkout the changelog for all changes

v0.7.5

03 Nov 19:28
Compare
Choose a tag to compare

Fixing bad manifest pruning #467

v0.7.4

18 Sep 18:19
Compare
Choose a tag to compare

Fixing how the manifest deals with dates. #465

v0.7.3

28 Aug 13:54
Compare
Choose a tag to compare

Fixing symlinks used as project directory: #455
Fixing race condition in manifest reads: #448
Fixing environment flag on the configure command: #449
Skipping invalid configs to allow invalid re-usable config: #450

v0.7.2

21 Aug 20:19
Compare
Choose a tag to compare

Fixing windows watch paths #441