Skip to content

Releases: angulardart-community/ngdart_cli

ngdart 1.1.0

25 Dec 23:49
0942552
Compare
Choose a tag to compare

[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 and serve 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+, but webdev can't build under that.

ngdart 1.0.3

13 Jul 00:59
6d6d810
Compare
Choose a tag to compare

Notable Changes

  1. OPT OUT OF NULL SAFETY to use webdev commands
  2. Add ngdart build and ngdart serve command from webdev
  3. Add launch settings in new-project template for Visual Studio Code, so users don't have to manually set them up.