Skip to content

Releases: shoutem/cli

v0.16.1

06 Sep 13:29
feae2b1
Compare
Choose a tag to compare
  • Allow bun as a package manager
  • packing is still defaulted to npm

v0.16.0 - Support web extension segment when publishing

03 Sep 09:00
0c1495f
Compare
Choose a tag to compare
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

27 Jul 11:24
baa9a16
Compare
Choose a tag to compare
  • fixed extension downloading on Windows
  • added cleanup for temporary folders and files generated by extension downloading

v0.14.2 - dependabot security updates

15 Jun 14:55
45f2a75
Compare
Choose a tag to compare
  • updated deps as per dependabot instructions

v0.14.0 - linting, node 16, npm 8, push deprecated

29 Nov 10:09
9287683
Compare
Choose a tag to compare
  • 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

08 Mar 13:00
Compare
Choose a tag to compare
  • add proper exit to extension download retry loop
  • remove unnecessary retry logging

v0.13.13 - Implement extension download retry

08 Mar 10:26
71a0532
Compare
Choose a tag to compare
  • 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

11 Jan 11:09
Compare
Choose a tag to compare
  • removed "ignore": false from babel config due to incompatibility with babel-register

v0.13.11 - React settings page template update

08 Jan 11:44
fcf6837
Compare
Choose a tag to compare
  • 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

07 Dec 09:21
62a9107
Compare
Choose a tag to compare
  • remove --no-deprecation as Linux doesn't support it