dartrix 0.2.2 dartrix: ^0.2.2 copied to clipboard
An Extensible Template Engine for Dart. Comes with a set of builtin templates, and supports extension by "plugin" template libraries.
0.2.2 #
- fix another dartanalyzer subtyping bug: type 'List
0.2.1 #
- fix breakages introduced by following dartanalyzer recommendations
0.2.0 #
- many changes
- switch to
- predefined libs: :here, :user, :local, :dartrix
- metatemplates
- generic templates
- --Y quasi-fixpoint param, tells template to copy itself
- UI arg handling improvements
0.1.23-alpha #
- fix bug in template root path
0.1.22-alpha #
- version checking fixes; temporarily disable config-file load
0.1.21-alpha #
- README: fix link to hello_dartrix plugin
0.1.20-alpha #
- list cmd: print path for local plugins; print version; flag to control search of pubdev (default false)
0.1.19-alpha #
- list cmd: support pub.dev search, improve ui
0.1.18-alpha #
- Fix other spawning bug - for pkgs in syscache
0.1.17-alpha #
- Fix spawning bug
0.1.16-alpha #
- Improve builtin/plugin handling
0.1.15-alpha #
- Various fixes.
0.1.14-alpha #
- Logging improvements; add template dart_cmdsuite; generate arg parsing from template yaml files
0.1.13-alpha #
- Fix logging, use prod filter without asserts
0.1.12-alpha #
- Fix bug in lists.dart, templatesRoot lookup
0.1.11-alpha #
- Fix lints
0.1.6-alpha #
- Initial commit of template dart_clix
0.1.5-alpha #
- lint fixes
0.1.4-alpha #
- More cleanup
0.1.3-alpha #
- Fix all errors/warnings reported by dartanalyzer/pana, run dartfmt
0.1.2-alpha #
- Minor fixes to make pub.dev less unhappy
0.1.0-alpha #
- Initial version pushed to pub.dev