Skip to content

Releases: leanix/leanix-reporting-cli

1.0.0-beta.2

27 Jul 09:43
Compare
Choose a tag to compare
1.0.0-beta.2 Pre-release
Pre-release

Bug fixes

  • Use version 1.0.5 of @leanix/reporting, which fixes dependency issues

Improvements

  • Allow to set project license on lx init (UNLICENSED by default)
  • Create a simple default README.md on lx init
  • Adds CORS header to webpack dev server config
  • Support for css bundling with webpack

1.0.0-beta.1

13 Jul 15:09
Compare
Choose a tag to compare
1.0.0-beta.1 Pre-release
Pre-release

Bug fixes

  • Fixes inconsistencies in README.md
  • Fixes initialisation of defaults (Default host was not initialised)
  • Fixes spawning of processes for windows by using cross-spawn
  • Fixes opening of URL in browser for windows by using opn
  • Fixes initialisation of .gitignore file

Improvements

  • Improves documentation in regards to the npm run upload command
  • Local dev server port is now configurable in lxr.json with "localPort": "8080"
  • npm start will login automatically if an apitoken is configured in lxr.json
  • Adds some useful <meta> tags to generated template

1.0.0-beta.0

13 Jul 09:52
Compare
Choose a tag to compare
1.0.0-beta.0 Pre-release
Pre-release

Features

  • Initialise a new project with lxr init
  • Allows to start local development within the created project by running npm start
  • Allows to upload the report to a LeanIX workspace by running npm upload

Docs

  • Initial documentation of basic commands