Releases: angulardart-community/ngdart_cli
Releases · angulardart-community/ngdart_cli
ngdart 1.1.0
[1.1.0] - 2021-12-25
Fixed
- Fix outdated project template.
- Fix inconsistent extra lines when error occurs.
- Back to null safety.
Removed
- Remove
build
andserve
command. Very hard to maintain & build a global package that uses null-safety itself but contains some unsound-null-safety code. For example,dart pub global activate
will always build the package in null-safety mode if the pubspec version is 2.12+, butwebdev
can't build under that.
ngdart 1.0.3
Notable Changes
- OPT OUT OF NULL SAFETY to use
webdev
commands - Add
ngdart build
andngdart serve
command fromwebdev
- Add launch settings in new-project template for Visual Studio Code, so users don't have to manually set them up.