Support for app version and better version parsing
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
appNameproperty from.adonisrc.jsonfile is used to setAPP_NAMEenvironment variableversionproperty from.adonisrc.jsonfile is used to setAPP_VERSIONenvironment 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