143 Commits

Author SHA1 Message Date
Patrick Steele-Idem
7d730049d9 Marko v3: Restored more of the tests from Marko v2 2016-02-04 20:52:00 -07:00
Patrick Steele-Idem
9abbf5d2ec Fixes #214 - Marko v3: <script marko-init> 2016-02-03 14:37:57 -07:00
Patrick Steele-Idem
a76fa41321 Fixed error handling code 2016-02-02 15:56:13 -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
241bcc7db6 Marko v3: Added support for <html-element> 2016-01-19 16:41:39 -07:00
Patrick Steele-Idem
b54c9da89c Marko v3: Moved over tests related to require (now template-init) 2016-01-19 16:29:59 -07:00
Patrick Steele-Idem
2096e47668 Marko v3: Added support for <html-comment> 2016-01-19 16:18:54 -07:00
Patrick Steele-Idem
426ec24069 Fixes #209 - Marko v3: Re-introduce support for the layout taglib 2016-01-19 10:52:11 -07:00
Patrick Steele-Idem
9515cebe07 Marko v3: Minor code cleanup for var-tag.js 2016-01-19 10:51:18 -07:00
Patrick Steele-Idem
7c3bc9bc50 Marko v3: Explicitly allow core directive attributes on all tags 2016-01-18 20:14:18 -07:00
Patrick Steele-Idem
84de017839 Fixes #207 - Marko v3: Re-introduce support for "body-function" in taglib 2016-01-18 14:22:20 -07:00
Patrick Steele-Idem
7f6e9f65fa Fixes #205 - Marko v3: Provide full control over whitespace 2016-01-15 16:55:22 -07:00
Patrick Steele-Idem
e218cf876c Fixes #204 - preserve whitespace for script, textarea and pre 2016-01-14 10:13:47 -07:00
Patrick Steele-Idem
5d123c2013 Marko v3: Re-introduced <unless> tag support 2016-01-11 11:17:28 -07:00
Patrick Steele-Idem
fd6da21e48 Marko v3: Don't remove core directive attributes if they don't have an arg 2016-01-11 10:35:34 -07:00
Patrick Steele-Idem
fd32ce5a48 Removed unused import 2016-01-08 10:23:57 -07:00
Patrick Steele-Idem
1bcdc42b1f Fixes #179 - invoke tag support in Marko v3 2016-01-07 16:38:57 -07:00
Patrick Steele-Idem
c51362e793 Fixes #170 - macro support in Marko v3 2016-01-04 17:30:11 -07:00
Patrick Steele-Idem
70d47e6d5b Fixes #177 - body-only-if support in Marko v3 2016-01-04 11:44:04 -07:00
Patrick Steele-Idem
6153b13959 Fixes #195 <template-init> added 2015-12-30 19:59:10 -07:00
Bryce Watson
dd3a86c564 adding assign tag 2015-12-29 18:03:33 -08:00
Patrick Steele-Idem
fb6b436063 generator -> codegen 2015-12-28 21:55:29 -07:00
Patrick Steele-Idem
81ca6753d4 If/ElseIf/Else cleanup 2015-12-28 14:42:37 -07:00
Patrick Steele-Idem
d7800711b5 Fixes #184 - Looping over object properties 2015-12-28 10:17:22 -07:00
Patrick Steele-Idem
1bf6838c2c Lot's of improvements
All string expressions are now parsed using esprima when using the builder API
2015-12-23 16:47:42 -07:00
Patrick Steele-Idem
28a851723a More compiler tests, docs and improvements 2015-12-11 15:48:35 -07:00
Patrick Steele-Idem
d621ef13df Various cleanup 2015-12-11 09:08:27 -07:00
Patrick Steele-Idem
c78076f877 Restored most of the looping functionality 2015-12-03 16:07:11 -07:00
Patrick Steele-Idem
ef95ce6055 Introduced CompileContext and other refactoring 2015-12-02 19:35:19 -07:00
Patrick Steele-Idem
66f9be0d4e Reintroduced attrs support 2015-12-01 09:36:44 -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
Patrick Steele-Idem
d60289c50f Fixes #161 - Nested tags with no body content are not handled correctly 2015-11-10 10:21:02 -07:00
Patrick Steele-Idem
722a6339d6 Use shorter relative paths in error messages 2015-10-02 12:23:05 -06:00
Kristian Mandrup
51e4c5f3a1 fix unless and update docs 2015-09-15 18:38:38 +02:00
Kristian Mandrup
39d44a235e add UnlessNode 2015-09-15 07:59:01 +02:00
Kristian Mandrup
eb70abb2fe conditional unless added 2015-09-15 06:24:03 +02:00
Patrick Steele-Idem
fef06cab1f Fixes #137 - adds support for dynamic HTML tag names 2015-08-28 08:56:27 -06:00
Patrick Steele-Idem
bfa47f294a Fixes #135 Allow "attrs" attribute on custom tags 2015-08-26 09:41:46 -06:00
Patrick Steele-Idem
43f2662606 Fixed licensing 2015-08-18 14:28:30 -06:00
Patrick Steele-Idem
8616a9731f Cleanup and code comments 2015-08-18 14:01:42 -06:00
Patrick Steele-Idem
c03e0f7d76 Use browser.json files 2015-08-17 16:50:49 -06:00
Patrick Steele-Idem
b475f15dc3 Allow *.html extension for layouts
Fix for https://github.com/raptorjs/marko-layout/issues/2
2015-07-22 10:04:40 -06:00
Patrick Steele-Idem
44fcba5651 Allow template-data to be combined with other attrs on the <include> tag 2015-07-06 11:04:38 -06:00
Patrick Steele-Idem
6de11ddc9f Fixes #96 - Allow dynamic relative paths 2015-07-06 10:08:21 -06:00
Patrick Steele-Idem
d04c994271 Fixes #73 - Prevent same taglib from being loaded multiple times 2015-06-18 14:19:11 -06:00
Patrick Steele-Idem
0e34a7a570 Fixes #84 - Allow XML escaping for tag to be disabled as part of tag def 2015-06-04 16:06:27 -06:00
Patrick Steele-Idem
a231f79328 Fixes #75 Always assign the tag property to custom tag nodes 2015-05-19 10:32:34 -06:00
Patrick Steele-Idem
0f6a615efa Improved error message when a nested tag is not nested in its parent tag 2015-04-24 08:44:29 -06:00
Patrick Steele-Idem
183c3c62c4 Fixes #61 Simplify parent/child relationships 2015-04-23 18:43:41 -06:00
Patrick Steele-Idem
0bed9b258a Fixes #65 - Generated variable name is an empty string in some cases 2015-04-21 11:38:31 -06:00