Releases: raisely/cli
Releases · raisely/cli
1.8.2
1.8.1
1.8.0
1.8.0
- Now requires node v18+ LTS (esm no longer required)
- Updated
node-sass
- fixes issue where npm install would sometimes hang or outright fail - Dependabot updates :
- @babel/traverse from 7.17.3 to 7.23.2 dependencies
- semver from 5.7.1 to 5.7.2 dependencies
- http-cache-semantics from 4.1.0 to 4.1.1 dependencies
- json5 from 2.2.1 to 2.2.3 dependencies
1.7.0
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