Michael Rawlings
e2fd5b63da
dynamic tag ( #1057 )
2018-06-19 17:11:54 -07:00
Dylan Piercey
d21355c2e3
Update changelog.
2018-06-19 15:38:12 -07:00
Dylan Piercey
b73e82a68a
4.10.1
v4.10.1
2018-06-19 15:32:02 -07:00
Michael Rawlings
cdc13228fa
update package-lock
2018-06-19 13:56:50 -07:00
Michael Rawlings
f29b9a21ec
additional tests
2018-06-19 13:54:34 -07:00
Michael Rawlings
d84a1d79a0
format
2018-06-19 13:54:03 -07:00
Michael Rawlings
602ba9cec0
Merge pull request #1055 from marko-js/multi-init-components
...
Cleanup comment node cache for multiple inits.
2018-06-19 13:43:10 -07:00
Damodaran
2aeac694a4
Adding docs for new package types for Marko with Lasso ( #1047 )
2018-06-19 13:42:33 -07:00
Sandeep Vattapparambil
afc473d892
DOCS Updated. ( #1054 )
...
Documentations on split components has beed edited and updated.
2018-06-19 13:29:28 -07:00
Michael Rawlings
5b9c84337c
drop node 4/9 add node 10
2018-06-19 13:21:11 -07:00
Michael Rawlings
44c552eead
use latest npm for npm ci + package-lock.json
2018-06-19 13:04:50 -07:00
Dylan Piercey
a383a18932
Add lock file.
2018-06-15 15:35:47 -07:00
Dylan Piercey
b5425a0930
Cleanup comment node cache for multiple inits.
2018-06-14 09:32:53 -07:00
Austin Kelleher
d6e251d87b
4.10.0
v4.10.0
2018-05-23 17:14:44 -04:00
Austin Kelleher
6e55f146a0
Fix #1049 - Fix documentation urls on the website.
2018-05-23 17:11:40 -04:00
Michael Rawlings
5d3e976fc0
Merge pull request #1046 from marko-js/add-failing-tests-from-branches
...
Add failing test cases from branches.
2018-05-16 15:42:08 -04:00
Dylan Piercey
048a563a86
Add failing test cases from branches.
2018-05-16 10:43:09 -07:00
Michael Rawlings
7c5089b54c
Merge pull request #1041 from marko-js/on-mount-update-test
...
Add test for updating in onMount
2018-05-14 10:16:10 -07:00
Dylan Piercey
1a37333440
Add same test for legacy compatibility layer.
2018-05-10 13:26:49 -07:00
Dylan Piercey
5be4d52d32
Add test for updating in onMount
2018-05-10 13:26:49 -07:00
Michael Rawlings
28ff4e1485
fix markdown formatting
2018-05-10 11:35:22 -07:00
Michael Rawlings
6489961237
Delete ISSUE_TEMPLATE.md
2018-05-04 12:58:46 -07:00
Michael Rawlings
2433543c55
Update issue templates
2018-05-04 12:57:14 -07:00
Austin Kelleher
89dfb4ba5c
Fixes #877 - Allow array of transformers in marko.json. ( #1034 )
2018-04-26 08:48:34 -04:00
Michael Rawlings
37723eb8aa
4.9.7
v4.9.7
2018-04-25 15:44:27 -07:00
Michael Rawlings
a684236979
Merge pull request #1039 from marko-js/1038-legacy-dirty-check
2018-04-25 15:43:42 -07:00
Michael Rawlings
dfc079ac76
remove dirty check for legacy components
2018-04-25 13:32:17 -07:00
Michael Rawlings
c619f29c1e
update prettier
2018-04-25 13:26:36 -07:00
Michael Rawlings
810e29c56f
allow loading components by lasso paths, but mark as deprecated ( #1032 )
2018-04-10 23:51:28 -07:00
Michael Rawlings
290cd500f6
add a quiet option to markoc ( #1030 )
2018-04-06 12:31:34 -07:00
Michael Rawlings
c04495d5e9
4.9.6
v4.9.6
2018-04-03 13:16:23 -07:00
Michael Rawlings
65195fe718
Merge branch 'master' of github.com:marko-js/marko
2018-04-03 13:15:03 -07:00
Michael Rawlings
967243c44f
update changelog
2018-04-03 13:14:53 -07:00
Michael Rawlings
6a6d13d50c
Fix spread fns #1008 ( #1029 )
...
* fix #1008 - parsing of spread attributes that end in function calls
2018-04-03 13:10:07 -07:00
Michael Rawlings
17e623d049
add failing test case ( #1025 )
2018-04-03 13:09:44 -07:00
Dylan Piercey
b7b970d8bf
4.9.5
v4.9.5
2018-04-03 12:31:53 -07:00
Dylan Piercey
0d9ef11580
Fix onBeforeUpdate call timing for legacy components. ( #1027 )
2018-04-03 09:07:43 -07:00
Austin Kelleher
82db00e89e
4.9.4
v4.9.4
2018-03-28 08:25:55 -04:00
Austin Kelleher
bc0e91d517
Do not use ES6 syntax in ComponentDef.js
2018-03-28 08:25:42 -04:00
Michael Rawlings
b1631ba3c8
add explicit exit code to the mocha script
2018-03-24 00:34:31 -07:00
Michael Rawlings
dfec01ee72
update changelog for 4.9.3
2018-03-23 15:15:11 -07:00
Michael Rawlings
4ae70d8520
4.9.3
v4.9.3
2018-03-23 15:11:54 -07:00
Denis Budyak
eae689a8fd
Fix import-var compilation when there are no explicit attributes
2018-03-23 15:10:35 -07:00
Michael Rawlings
2c3edf3c36
remove additional spaces in .md
2018-03-23 14:06:03 -07:00
Michael Rawlings
428ec6cad1
Update CONTRIBUTING.md
2018-03-23 13:32:03 -07:00
Michael Rawlings
0833ada47e
add coverage directory to eslintignore
2018-03-23 13:23:44 -07:00
Jason MacDonald
4a7be17af8
Added failing test for #1008 ( #1017 )
...
* Added failing test for issue #1008
2018-03-23 12:14:45 -07:00
Michael Rawlings
92c448f639
Autotest refactor ( #1023 )
...
* update autotest api and first few test suites
* refactor components-browser to use the new autotest api
* minor changes to update adjustIndent and components-pages to new autotest api
* refactor and combine async-render, deprecated-async-fragments, and render suites
* migrate compiler tests to new autotest runner
* migrate components-compilation tests to use new autotest api
* migrate most remaining test runners to new autotest api
* update adjustIndent
* migrate express tests to new autotest api
* switch from compare to snapshot
* move versions into directory
* remove snapshot sequences, prefix to name, suffix to ext
* refactor autotest
* keep node 4 happy: don't use destructured parameters
* use strict
* update contributing document to reflect new autotest api
* better snapshot errors with clickable path
* remove old vdomSkip property, fix some normalization in the render test runner, skip only tests that need to be skipped
* for generated vdom expectations use expected.html instead of rerendering the html template, update expected files that had editor added newlines at the end
* remove half-finished test that was intended to replace another test (render/fixtures/preserveWhitespace-load-option) - we'll keep the original
2018-03-23 11:27:52 -07:00
kounelios13
d7c135891b
Use http variable ( #1024 )
...
Instead of requiring the http module again use the http variable.
2018-03-23 11:45:50 -04:00
Dylan Piercey
0dfbc2147a
Update CHANGELOG.md
2018-03-14 12:34:03 -07:00