This file documents any relevant changes.
- chore: updated app_server to 0.8.5
- chore: updated app_server to 0.8.5
- chore: updated app_server to 0.7.4
- fix: disabled autoinstall of Autocompletion for bash and zsh
- chore: refactored flare.py to use Python standard library tools and pyminifier directly.
- chore: updated app_server to 0.7.3
- fix: can't use viur with missing project.json
- [BREAKING]:
viur release
requires pyenv to enforce python 3.9.5
- added: config format versioning
- added: pyodide version
- added: conf update function
- added: npm command by default it tries to call npm run build
- added: release command
- [BREAKING]: vue command removed, use npm instead
- [BREAKING]: assets command removed, use npm instead
- fix: get-pyodide now uses 0.19
- feat: Updated python-minifier to allow Python 3.10
- feat: Autocompletion for bash and zsh
- fix:
viur init
with no project.json
- feat:
viur assets [init | build]
- feat:
viur vue [add | remove | serve | build]
- fix: show help if called wihout parameter
- feat: collect core and vi version if not used as submodule
- feat: optimized vi update handler
- fix: block flare release if zip command is missing on System
- chore: updated flare and get-pyodide scripts
- feat: added git verison to env overview
- feat: on init we now can add vi as submodule to project
- [BREAKING]:
viur-cli
is nowviur
- [BREAKING]:
viur-cli deploy
is nowviur deploy app
- [BREAKING]:
viur-cli index
is nowviur deploy index
- [BREAKING]:
viur-cli flare [appname] [release | debug | watch]
is nowviur flare [release | debug | watch] [appname]
- feat:
viur create [projectname]
- feat:
viur project [add | remove | list | addFlare]
- fix: flare apps buildscripts
- first release