86 Commits

Author SHA1 Message Date
Patrick Steele-Idem
b7ef776e82 Merge pull request #515 from austinkelleher/514-deprecate-widget-types
Fixes #514 - Deprecate <widget-types>
2017-01-06 11:44:20 -07:00
Patrick Steele-Idem
023e5a4ca8 Merge pull request #510 from austinkelleher/421-deprecate-w-bind
Fixes #421 - Deprecate w-bind
2017-01-06 11:43:30 -07:00
austinkelleher
45c9d2e7ca Fixes #514 - Deprecate <widget-types> 2017-01-06 11:04:59 -05:00
austinkelleher
f091f35ddd Additional w-bind deprecation changes. Update documentation on w-bind. 2017-01-06 09:26:39 -05:00
Gilbert
0a4a2ee3fd Add basic documentation for <macro-body/> 2017-01-05 19:21:01 -06:00
austinkelleher
3057576724 Fixes #422 - Introduce :no-update attribute and deprecate w-preserve-attrs attribute. 2017-01-03 09:25:47 -05:00
Justin Varghese John
01c811056e Add syntax highlighting extension (#473) 2016-12-18 15:41:28 -08:00
Scott Davis
4633d84112 remove parenthesis from tag 2016-11-27 17:53:05 -05:00
Scott Davis
e933e9d201 add docs 2016-11-27 08:54:13 -05:00
Charlie Duong
fc82ef0cf0 Deprecated w-on* attributes (#434)
Added support for on*() attributes.
2016-11-16 10:53:51 -08:00
Austin Kelleher
3eb3c286e8 Fixes #419 - Deprecate w-preserve/w-preserve-if/w-preserve-body/w-preserve-body-if in favor of no-update-*. (#433) 2016-11-15 09:30:54 -08:00
Charlie Duong
e1940a7ff0 Introduce "ref" and "for-ref" attributes
Deprecated "w-id" and "w-for"
2016-11-13 15:39:53 -05:00
Patrick Steele-Idem
32bacb7002 Merge of marko-vdom completed 2016-11-02 20:23:42 -06:00
Patrick Steele-Idem
3010570502 Completed merge of marko-widgets and other cleanup 2016-11-02 16:12:13 -06:00
Patrick Steele-Idem
b562a2e497 Merge branch 'master' into marko-v4 2016-10-14 13:24:21 -06:00
Michael Rawlings
75871e3162 Update async-taglib.md 2016-10-14 10:33:55 -07:00
Yoni Medoff
4e7c519f52 update parser references in docs 2016-10-10 15:53:28 -07:00
Yoni Medoff
44d98f1490 add docs for while loop 2016-10-01 08:36:25 -07:00
Patrick Steele-Idem
8e17e32a0e Added docs for <include-text> and <include-html> 2016-09-26 13:30:12 -06:00
Patrick Steele-Idem
96778ad240 Merge branch 'master' of github.com:marko-js/marko into marko-v4 2016-09-20 09:01:17 -06:00
Patrick Steele-Idem
dc706bceea Removed deprecated methods from docs 2016-08-25 19:32:45 -06:00
Patrick Steele-Idem
3e15457943 Merge branch 'master' of github.com:marko-js/marko 2016-08-25 19:27:37 -06:00
Patrick Steele-Idem
b7ea303fd5 Improved messaging for deprecated methods 2016-08-25 19:21:45 -06:00
Patrick Steele-Idem
d3abc909b6 Docs and tests for #357 - Deprecated notEmpty 2016-08-22 10:01:50 -06:00
Patrick Steele-Idem
d3b2f25191 Updated docs based on new compiled output 2016-08-19 14:26:00 -06:00
Patrick Steele-Idem
d930ee29bb Merge remote-tracking branch 'origin/issue-357' into marko-v4 2016-08-19 14:19:22 -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
c386da875e Fixes #349 - Inline Marko template compilation support
Also changed how JavaScript code is generated
2016-08-19 10:50:28 -06:00
Sascha Depold
7a53328bf0 Remove duplicated word 2016-08-08 08:37:41 +02:00
Michael Rawlings
b1b59be5cb update docs 2016-08-04 16:45:21 -07:00
Patrick Steele-Idem
83a48de833 Fixes #17 - Added docs for passing a data object to a custom tag 2016-08-03 13:32:33 -06:00
Patrick Steele-Idem
0521933c99 Updated docs to clarify whitespace removal for nested text 2016-08-03 12:23:33 -06:00
Patrick Steele-Idem
94eafb7bd6 Fixes #344 - defineRenderer for marko 2016-08-03 11:40:21 -06:00
Michael Rawlings
5e070d6125 add documentation for excluding directories from the taglib finder 2016-07-20 15:38:03 -07:00
Michael Rawlings
adea7ca0a0 add documentation for component autodiscovery 2016-07-20 15:31:22 -07:00
Patrick Steele-Idem
e43604ecf5 Updated docs for <await> to use a Promise as the data-provider 2016-06-24 09:56:51 -07:00
Michael Rawlings
b153ac1571 more documentation updates related to async-fragment => await 2016-06-18 15:11:16 -07:00
Michael Rawlings
22e81c92bb remove references to async-fragments in the docs 2016-06-18 11:44:44 -07:00
Michael Rawlings
b54cd574ab more wording improvements 2016-06-18 00:10:02 -07:00
Michael Rawlings
8d18b042b2 fix bad grammar due to word replacement 2016-06-18 00:07:59 -07:00
Michael Rawlings
6725683b7d deprecate <async-fragment> replace with <await> 2016-06-17 23:56:57 -07:00
Gleb Ryshkov
748c5d7643 Documented exclusion of folder or node module from marko.json autodiscovery; 2016-06-14 16:00:12 +01:00
Patrick Steele-Idem
1ff0ae5e36 Merge pull request #294 from jainprash/prashjain-marko
Documentation Update for a Sample Test
2016-05-23 09:50:33 -04:00
Patrick Steele-Idem
9c0082900b Fixed link for "Custom Taglibs" 2016-05-23 07:37:58 -06:00
prashjain
f18b57d591 Documentation Update for a Sample Test 2016-05-14 00:04:30 -07:00
Abdullah Rababah
9ae3c5ddf2 Adding Web Server Frameworks to Additional Resources docs 2016-05-11 10:50:48 -07:00
Patrick Steele-Idem
6e46283abb Use absolute URLs in markdown files for now 2016-05-06 17:48:11 -07:00
Patrick Steele-Idem
75416f17e8 Merge pull request #287 from mlrawlings/master
Add res.marko method for express apps
2016-05-06 14:57:56 -07:00
Michael Rawlings
87c98f3f3a Rather than having the user pass and express instance, we'll require it from the parent module's context. 2016-05-06 10:41:25 -07:00
Michael Rawlings
973dace296 Since the recommended usage of express changed, the FAQ is out-of-date. Updated it to link to the Express + Marko docs. 2016-05-06 10:34:19 -07:00