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.
- 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
.
- 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.
- Fix outdated project template.
- Fix inconsistent extra lines when error occurs.
- Back to null safety.
- Remove
build
andserve
command. Very hard to maintain & build a global package that uses null-safety itself but contains some unsound-null-safety code.
- Fix missing
.gitignore
file (isn't generated when creating).
- Run
pub get
after creating a new project.
- Remove unnecessary models, though this doesn't affect the program at all
- Duplicate usage message on
UsageException
. - Symbols in debug logs can't show on some devices due to the use of illegal characters.
- Initial version.