148 Commits

Author SHA1 Message Date
Patrick Steele-Idem
7570227654 Fixes #381 - $global broken when using template.stream() 2016-10-15 15:05:52 -06:00
Patrick Steele-Idem
8c3a313dad AsyncWriter --> AsyncStream 2016-10-13 17:24:33 -06:00
Patrick Steele-Idem
cb071fa2dc Fixed order of args to AsyncWriter 2016-10-13 17:01:39 -06:00
Patrick Steele-Idem
4b7a12aa91 Fixes #44 - Update marko to workaround webpack limitations 2016-09-13 11:44:57 -06:00
Patrick Steele-Idem
bd488be548 Fixes #357 - Deprecate empty/notEmpty in Marko v3 2016-08-19 13:20:54 -06:00
Patrick Steele-Idem
40786f500e Fixes #355 - status-var/separator not handled when looping over properties 2016-08-11 17:32:00 -06:00
Patrick Steele-Idem
fe0d1a749c Optimize LoopStatus variable for v8 using class 2016-08-11 17:30:54 -06:00
Patrick Steele-Idem
4f79a8042e Fixes #322 - Autoescaping doesen't work in <script> tag context 2016-07-01 10:54:11 -06:00
Patrick Steele-Idem
6b26f7501d Fixes #314 - Remove hyphens from include props 2016-06-23 13:01:30 -07:00
Patrick Steele-Idem
c6bb49d554 Fixes #267 - Shorthand CSS class name cannot be combined with object/array class names 2016-04-16 16:13:45 -06:00
Patrick Steele-Idem
36a3a02f9f Fixes #266 - Hot reloading fails if original template is deleted 2016-04-15 10:35:17 -06:00
Patrick Steele-Idem
1fe897c386 Fixes #260 - Circular custom tags causes infinite recursion when writeToDisk is set to false 2016-03-31 14:59:12 -06:00
Patrick Steele-Idem
1ea1808c71 Improved comment 2016-03-31 14:58:14 -06:00
James Sumners
0ef1e438ba Make renderSync behave if no context was supplied 2016-03-18 15:43:07 -04:00
Patrick Steele-Idem
df486549de Allow dynamic attributes to resolve to a string 2016-03-11 09:12:52 -08:00
Patrick Steele-Idem
4ce14241e8 Fixes https://github.com/marko-js/async-writer/issues/3 - flush is deprecated in OutgoingMessage 2016-02-26 16:03:19 -07:00
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
9c2c99a707 Fixes #220 - Support expansion of CSS selector shorthand for tag names 2016-02-16 21:39:58 -07:00
Patrick Steele-Idem
0c87b4a91a Marko v3: Removed helper functions that are no longer used 2016-02-12 17:17:43 -07:00
Patrick Steele-Idem
261088791d Merge branch 'master' of github.com:marko-js/marko into htmljs-parser 2016-02-11 15:29:59 -07:00
Patrick Steele-Idem
cf53fe02c9 FIxes #188 - Performance: Assume *.marko.js files are up-to-date in production 2016-02-10 10:53:07 -07:00
Patrick Steele-Idem
4339c8dfd1 Marko v3: Added "preserveWhitespace" as a load template/compiler option 2016-02-09 16:02:34 -07:00
Patrick Steele-Idem
bd65a6566a Marko v3: Removed deprecated methods 2016-02-01 16:31:34 -07:00
Patrick Steele-Idem
7ded254c8e Fixes #173 - Marko v3: Input data object for custom tags 2016-01-19 15:34:52 -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
d8f8929260 Fixes #202 - Pass along options to compiler when loading a template 2016-01-12 11:17:07 -07:00
Patrick Steele-Idem
15f2f18a28 Fixes #200 - Marko v3: Allow custom tag to be mapped to a template 2016-01-10 17:26:10 -07:00
Patrick Steele-Idem
6e1d1cb505 Fixes #194 Allow forEach target to be an iterator function
Also faster
2015-12-28 14:44:08 -07:00
Patrick Steele-Idem
2655a67b22 Don't pass empty string when loop element is falsey 2015-12-22 10:55:02 -07:00
Patrick Steele-Idem
a9fd496589 More cleanup. Made all failing tests pending 2015-12-03 16:29:12 -07:00
Patrick Steele-Idem
ef95ce6055 Introduced CompileContext and other refactoring 2015-12-02 19:35:19 -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
Phillip Gates-Idem
c90b1bf885 Make loading template from String template source easier 2015-10-06 11:06:05 -04:00
Patrick Steele-Idem
370ac4b3ab Fixes #150 - Provide option to prevent writing compiled templates to disk 2015-09-24 10:32:54 -06:00
pecopeland
0205a47f04 Fixed a typo for rendererFunc in helpers.js 2015-09-18 13:50:58 -07:00
Patrick Steele-Idem
037d4c5d82 Automatically enable browser-refresh 2015-09-10 13:00:07 -06:00
Patrick Steele-Idem
37d4a4dd0b Even better resolving of tag renderer 2015-08-27 17:45:11 -06:00
Patrick Steele-Idem
65a242b4e5 Better resolving of tag renderer 2015-08-27 17:23:13 -06:00
Patrick Steele-Idem
5b70db31bb Code cleanup 2015-08-20 10:48:53 -06:00
Patrick Steele-Idem
80d4de50a6 Code comments 2015-08-18 15:00:08 -06:00
Patrick Steele-Idem
43f2662606 Fixed licensing 2015-08-18 14:28:30 -06:00
tindli
e050af4044 added missing strict statement 2015-08-18 21:44:21 +02:00
tindli
7a48feb611 improved code comments 2015-08-18 21:35:09 +02:00
tindli
544dfb9afd fixed some typos 2015-08-18 21:32:05 +02:00
Patrick Steele-Idem
4133be51ce Removed unused file 2015-08-14 14:30:58 -06:00
Patrick Steele-Idem
5362cfc933 Fixes #108 - Improve how the MARKO_CLEAN env variable is handled 2015-07-28 10:24:53 -07: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
b7a9c064ec Removed unused variable 2015-07-06 10:21:36 -06:00
Patrick Steele-Idem
6de11ddc9f Fixes #96 - Allow dynamic relative paths 2015-07-06 10:08:21 -06:00