Releases: shoutem/cli
Releases · shoutem/cli
v0.16.1
v0.16.0 - Support web extension segment when publishing
Merge pull request #178 from shoutem/release/0.16.0 Release/0.16.0
v0.14.4 - Fix Windows extension download, add tmp file cleanup
- fixed extension downloading on Windows
- added cleanup for temporary folders and files generated by extension downloading
v0.14.2 - dependabot security updates
- updated deps as per dependabot instructions
v0.14.0 - linting, node 16, npm 8, push deprecated
- update to node 16 and npm 8
- fix package.json in settings page templates
- backwards compatible with node 12 and npm 6
- lint entire repo
- update eslint
- deprecate push command
- check if extension can be published before building it
- update root package.json as per dependeabot instructions
v0.13.14 - fix extension download retry loop
- add proper exit to extension download retry loop
- remove unnecessary retry logging
v0.13.13 - Implement extension download retry
- implements extension download retry up to 5 times for network hiccups that time out the download request
v0.13.12 - Fix compiling issue with babel
- removed
"ignore": false
from babel config due to incompatibility withbabel-register
v0.13.11 - React settings page template update
- updated react settings page template to webpack v4
- updated react settings page template to react v16
- updated react settings page template to babel v7
- added default i18next support for localization in react settings page templates
v0.13.9 - Linux fix
- remove --no-deprecation as Linux doesn't support it