ngdart_cli 1.3.0 ngdart_cli: ^1.3.0 copied to clipboard
A command-line tool for creating and managing AngularDart projects.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[1.3.0] - 2022-10-27 #
Changed #
- Invoke
pub
throughdart
instead of directly. Nowdart pub get
should be able to run automatically when creating a new project. - Switch the template to use
ngdart
rather than the archivedangular
.
[1.2.0] - 2022-06-03 #
Changed #
- Rename the package name from
ngdart
tongdart_cli
in order to free up this package name for the main angular package. - Small dependency packages version updates.
- Add
build_version
to update project version in the package sources.