Skip to content

Support for app version and better version parsing

Compare
Choose a tag to compare
@thetutlage thetutlage released this 29 May 13:31
· 496 commits to develop since this release

In this release, we rename the version property to adonisVersion and the version now indicates the application version defined inside .adonisrc.json file.

The application and Adonis version are parsed by semver and you can lookup the different properties on the version object to make version related decisions.

Also, two new environment variables will be set

  1. appName property from .adonisrc.json file is used to set APP_NAME environment variable
  2. version property from .adonisrc.json file is used to set APP_VERSION environment variable.

Commits:

  • docs(readme): add maintainers 1d7436e
  • docs: update docs 40f93bb
  • feat: parse adonisVersion and app version 6671d78
  • refactor: cleanup readme, and remove adonis typings 34baf4d
  • chore(package): update dependencies 666ea0d

Commit Range:
v1.0.2...master