edart 0.1.9
edart: ^0.1.9 copied to clipboard
Embedded Dart template engine and compiler. Compiles templates to Dart source code.
0.1.9 #
- Fixed bug. Corrected version of Dart in command line tool
0.1.8 #
- The parser was generated using a newer version of the parser generator
- Example migrated to null safety
0.1.7 #
- Minor corrections in
README.md - Small improvements in
examplefolder
0.1.6 #
- Command line compiler change: ".g.dart" extension is appended to the input filename if no output filename is specified
0.1.5 #
- Added the ability to redefine the render return value and its type
- Added option
returnsto compiler directiverender
0.1.4 #
- Minor changes have been made to the source code of the example
0.1.3 #
- Minor changes have been made to the source code of the example
0.1.2 #
- Small changes in the location of files in the
examplefolder - Added
example/views/breadcrumbs.html
0.1.1 #
- Added build transformer
EdartBuilder(edart_builder.dart) - Method
EdartCompiler.compile()renamed toEdartCompiler.compileFragments() - Added new method
EdartCompiler.compile()
0.1.0 #
- Initial release