- 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
scaffold
command 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
scaffold
command, 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
.