1342 Commits

Author SHA1 Message Date
Michael Rawlings
bb3d06fd37 properly reset writeToDisk if a test sets it to false 2016-07-01 15:17:47 -07:00
Patrick Steele-Idem
176ed13463 Updated CHANGELOG.md 2016-07-01 15:15:33 -06:00
Patrick Steele-Idem
f58768b8bc 3.7.1 v3.7.1 2016-07-01 15:10:34 -06:00
Michael Rawlings
8312744f90 Merge pull request #324 from patrick-steele-idem/issue-322
Fixes #322 - Autoescaping doesen't work in <script> tag context
2016-07-01 13:47:02 -07: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
a0af1495e3 Merge pull request #323 from patrick-steele-idem/markoc-tests
Added tests for markoc
2016-06-30 16:12:18 -06:00
Patrick Steele-Idem
32c820fe8f Added tests for markoc 2016-06-30 16:02:26 -06:00
Patrick Steele-Idem
4e9a6b108c Updated CHANGELOG.md 2016-06-30 14:59:22 -06:00
Patrick Steele-Idem
14111dc7ab 3.7.0 v3.7.0 2016-06-30 14:57:50 -06:00
Patrick Steele-Idem
cd797322ad Fixes #318 - Make configuration a singleton object shared by all marko instances 2016-06-30 14:55:04 -06:00
Patrick Steele-Idem
c26614f078 Removed extra whitespace 2016-06-30 14:46:08 -06:00
Patrick Steele-Idem
15847008e0 Merge pull request #321 from yomed/master
update readme header
2016-06-29 22:23:56 -06:00
Yoni Medoff
c15c113293 update readme header 2016-06-28 19:22:02 -07:00
Patrick Steele-Idem
f6feffcef0 3.6.2 v3.6.2 2016-06-27 14:34:17 -06:00
Patrick Steele-Idem
c234431325 Updated CHANGELOG.md 2016-06-27 14:34:12 -06:00
Patrick Steele-Idem
5ebb3b4f8a Merge pull request #320 from ianvonholt/ISSUE_319
Adding detection for process.env.MARKO_HOT_RELOAD with assumeUpToDate…
2016-06-27 14:14:18 -06:00
Ian Holt
c76ffa2382 Adding detection for process.env.MARKO_HOT_RELOAD with assumeUpToDate configuration variable. If files are hot reloaded, we should never assume that they are up to date.
Fixes issue #319
2016-06-27 12:00:26 -07:00
Michael Rawlings
fd318a8621 3.6.1 v3.6.1 2016-06-24 14:32:27 -07:00
Michael Rawlings
30d744fc9f Updated CHANGELOG.md 2016-06-24 14:31:57 -07:00
Patrick Steele-Idem
4c605387d5 Merge pull request #317 from mlrawlings/master
fix bug with transforms being called on detached nodes
2016-06-24 14:15:00 -07:00
Michael Rawlings
902390a6e2 fix bug with transforms being called on detached nodes 2016-06-24 14:13:19 -07:00
Michael Rawlings
f90cb6a724 Fix <async-fragment> syntax in deprecation notice 2016-06-24 11:52:10 -07:00
Patrick Steele-Idem
659b8444e7 concise whitespace test 2016-06-24 10:23:16 -07:00
Patrick Steele-Idem
5c38e13bd9 More whitespace tests 2016-06-24 10:22:06 -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
Patrick Steele-Idem
69f91ee95d 3.6.0 v3.6.0 2016-06-24 09:52:43 -07:00
Patrick Steele-Idem
53ece191b2 Updated README.md 2016-06-24 09:52:14 -07:00
Patrick Steele-Idem
6dae7393b6 Updated CHANGELOG.md 2016-06-24 09:49:52 -07:00
Patrick Steele-Idem
702bfb0a6e "var" and "data-provider" should not show up in autocomplete suggestions (make them private) 2016-06-24 09:49:28 -07:00
Patrick Steele-Idem
8d34d6b9b3 Avoid using a JavaScript reserved/special word as a tag name var 2016-06-24 09:32:40 -07:00
Patrick Steele-Idem
61255823f9 Merge branch 'await-tag' of https://github.com/mlrawlings/marko 2016-06-24 09:03:18 -07:00
Patrick Steele-Idem
dd31d84384 Updated CHANGELOG.md 2016-06-24 08:19:01 -07:00
Patrick Steele-Idem
7bd401dba8 3.5.1 v3.5.1 2016-06-24 08:16:29 -07:00
Patrick Steele-Idem
b35410402b Fixes #316 - Autocomplete for tags is not updated when tag files updated despite clearing cache 2016-06-24 08:16:10 -07:00
Michael Rawlings
f34a26afde Merge pull request #315 from marko-js/issue-314
Issue 314 - Remove hyphens from include properties
2016-06-23 14:26:18 -07:00
Patrick Steele-Idem
7b1bbf3ed8 Fixed test 2016-06-23 14:01:33 -07:00
Patrick Steele-Idem
db0e6bcfe2 Fixed import path for deprecateHyphensPath 2016-06-23 13:07:31 -07:00
Patrick Steele-Idem
f1f996c3e3 Updated CHANGELOG.md 2016-06-23 13:01:36 -07:00
Patrick Steele-Idem
6b26f7501d Fixes #314 - Remove hyphens from include props 2016-06-23 13:01:30 -07:00
Michael Rawlings
ef294526d1 don't use split, use a regex match 2016-06-20 17:29:40 -07:00
Michael Rawlings
b3c3c564a4 additional tests 2016-06-18 15:35:36 -07:00
Michael Rawlings
b153ac1571 more documentation updates related to async-fragment => await 2016-06-18 15:11:16 -07:00
Michael Rawlings
4c9ceb0aa8 remove and rename references to <async-fragment> in the code (except deprecated events, tests, and transforms) 2016-06-18 12:49:31 -07:00
Michael Rawlings
22e81c92bb remove references to async-fragments in the docs 2016-06-18 11:44:44 -07:00
Michael Rawlings
09111f20c7 remove unnecessary code 2016-06-18 00:21:05 -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
Patrick Steele-Idem
74120dbbbe Merge pull request #310 from oxala/feature/exclude
Documentation: Excluding Directory or Package
2016-06-16 07:16:51 -07:00
Gleb Ryshkov
748c5d7643 Documented exclusion of folder or node module from marko.json autodiscovery; 2016-06-14 16:00:12 +01:00