15 Commits

Author SHA1 Message Date
Patrick Steele-Idem
b87019a90f Fixes #230 - Marko v3: Special case class attribute to allow object or array expression 2016-02-17 10:02:43 -07:00
Patrick Steele-Idem
36d5b1fe5b Fixes #229 - Marko v3: Special case style attribute to allow object expression 2016-02-17 09:30:27 -07:00
Patrick Steele-Idem
3a841cd8df Marko v3: Also store the raw, unparsed value of an attribute 2016-02-11 14:58:35 -07:00
Patrick Steele-Idem
3eb9084a2c Marko v3: Better handling of attribute placeholders 2016-02-09 11:41:05 -07:00
Patrick Steele-Idem
cb4cbce66e Marko v3: Provide option to disable XML escaping for an HTML attribute 2016-02-06 18:19:28 -07:00
Patrick Steele-Idem
07e513c6ff Marko v3: Helper method to return an attributes literal value if it has a literal value 2016-02-03 11:19:29 -07:00
Patrick Steele-Idem
9dbb77870f Fixes #198 - Marko v3: Replace <div attrs(myAttrs)> with <div ${myAttrs}> 2016-02-01 16:31:12 -07:00
Patrick Steele-Idem
14a448ae03 Marko v3: Changes to avoid problems with cyclic module dependencies 2016-01-19 10:49:35 -07:00
Patrick Steele-Idem
196a6b33b4 Marko v3: Support for nested tags and custom tag cleanup 2016-01-18 17:11:10 -07:00
Patrick Steele-Idem
294c6335be Marko v3: Better handling of escaping for custom tags input 2016-01-11 13:15:26 -07:00
Patrick Steele-Idem
1ed8881b4d Marko v3: Don't render attribute value if it is an empty string 2016-01-11 09:59:49 -07:00
Patrick Steele-Idem
ab59abaee9 Fixes #201 - Marko v3: Don't allow "undefined" and "null" in output for placeholders 2016-01-11 09:43:46 -07:00
Patrick Steele-Idem
8c96302550 Fixes #197 - Better attribute code generation
Use attr helper and handle attribute escaping
Also improved AST and added walking capability
2016-01-07 16:05:26 -07:00
Patrick Steele-Idem
c78076f877 Restored most of the looping functionality 2015-12-03 16:07:11 -07:00
Patrick Steele-Idem
069b3e5ba9 Initial commit for marko v3 with htmljs-parser
Work-in-progress. Lots of failing tests.
2015-11-24 14:30:32 -07:00