Skip to content

1.7.0

Choose a tag to compare

@f1yn f1yn released this 08 May 16:25
· 132 commits to master since this release
d8635a8

1.7.0

  • Now requires node v14+ LTS (esm no longer required)
  • Added better command-line experience (more logs)
  • Updated commander.js
  • Implemented dynamic imports for commands (faster, only load modules when needed for each command)
  • Applied code formatting to match internal development standards

1.6.5 (also applied)

  • Fixed win32 filesystem handling
  • Fixed performance issue with Babel loading in before component deploy (causing long pauses)
  • Some minor dead code removal
  • Fixed api layer to use correct error handling (based on response headers), instead of relying on original payload