Skip to content

Releases: viur-framework/viur-cli

v1.0.0-rc2

31 Mar 12:16
Compare
Choose a tag to compare
  • fix: renamed viur script to viur tool
  • fix: renamed viur scriptor to viur script

v1.0.0-rc1

29 Mar 05:10
Compare
Choose a tag to compare
  • feat: added viur install subcommand to install scriptor and vi
  • fix: viur vi command is deprecated use viur install vi instead
  • feat: added viur scriptor command to use scriptor scripts
  • fix: 2-to-3 script viur 3.4 updates
  • fix: unified version schema
  • feat: added viur build release command which build all flare and npm apps
  • fix: removed viur release command
  • feat: apps are now listed in a builds object in the project.json
  • feat: 2 app kinds flare and npm are supported
  • feat: added viur project scanNpm to add existing npm apps
  • feat: added viur script call different viur related scripts like 2to3, flare or get_pyodide

v0.7.8

27 Mar 06:36
Compare
Choose a tag to compare
  • chore: updated app_server to 0.9.3
  • chore: updated click to 8.1.3

v0.7.7

17 Feb 11:15
Compare
Choose a tag to compare
  • fix: broken viur vi command

v0.7.6

17 Feb 10:55
Compare
Choose a tag to compare
  • feat: download vi 4 with: viur vi --next

v0.7.5

20 Jan 03:20
Compare
Choose a tag to compare
  • fix: 2-to-3 correct some old boneNames
  • docu: 2-to-3 documentation added to readme
  • feat: 2-to-3 can be applied to a single file

v0.7.4

23 Sep 04:27
Compare
Choose a tag to compare
  • fix: 2-to-3 script was broken

v0.7.2

25 Jul 08:06
Compare
Choose a tag to compare
  • chore: updated app_server to 0.9.2

v0.7.1

25 Jul 04:49
Compare
Choose a tag to compare
  • chore: updated app_server to 0.9.1

v0.7.0

20 May 11:32
Compare
Choose a tag to compare
  • feat: index.yaml will be sorted before deployment
  • feat: use of $(variable) placeholders in version strings, allows to use all
    project configuration values, and additionally for these placeholders:
    • $(user) for the username
    • $(day) for current date's day
    • $(month) for current date's month
    • $(year) for current date's year
    • $(hour) for current time's hour
    • $(minute) for current time's minute
    • $(second) for current time's second