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
pubthroughdartinstead of directly. Nowdart pub getshould be able to run automatically when creating a new project. - Switch the template to use
ngdartrather than the archivedangular.
1.2.0 - 2022-06-03 #
Changed #
- Rename the package name from
ngdarttongdart_cliin order to free up this package name for the main angular package. - Small dependency packages version updates.
- Add
build_versionto update project version in the package sources.