Phillip Gates-Idem
|
20d113afce
|
Update README.md
|
2016-03-07 19:50:41 -05:00 |
|
Phillip Gates-Idem
|
747259ea5d
|
Merge pull request #244 from felixsanz/patch-1
Updated readme
|
2016-03-07 19:41:04 -05:00 |
|
Felix Sanz
|
8429b9c875
|
Updated readme
Added nodemon issue
|
2016-03-08 01:34:42 +01:00 |
|
Patrick Steele-Idem
|
1cb471ec7f
|
3.0.0-rc.2 --> 3.0.0-rc.3
v3.0.0-rc.3
|
2016-03-04 10:53:42 -07:00 |
|
Patrick Steele-Idem
|
9ba0775e12
|
Fixed tests
|
2016-03-04 10:53:31 -07:00 |
|
Patrick Steele-Idem
|
bd51b39ce0
|
Added support for parsing a template to get the "raw" AST (no resolving custom tags, custom attributes, placeholders, etc.)
|
2016-03-04 10:45:38 -07:00 |
|
Patrick Steele-Idem
|
579ef6310f
|
Added Declaration and DocumentType as Node classes
|
2016-03-04 10:44:13 -07:00 |
|
Patrick Steele-Idem
|
263974361a
|
Added nextSibling/getNextSibling() and previousSibling/getPreviousSibling()
|
2016-03-04 10:38:31 -07:00 |
|
Patrick Steele-Idem
|
186e5fca03
|
Changes to allow marko v3 compiler to work in the browser
|
2016-03-02 17:03:30 -07:00 |
|
Patrick Steele-Idem
|
864c168368
|
Additional fix for #188 - Improvements to the Node.js require extension
|
2016-02-29 14:16:01 -07:00 |
|
Patrick Steele-Idem
|
4f150a34e5
|
3.0.0-rc.1 --> 3.0.0-rc.2
v3.0.0-rc.2
|
2016-02-29 10:45:19 -07:00 |
|
Patrick Steele-Idem
|
7c12f2b9b9
|
Fixes #237 - handling reserved javascript keywords
|
2016-02-29 10:44:49 -07:00 |
|
Patrick Steele-Idem
|
d19d5ac30a
|
Additional optimizations for scanTagsDir
|
2016-02-27 10:39:54 -07:00 |
|
Patrick Steele-Idem
|
09cbdead54
|
Additional cleanup for #235
|
2016-02-27 10:35:08 -07:00 |
|
Patrick Steele-Idem
|
0edc4d25bb
|
Merge pull request #238 from scttdavs/master
scan for index/renderer files based on available extensions
|
2016-02-27 10:23:21 -07:00 |
|
Scott Davis
|
702bda8e0a
|
cleanup
|
2016-02-27 10:28:09 -05: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 |
|
Scott Davis
|
69eaee1a7b
|
scan tags for all extensions
|
2016-02-26 17:11:44 -05:00 |
|
Patrick Steele-Idem
|
b355f1f217
|
3.0.0-alpha.2 --> 3.0.0-rc.1
v3.0.0-rc.1
|
2016-02-24 09:26:29 -07:00 |
|
Patrick Steele-Idem
|
bbbf0a10c9
|
Updated README.md
|
2016-02-24 09:25:27 -07:00 |
|
Phillip Gates-Idem
|
fec2a59e43
|
markoc.js needs app-module-path
|
2016-02-24 09:16:48 -05:00 |
|
Patrick Steele-Idem
|
3a582953d4
|
walker: Fixed removal during exit
|
2016-02-23 17:07:53 -07:00 |
|
Patrick Steele-Idem
|
3d5421da84
|
Renamed setAttributes() to replaceAttributes()
|
2016-02-23 17:07:29 -07:00 |
|
Patrick Steele-Idem
|
ee47dad292
|
Allow null value for attribute value
|
2016-02-23 14:48:45 -07:00 |
|
Patrick Steele-Idem
|
c2042f869f
|
Marko v3: Fixed support for removal of nodes during walking
|
2016-02-23 13:32:12 -07:00 |
|
Patrick Steele-Idem
|
2deaec20ac
|
Added helper "removeAllAttributes" method to HtmlElement
|
2016-02-22 16:36:58 -07:00 |
|
Patrick Steele-Idem
|
97c9a78d87
|
Fixed error handling for "status-var" option
|
2016-02-22 16:35:24 -07:00 |
|
Patrick Steele-Idem
|
f3886a77cf
|
Marko v3: Allow status-var to be quoted string or identifier
|
2016-02-22 15:23:58 -07:00 |
|
Patrick Steele-Idem
|
7890ec74ec
|
Marko v3: Allow macro with no arguments
|
2016-02-22 15:22:59 -07:00 |
|
Patrick Steele-Idem
|
8d404a93f1
|
Fixes #234 - Marko v3: Implement toString() for expression AST nodes
|
2016-02-22 09:08:37 -07:00 |
|
Patrick Steele-Idem
|
2d95c55d5f
|
Updated version to 3.0.0-alpha.2
v3.0.0-alpha.2
|
2016-02-19 15:08:50 -07:00 |
|
Patrick Steele-Idem
|
f92ef76457
|
Fixes #232 - Use <marko-compiler-options> instead of <compiler-options>
|
2016-02-19 14:20:16 -07:00 |
|
Patrick Steele-Idem
|
bd77bdc844
|
Marko v3: Improved error reporting for bad attr value
|
2016-02-19 10:01:07 -07:00 |
|
Patrick Steele-Idem
|
93d911322f
|
Marko v3: More tests
|
2016-02-18 20:58:32 -07:00 |
|
Patrick Steele-Idem
|
ac13f51fc1
|
Marko v3: Updated README.md
v3.0.0-alpha.1
|
2016-02-18 11:34:55 -07:00 |
|
Patrick Steele-Idem
|
f08ee53343
|
Marko v3: export registerTaglib(path)
|
2016-02-18 11:29:23 -07:00 |
|
Patrick Steele-Idem
|
96446c9099
|
Marko v3: "body-property" will not be supported for tag def
|
2016-02-18 11:29:09 -07:00 |
|
Patrick Steele-Idem
|
60486262ab
|
Cleaned up dependencies
|
2016-02-17 15:12:56 -07:00 |
|
Patrick Steele-Idem
|
838f0fe4ed
|
Marko v3: fixed insertSiblingBefore and insertSiblingAfter
|
2016-02-17 15:12:22 -07:00 |
|
Patrick Steele-Idem
|
19adf139e1
|
More syntax tests
|
2016-02-17 12:04:19 -07:00 |
|
Patrick Steele-Idem
|
db4949dcfb
|
Marko v3: Added more complete syntax tests
|
2016-02-17 11:41:21 -07:00 |
|
Patrick Steele-Idem
|
4ca4ce9f37
|
Fixed test
|
2016-02-17 10:04:17 -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
|
58dad19ede
|
Marko v3: Fixed indentation for arrays
|
2016-02-17 10:02:01 -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
|
ef1374097f
|
Marko v3: Allow <else if(foo)>
|
2016-02-16 22:24:03 -07:00 |
|
Patrick Steele-Idem
|
7e9e408c2a
|
Fixed typo in error message
|
2016-02-16 22:14:02 -07:00 |
|
Patrick Steele-Idem
|
0467643f53
|
Fixes #228 - Marko v3: while loop support
|
2016-02-16 22:13:43 -07:00 |
|
Patrick Steele-Idem
|
675261b436
|
Marko v3: Additional concise tests
|
2016-02-16 21:46:37 -07:00 |
|
Patrick Steele-Idem
|
2a5e16cf8e
|
Marko v3: Added test for empty close tag (</>)
|
2016-02-16 21:41:39 -07:00 |
|