Patrick Steele-Idem
|
9da27606dd
|
Fixes #32 Don't use module.exports in compiled output
|
2015-02-13 17:49:02 -07:00 |
|
Patrick Steele-Idem
|
ab3664bdbb
|
Added support for adding static code to a compiled template
|
2015-02-13 13:59:06 -07:00 |
|
Patrick Steele-Idem
|
df86ec83ae
|
Fixes #29 Use fs.realpath to avoid loading same taglib multiple times
|
2015-02-04 17:06:12 -07:00 |
|
Patrick Steele-Idem
|
68d5e2e7cb
|
Allow flags to be automatically set on Node instances when certain attrs are encountered.
|
2015-02-04 11:53:43 -07:00 |
|
Patrick Steele-Idem
|
9177ad7c12
|
Added support for setting arbitrary flags on Node instances
|
2015-02-04 11:53:43 -07:00 |
|
Benjamin Kniffler
|
6136838d17
|
Even less redundant
|
2015-02-01 13:20:18 +01:00 |
|
Benjamin Kniffler
|
9d6a444fc6
|
Removed redundant code
|
2015-02-01 13:11:16 +01:00 |
|
Benjamin Kniffler
|
bd3a2fa7e9
|
Add support for .marko.html templates
|
2015-01-31 17:02:29 +01:00 |
|
Patrick Steele-Idem
|
f26f220860
|
Fix rendering of static boolean attributes
|
2015-01-25 08:29:29 -07:00 |
|
Phil Gates-Idem
|
5d85dd2e4f
|
Fixes #8
|
2014-12-17 14:50:06 -05:00 |
|
Patrick Steele-Idem
|
2e7b59e10b
|
Don't normalize the root directory
|
2014-12-15 10:23:59 -07:00 |
|
Patrick Steele-Idem
|
88abe75338
|
Normalize exclude dirs
|
2014-12-15 10:17:46 -07:00 |
|
Patrick Steele-Idem
|
ddc6cd5de8
|
Added support for "body-only-if"
|
2014-12-10 21:22:51 -07:00 |
|
Patrick Steele-Idem
|
009e99bfe9
|
Provide hooks to clear caches
|
2014-12-10 15:21:37 -07:00 |
|
Patrick Steele-Idem
|
1eded7b2ae
|
Allow boolean tree attributes (attributes with no value)
|
2014-11-04 11:04:21 -07:00 |
|
Patrick Steele-Idem
|
2e6b2a1fc2
|
Include optimizer.json for mark-async and marko-layout
|
2014-10-28 18:03:09 -06:00 |
|
Phil Gates-Idem
|
5a6266754b
|
Fixes #4
|
2014-10-28 10:19:21 -04:00 |
|
Patrick Steele-Idem
|
f1cc520355
|
Removed unsupported compiler option ("minify")
|
2014-10-22 16:32:10 -06:00 |
|
Patrick Steele-Idem
|
8f171379bb
|
Fixed error reporting
|
2014-10-22 14:57:43 -06:00 |
|
Patrick Steele-Idem
|
294cd24bd3
|
Changes to make the compiler work on the client-side when using a module bundler
|
2014-10-22 11:11:54 -06:00 |
|
Patrick Steele-Idem
|
fbc55eff00
|
Normalize \r\n to \n
|
2014-10-07 10:24:29 -07:00 |
|
Patrick Steele-Idem
|
c443055de1
|
marko-taglib-async --> marko-async, marko-taglib-layout --> marko-layout
|
2014-09-19 11:53:58 -06:00 |
|
Patrick Steele-Idem
|
33ab7744a9
|
Renamed "context" to "out"
|
2014-09-19 09:33:04 -06:00 |
|
Patrick Steele-Idem
|
36a51b05bb
|
Renamed to marko
|
2014-09-18 18:02:41 -06:00 |
|
Patrick Steele-Idem
|
e49d0f31cb
|
Simplified checkUpToDate() and added getLastModified()
|
2014-09-12 17:02:01 -06:00 |
|
Patrick Steele-Idem
|
8d564e4954
|
Better handling of null/undefined expressions.
|
2014-08-13 09:49:07 -06:00 |
|
Phil Gates-Idem
|
a49554b4cb
|
When compiling templates that use string concatenation, treat null and undefined as empty strings so that the the literal "null" and "undefined" don't get written
|
2014-08-13 00:37:18 -04:00 |
|
Phil Gates-Idem
|
538ff0b336
|
Adding better caching of taglib lookup in node_modules directory
|
2014-08-10 21:58:20 -04:00 |
|
Patrick Steele-Idem
|
4752706da3
|
Allow arbitrary data to be associated with nodes
|
2014-07-29 13:40:08 -06:00 |
|
Patrick Steele-Idem
|
6ac26ef423
|
Fixing error handling bug resulting from typo
|
2014-07-29 13:20:33 -06:00 |
|
Phil Gates-Idem
|
adf0b5de41
|
Fixing usage of calling compile function with callback
|
2014-07-28 22:32:32 -04:00 |
|
Patrick Steele-Idem
|
9de9910b41
|
Don't encode HTML characters inside a script block
|
2014-07-23 13:37:48 -06:00 |
|
Patrick Steele-Idem
|
1294d9f538
|
Added getRequirePath to both TemplateBuilder and TemplateCompiler
|
2014-07-22 23:56:43 -06:00 |
|
Patrick Steele-Idem
|
19fe5bc2a9
|
Added getRequirePath to TemplateBuilder
|
2014-07-22 23:52:40 -06:00 |
|
Patrick Steele-Idem
|
f420882fdf
|
Allow dynamic attributes for template tags
|
2014-07-22 22:29:10 -06:00 |
|
Patrick Steele-Idem
|
90274ad004
|
Don't use new lines in error message since bluebird truncates the error message incorrectly...
|
2014-07-22 17:42:08 -06:00 |
|
Patrick Steele-Idem
|
d285e55a06
|
Preserve whitespace for script tags by default
|
2014-07-21 17:38:04 -06:00 |
|
Patrick Steele-Idem
|
c80b8feda3
|
Allow tag name to be passed to createNode
|
2014-07-07 15:26:45 -06:00 |
|
Patrick Steele-Idem
|
bcb9134b18
|
Allow attribute descriptions
|
2014-06-20 15:22:56 -06:00 |
|
Patrick Steele-Idem
|
98598da83c
|
Added semicolon for statement
|
2014-06-18 21:02:25 -06:00 |
|
Patrick Steele-Idem
|
3f322ecfe5
|
Performance optimizations for template resolution in compiled templates
|
2014-06-18 17:16:36 -06:00 |
|
Patrick Steele-Idem
|
26f899eff1
|
raptor-ecma --> raptor-polyfill
|
2014-06-17 16:18:12 -06:00 |
|
Patrick Steele-Idem
|
ba324aa370
|
Fixed attribute lookup ordering to better support global attributes
|
2014-06-06 12:39:32 -06:00 |
|
Patrick Steele-Idem
|
a53588747a
|
Fixed getAttributes() and added getAttributesNS()
|
2014-06-06 11:41:30 -06:00 |
|
Phil Gates-Idem
|
8fb26da1ac
|
Merge branch 'v1.0'
Conflicts:
package.json
|
2014-06-05 14:34:04 -04:00 |
|
Patrick Steele-Idem
|
4a33eda751
|
Removed dead code
|
2014-06-04 21:55:27 -06:00 |
|
Patrick Steele-Idem
|
37f16c541f
|
Load async and layout taglibs from installed module
|
2014-06-04 21:55:18 -06:00 |
|
Patrick Steele-Idem
|
dc233933b4
|
Set localName property for dynamic tag handler nodes for better debugging
|
2014-06-04 21:54:52 -06:00 |
|
Patrick Steele-Idem
|
7591bbd7cb
|
Expose hasExpression
|
2014-06-04 21:54:31 -06:00 |
|
Patrick Steele-Idem
|
37bbc0d51f
|
Improved how vars can be added to compiled template
|
2014-06-04 21:54:12 -06:00 |
|