- Added support for
generate directive - Added support for
generate pipe
- Fixed issues on Windows.
- Exported visitors which can be used to extract info from Dart files.
- Fixed an issue on README.md formatting.
- Enabled travis.
- Added missing dependencies.
- New implementation, support to create project, generate AngularDart component and test.
- Fixed
scaffoldcommand so that it uses the correct platform separator. Instead of creating files in the CWD, it creates them in $name/lib and $name/test of the CWD.
- Added
scaffoldcommand, which generates all of the files need for a component. This should be run from an empty folder and provider a selector name likemy-foo-bar.