magikstm
6097cfb2e9
Small optimization in render hyperscript.js ( #2064 )
...
* Small optimization in render hyperscript.js
* Remove temporary variable
* Small optimization in render hyperscript.js
Squashed commits:
[5b103291] Small optimization in render hyperscript.js
* Remove sloppy mode comment
2018-05-18 20:48:56 +02:00
Pierre-Yves Gérardy
4922912bbb
[chore] remove Danger for now
2018-05-16 01:09:49 +02:00
Pierre-Yves Gérardy
58b06d4aad
[chore] bump marked version to v0.3.19
2018-05-16 01:09:49 +02:00
Barney Carroll
e1a50890e9
stream: Removed valueOf & toString methods ( fixes #2150 ) ( #2151 )
...
* stream: Removed `valueOf` & `toString` methods (fixes #2150 )
* Update stream documentation
2018-05-16 00:01:30 +02:00
Pierre-Yves Gérardy
93c84a5786
[docs] typo
2018-05-10 09:35:03 +02:00
Pierre-Yves Gérardy
d13a61a4d8
[docs] clarify the component/RouteResolver distinction
2018-05-10 09:34:04 +02:00
Pierre-Yves Gérardy
4823369abe
[docs] typo
2018-05-10 09:28:02 +02:00
Pierre-Yves Gérardy
567fe154e7
[docs] clarify the component/RouteResolver distinction
2018-05-10 09:13:57 +02:00
Pierre-Yves Gérardy
95fbdf9ea2
[ospec] change log: credit @zyrolasting
2018-05-09 21:11:52 +02:00
Pierre-Yves Gérardy
9df3e97cc3
[ospec] v2.0.0
2018-05-09 21:04:24 +02:00
Gilbert
91b08c6491
Add --require feature to ospec executable ( #2144 )
...
* Allow requires before running tests
This enables requiring modules like `esm` before any test files are loaded.
* Update ospec documentation
Also add documentation for `--require` option
* Update ospec change-log.md
* [opsec] move the change log item to v2.0
* [ospec] tweak the docs
2018-05-09 17:46:55 +02:00
Pierre-Yves Gérardy
43053c6088
[ospec] don't output colors when pipe or file redirection is used ( #2143 )
2018-05-09 07:58:47 +02:00
Pierre-Yves Gérardy
ca1bce9732
[ospec] Update change log to reflect #2141
2018-05-07 01:52:49 +02:00
Már Örlygsson
ceabe993a3
fix(ospec): Only run o.run() once ( #2142 )
2018-05-07 01:46:56 +02:00
Már Örlygsson
cfaa377c1e
[ospec] feat: nicer binary with support for globs ( #2141 )
...
* feat(ospec): CLI support for file-patterns and an --ignore flag
The added dependency is only used by the node.js binary - which normally only ever installed via npm/yarn anyway.
This does not interfer with ospec proper being dependencyless.
* chore(mithril): Add glob dependency needed by the ospec binary
this is only needed while ospec is inlined in the
mithril repo. As soon as ospec is split away into a
standalone npm module, this will not be required anymore.
* refactor(ospec): Use 'match' events instead of callback
Performance should be similar, but the code looks
cleaner and easier to grok.
* Misc tweaks
2018-05-07 01:32:01 +02:00
Scotty Simpson
f161a59343
Update animation.md
2018-05-05 16:39:22 +02:00
Pierre-Yves Gérardy
c34b0decc9
ospec v1.4.1 change log
2018-05-04 21:36:19 +02:00
mar
e075de4c92
docs: Link to ospec/change-log.md, remove repeated lines
2018-05-04 21:36:19 +02:00
mar
af3f69dfef
docs: Add first attempt at ospec change-log file
2018-05-04 21:36:19 +02:00
Pierre-Yves Gérardy
be6c8c079d
Merge pull request #1802 from jonahx/iss-1798
...
Fix issue #1798
2018-05-04 14:13:15 +02:00
Pierre-Yves Gérardy
4818109c9a
Merge branch 'next' into iss-1798
2018-05-04 14:08:39 +02:00
Pierre-Yves Gérardy
d2e80f7345
A more general fix
2018-05-04 14:05:42 +02:00
Adam Gamble
fb3c344055
Scan with halt ( #1957 )
...
* HALT if scan reducer doesn't change value
* Updated docs to reflect new scan behaviour with HALT
2018-05-03 16:52:33 +01:00
Gandalf-the-Bot
117fac91a7
Bundled output for commit 44e165a357 [skip ci]
2018-04-23 11:54:15 +00:00
Pierre-Yves Gérardy
44e165a357
[render/render] Misc comment fixes
2018-04-23 13:52:03 +02:00
Pierre-Yves Gérardy
f7a95d8c12
Cleanup, comments, and optimize getKeyMap
2018-04-23 13:52:03 +02:00
Pierre-Yves Gérardy
801bde219e
[render/render] move keyed cached nodes when needed, fix diff semantics for cached nodes, fix #2132
2018-04-23 13:52:03 +02:00
Pierre-Yves Gérardy
878e4958dc
tests for #2132
2018-04-23 13:52:03 +02:00
Pierre-Yves Gérardy
9490950c30
[render/render] Simplify updateNodes, fix #2128
2018-04-23 13:52:03 +02:00
Pierre-Yves Gérardy
dd6ceca31d
tests for #2128
2018-04-23 13:52:03 +02:00
Pierre-Yves Gérardy
9136585fe4
[DOM Mock] Fix insertBefore when the reference node follows the moving child in a nodeList
2018-04-23 13:52:03 +02:00
Pierre-Yves Gérardy
c6693aa361
Disentangle keyed and unkeyed diff
2018-04-23 13:52:03 +02:00
soulofmischief
898d0aec82
Fix url in vnodes.md
...
URL was being incorrectly parsed due to parentheses. The parenthesis have been replaced with UTF-8 encodings.
2018-04-22 00:56:21 +02:00
Már Örlygsson
f375bdc02e
fix: Bundler tests only pass when run from project root
2018-04-22 00:50:09 +02:00
Isiah Meadows
0dbf17c621
Disown myself from render-related fixes [ci skip]
2018-04-20 20:08:31 -04:00
Pat Cavit
c335aa70ca
docs: latest site updates ( #2126 )
2018-04-20 08:36:08 -07:00
Gandalf-the-Bot
ec43ca089c
Bundled output for commit 203df39c30 [skip ci]
2018-04-16 07:47:53 +00:00
Pierre-Yves Gérardy
203df39c30
Remove the DOM nodes recycling pool ( fix #1653 , fix #2023 )
2018-04-16 09:45:45 +02:00
Scotty Simpson
6f7f543b07
docs: awkward/redundant fix ( #2120 )
2018-04-13 22:35:04 -07:00
Pat Cavit
0c54409d41
docs: Fix some site weirdness
...
Fixes #2117
2018-04-13 11:12:07 +02:00
Pat Cavit
6fb77b7771
docs: update with latest fixes ( #2116 )
2018-04-12 00:11:11 -07:00
Vasil Rimar
02f2732706
docs: Fix webpack example ( #2110 )
2018-03-27 23:40:11 -07:00
Baby Goat
23ebe2f483
doc: add missing parenthesis ( #2104 )
...
* closing parenthese missing
[### How it works](#howitworks)
* update changelog
2018-03-12 15:33:06 -07:00
Gandalf-the-Bot
550ad86ec5
Bundled output for commit 0b83c29ab6 [skip ci]
2018-03-06 15:59:33 +00:00
Pierre-Yves Gérardy
0b83c29ab6
Merge pull request #2091 from spacejack/promise-finally
...
Add finally support to Promise polyfill
2018-03-06 16:57:39 +01:00
Gandalf-the-Bot
8e8194bca5
Bundled output for commit d21ba5ee6a [skip ci]
2018-03-06 01:14:52 +00:00
Pierre-Yves Gérardy
d21ba5ee6a
Document the reason for the possibleParents map
2018-03-06 02:13:15 +01:00
Gandalf-the-Bot
9ece9a9297
Bundled output for commit ad46a21a7d [skip ci]
2018-03-06 00:14:15 +00:00
Pierre-Yves Gérardy
ad46a21a7d
[render] add support for SVG in m.trust() strings
2018-03-06 01:12:32 +01:00
Pierre-Yves Gérardy
fdd34f9726
[mocks] Add some support for parsing SVG using the DOMParser API and innerHTML
2018-03-06 01:12:32 +01:00