Releases: Shopify/themekit
Releases · Shopify/themekit
v1.1.0
- 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
v1.0.1
- 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
- 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