Releases: primno/cli
v0.8.0
Minor Changes
-
aba3e5b: Runs the local CLI when the global CLI is running in a Primno workspace.
BREAKING CHANGE:
Does not work with previous versions. -
cfe6e6a: BREAKING CHANGE:
Move theenvironment
property from the deploy section to the root. -
e57e20d: Use of plop as template engine.
The creation of workspaces is now done with plop. -
47bb5ed: Opens the environment url when the start command is executed.
Added "--no-open" option in the start command. If this option is set, the environment will not be opened in the browser. -
2fde638: BREAKING CHANGE:
The file structure changes. Only one entry point is now supported.
This entry point must be a file named "app.entry.ts" in the source directory of the project.To migrate, move your entry point from your entry-point directory to "app.entry.ts" in the source directory.
If you have multiple entry points, you must create a new project for each entry point or merge them into one.The
entryPoints
properties of the primno configuration and theentrypoint
option of the CLI was removed. -
2e1fa7d: Component generator.
Patch Changes
- 34729bd: Remove warnings from node_modules packages during build.
v0.7.0-beta.0
What's Changed
Features:
- Deploy web resource only if it has changed
- Compatible with @primno/core v0.7.0-beta.0
Full Changelog: v0.6.2-beta.0...v0.7.0-beta.0
v0.6.2-beta.0
v0.6.1-beta.0
What's Changed
- Displays web-server errors when they occur.
- Indicates that the web server is ready when navigating to the root page.
- Removed info about external function prefix info during the building of the local dev version of Primno.
- Open the browser for device code and certificate validation.
- Add JSON schema in the
primno.json
configuration file.
Full Changelog: v0.6.0-beta.0...v0.6.1-beta.0
v0.6.0-beta.0
Initial @primno/cli version.
Full Changelog: https://github.com/primno/cli/commits/v0.6.0-beta.0