Skip to content

Latest commit

History

History
73 lines (49 loc) 路 2.55 KB

changelog.md

File metadata and controls

73 lines (49 loc) 路 2.55 KB

Changelog

Project changelog start at version 0.8.0. All previous version should be avoided as there were less stable


[1.0.0-beta.2] - 01/08/2021

  • Fixed file delete logic
  • Introduced new package.json configuration approach
  • Provided Support for .env file credentials
  • Minor directory changes

[1.0.0-beta.2] - 01/08/2021

  • Upgrade the project to TypeScript
  • Multiple fixes
  • New logging approach and overall better performance
  • Supports Shopify 2.0 store features.

Please note, this is beta release candidate, if you have issues use 0.9.2, for those most part everything should continue works as expected. You will notice the CLI logging is far more concise, and colorizes errors for better readability.

[0.9.2] - 07/08/2020

  • Fix #8

[0.9.1] - 03/08/2020

  • Fix ignore issue, in watch mode
  • Move the distributed file into package directory

Notes

There is a lot of changes shipping in the first major release, due to go out before the end of the year. It will include avajs tests, official relase versions and a bunch of goodies the help with Shopify theme development.

[0.9.0] - 25/05/2020

The most important changes in this release is the removal of Yarn in favour of the powerful pnpm package manager and the log interface. This version patches some issues and additionals. Next version will be this packages first major release.

  • Overhaul of upload and download cli logging
  • Now uses fs-extra
  • #6
  • Dropped CLI --filter and --target arguments due to pnpm namespace issue, will shop fix in next major
  • Tidy up some parts of code base
  • No longer supports .shopifysync file, you must use .shopifysync.json
  • Implemented a more user friendly logging approach for upload and download features.

Misc

  • Update documentation
  • Boycotted Yarn in favour of pnpm
  • Various dependencies updated

[0.8.1] - 17/02/2020

  • Tidy up some test logs
  • Imporve documentation
  • Add some dev dependencies

[0.8.0] - 17/02/2020

  • Better Logging and clear informative response messages
  • Support Upload callbacks
  • Provide IntelliSense schema JSON
  • Provide Buffer of file contents in callback
  • Support .shopifysync.json configuraiton file
  • Improve documentation and examples
  • Add Babel and some additional next-gen transformations
  • Fix ignored files uploading issues