Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/MithrilJS/mithril.js

A JavaScript Framework for Building Brilliant Applications
https://github.com/MithrilJS/mithril.js

Acknowledge multiple component creation strategies

5e3b0adec356a77213bf105a3c4ae82a7f7ec021 authored almost 8 years ago
docs: merge 7ba74ad and friends

207dea91dac71e6fb73d8c971001d462be791954 authored almost 8 years ago
docs: Fix missing generated docs (#1754)

7ba74ad424f346784897b3ca544f6aed88973499 authored almost 8 years ago
Merge pull request #1753 from StephanHoyer/master

Fix rendering `0` as only child without attrs - fixes #1752

000eec90d85324df34fc51827d6c2bf2d75e11d9 authored almost 8 years ago
Fix rendering `0` as only child without attrs - fixes #1752

7960781ea116b785a44668f77d598e09697bb3bb authored almost 8 years ago
docs: updated releasing workflow

87a053224c2b00754b0696fdde37f801ccd4d749 authored almost 8 years ago
docs: update the toc of components.md to match the content (#1748)

a6bb1d46518e2a5fbbdd76edb5c535d361daf262 authored almost 8 years ago
docs: docs fixes and changelog

e88bddb3c8fe1e0dd834e89d9436524b51558e6f authored almost 8 years ago
docs: remove fake change

5d9694cc2ef983cdd73e3c13d8ee516329408ea7 authored almost 8 years ago
docs: correct version on change-log

d8627ca78648a7727e78736b813eb4907fde4d82 authored almost 8 years ago
1.1.0

5cb05c1ee7288280af7eb9af94b3140bfa110251 authored almost 8 years ago
chore: remove npm publish tag

512199df01010c23757748785174339b5e4d9572 authored almost 8 years ago
v1.1.0-rc.1

eded5255ba96a853b801f4a4071cc5477b3cd022 authored almost 8 years ago
chore: correct npm-created git tag

4d795364b009e8cbba7729b8d5ff2553f1d1d957 authored almost 8 years ago
chore: publish to npm as mithril@next

7b0674cf65ec16b9addd329e6ab6e993c4ff737d authored almost 8 years ago
merge: next onto master

46ebb340d152ba47055c26779ee5f0ed694d3a52 authored almost 8 years ago
Bundled output for commit 0ce5dcac3b7965174477236e02d4ac5c66f28c0e [skip ci]

6541d5ecf8966f0c52fa0a9b8c707ad8726b0891 authored almost 8 years ago
Merge pull request #1746 from pygy/class-closure-compat

Class and closure components backwards compatibility fixes

0ce5dcac3b7965174477236e02d4ac5c66f28c0e authored almost 8 years ago
Update components.md [ci skip]

40637fe99fe24cbd6d26e2d586687831c65ade04 authored almost 8 years ago
Add tests for components that overwrite their state in `oninit`

0a767722834761801c07773cf1679f1e8d77dd1b authored almost 8 years ago
Document closure components (formerly known as "factory components") and flesh out class components docs

f7450c96b0d3e17b6b3823bdab8065984d378736 authored almost 8 years ago
Only call onremove and onbeforeremove when they are functions. Fix #1706

e20fd3f8764101afbdb3b18360820b7cc918ad48 authored almost 8 years ago
Make the state undefined, not null during class and closure component initialization

32ada55e00628daa8d63cd589f381de83ab9169e authored almost 8 years ago
Add some docs on undocumented vnode fields

2d2c53fcfc020d57524dc5decc3b8852896f7e58 authored almost 8 years ago
Add a shadow vnode._state field for view and hook lookups

d69f6e37aa8fdf116b998487e4023ae19caaf07c authored almost 8 years ago
Strengthen the self-return prevention logic (for recycled nodes and updates)

7be2ff5feb2e4584be7d666a19e85a22e7ade956 authored almost 8 years ago
treat functions with a view() method as POJO, not closure component

aeb1c41bdee58ef1809239da8900d9206108561c authored almost 8 years ago
Merge pull request #1738 from pygy/fix-stream-end-map

Fix stream end map

f272e36de02714c1b3e16351f7c31b75f08eab30 authored almost 8 years ago
Merge pull request #1745 from kellytk/patch-1

Fix grammar

ea9d5558e2c9c69c4e6127942c2df6ebadbade52 authored almost 8 years ago
Fix grammar

fe5f92eb2e5dc74eb45114768874fe7dc44762d7 authored almost 8 years ago
docs: stream scan and scanMerge (#1719)

f1b66745af557bdb387da32cb2c2318658574ca8 authored almost 8 years ago
chore: integrating .travis.yml fixes from master

36ef455e69d951503ee483ff643a36085ef3cbf0 authored almost 8 years ago
chore: better commit message

35bcec12cd7f0b56ea7704dc7c1ca085a64776cb authored almost 8 years ago
chore: gh-pages needs git values set

a4f385a2bdc32f10bf86bd79c4f149531de722ee authored almost 8 years ago
chore: fix up some travis failures

d151f03a561cd43528334e7644b79d5461405894 authored almost 8 years ago
docs: merge docs from next to master

33aa1fa735e5da43cf1ba67c4cc338d729c53a06 authored almost 8 years ago
docs: Remove m.prop reference in error message (#1742)

Changing m.prop.combine and m.prop.merge to stream.combine and stream.merge

9d3d8774ace94903e23a9e8360f02634dae555e3 authored almost 8 years ago
feat: partial integrate to fix linting issue

2a61e17332e49165cfeaa5ee9d683159f038c383 authored almost 8 years ago
feat: partial integrate of release changes

2d03dc5dad948f66160a8eeb4d35bf0fad6743dc authored almost 8 years ago
docs: use npm run release instead of npm version

4d928d4493310459451992d18e8091c47a6ffb08 authored almost 8 years ago
Unregister the `end` streams after their dependents have run fix #1736

f22f884b1e04ee34b098f1c520636f702b2d5f67 authored almost 8 years ago
chore: add release script to simplify versioning

9c8cc8364364736d1d6a40961cc62591e04f0dd3 authored almost 8 years ago
chore: automate github release pages (#1741)

ad144072b622f063dcd1c7757978302b4c7ca492 authored almost 8 years ago
added test for stream.end.map

Tests for issue #1736

Any maps set to the end stream do not get called.
In fact, for some re...

3578d0ffb38790a84d52271079adc5ded26b9d0d authored almost 8 years ago
Merge pull request #1735 from CreaturesInUnitards/patch-1

m.prop() isn't a thing anymore

fda816edbaa9bc15a6475d4881d3023de346d6ec authored almost 8 years ago
m.prop() isn't a thing anymore

74125e42c7eecf25e0e7f1ed4284b858a7421225 authored almost 8 years ago
docs: Fix extract siguature, clarify deserialize & extract descriptions. (#1729)

5229b0bc93c874b213e35842a26c0d8ec81a7f01 authored almost 8 years ago
refactor: Move scan and scanMerge to stream module (#1718)

683d85a9527dd98e81bc4b220ed5a75d26eb0f5d authored almost 8 years ago
docs: more m.route docs fixes (#1712)

c08b3f3c20345605713c0ab47da2c4f601d2dad0 authored almost 8 years ago
Merge remote-tracking branch 'origin/next' into next

78c139a201c09f9ea7a44121d599c0b76caaba96 authored almost 8 years ago
m.route.param docs #1711

1d48a30936d9b2954fbc2bf18959711cc7116478 authored almost 8 years ago
Merge pull request #1705 from ferhate/patch-1

Fixes component usage in jsx.md.

9b9c1a8c0f233646e657723a9781a4f19d7f626d authored almost 8 years ago
Fixes component usage.

Updates `m.mount(document.body, <MyComponent />)` to `m.render(document.body, <MyComponent />)`....

0ed3695f783f23025baecd8bded67cd10e407ed7 authored almost 8 years ago
Bundled output for commit de94503dbf273ce03f0c6f70d599d32e08149d4f [skip ci]

7d0df1d09acc15e55f156378103b7fbcf54e5362 authored almost 8 years ago
Merge pull request #1704 from gyandeeps/lint

Chore: Fix lint issues and add indent with tabs

de94503dbf273ce03f0c6f70d599d32e08149d4f authored almost 8 years ago
Chore: Fix lint issues and add indent with tabs

daf5a64697d684f664e58601b8e009dc12d63a7a authored almost 8 years ago
Bundled output for commit 9223521259da0366596b20f06728b8bd409eda0d [skip ci]

123a413b68b8de501e9fd2a85afaa1dda73fd9f6 authored almost 8 years ago
Merge pull request #1671 from isiahmeadows/strict-mode

"use strict" and other linty fixes

9223521259da0366596b20f06728b8bd409eda0d authored almost 8 years ago
Fix a few syntax errors

c90bf5ac2daae9653a4e092e0dbd088d34bbf7e7 authored almost 8 years ago
Merge branch 'next' into strict-mode

934e0ac55ee6a0e3a5c3063ce151e5f0889a89af authored almost 8 years ago
Merge pull request #1555 from pygy/ospec-no-global-install

[ospec:docs] Document the fact that ospec doesn't work when installed globally

5fa4c6025a8b6e9a196022983fa92dd3a39cfc59 authored almost 8 years ago
Merge pull request #1657 from me7/Fix-todomvc-state.update-and-ui.save

Fix todomvc state.update and ui.save

b71d437fa7f7a2aac8a19684e4f1e0293008d787 authored almost 8 years ago
Merge pull request #1689 from tivac/auto-publish

Docs auto-push to gh-pages branch

622bd6e1656596f590ceff1bddff41c0988b8500 authored almost 8 years ago
Merge pull request #1696 from spacejack/remove-types

Remove typescript definitions

a2ee51b99c1f087d5c709a4c065675102abba285 authored almost 8 years ago
Remove typescript definitions

3f981be83a5ba53c314a43d7e90a778cf9257e4a authored almost 8 years ago
Bundled output for commit de3573497db3456e32f8031610373867adea74c2 [skip ci]

0ceb42ed01bf62fcf7323efb815139527cc38743 authored almost 8 years ago
Merge pull request #1695 from pygy/anarchy

Let `render()` create the state rather than `vnode()`

de3573497db3456e32f8031610373867adea74c2 authored almost 8 years ago
Let `render()` create the state rather than `vnode()`

74cbd4c17b938af6d0edfba96ab12b196ffee884 authored almost 8 years ago
Docs auto-push to gh-pages branch

43f050ae44fe1083b69618a011f675006b2f86b7 authored almost 8 years ago
Bundled output for commit 27c6b7930ae57bd6c11a0f228a9892de1d0f8de9 [skip ci]

1ffa4cf1836f6083f6a202852c932c980fba49ed authored almost 8 years ago
Merge pull request #1672 from isiahmeadows/perf-update

Optimize memory for selector cache

27c6b7930ae57bd6c11a0f228a9892de1d0f8de9 authored almost 8 years ago
Bundled output for commit 24b96817a36e5a645a0f3df762a6f399df578739 [skip ci]

3e5597e4d0c24a0e9397a334e5a0b9283f1a49b7 authored almost 8 years ago
Merge pull request #1682 from pygy/iice-to-iife

IICE => IIFE

24b96817a36e5a645a0f3df762a6f399df578739 authored almost 8 years ago
Diff stream bundle as binary [ci skip]

2b1fe6ca0701a7c941c9e952afccc6de41c8a284 authored almost 8 years ago
Remove an obsolete line (#1681)

72359a76e3b798e9286f2e144563e9e18e469236 authored almost 8 years ago
IICE => IIFE

c3d015be28a034f7f354e2842cfcaab231b0c434 authored almost 8 years ago
typo

485febd0cc6cc2eed535c1098e75506835bb0264 authored almost 8 years ago
Merge pull request #1679 from RobertAKARobin/next

Put Stream in IIFE so variables aren't global

fe793ff548988073dd2cb8e07b2d6981885e0c04 authored almost 8 years ago
Merge branch 'next' into next

273d3d4740b45d33c20ba9c35ee930181a92e57f authored almost 8 years ago
Always expose stream on m.stream, use unpkg for docs (#1535)

... and document how streams are exposed in when loaded as <script> in global context

59ed3c7d4890464ced0a992e1e7075bd0fc2f332 authored almost 8 years ago
Put Stream in IIFE so variables aren't global

...when imported into the browser via <script> tags.

23e4a571146b979eee66b3eb0e402b829f4fa7f8 authored almost 8 years ago
Merge branch 'next' of https://github.com/lhorie/mithril.js into perf-update

c0061a8eb9f073907f2d9aaae05f217b6eb442ca authored almost 8 years ago
Merge branch 'next' of https://github.com/lhorie/mithril.js into strict-mode

d4a0417dde86b66586eacb2ef3b17cc0936a4e55 authored almost 8 years ago
"use strict" and other linty fixes

1cc5fa5ba7075176935ff9e10764594cf178a819 authored almost 8 years ago
Merge pull request #1662 from spacejack/stream-scan-types

Add stream/scan, stream/scanMerge type definitions

dc875fdbd3142c41fed4ac8bec37cc0375eb3acd authored almost 8 years ago
Merge pull request #1659 from barneycarroll/patch-13

Warn about data models w key props passed as attrs

5a9d7201e3f6d3ee0c25a1f854586ea78102e1f7 authored almost 8 years ago
Bundled output for commit 9d6a5e51eb4cebb4de1a06a32f1ef3b52f265ebc [skip ci]

38db32e8b7c4f1837d4f696620651fce93d76654 authored almost 8 years ago
Merge pull request #1674 from pygy/fix-state-initialization

Fix state initialization

9d6a5e51eb4cebb4de1a06a32f1ef3b52f265ebc authored almost 8 years ago
Optimize memory for selector cache

b34c3eaf82e625a52f7303bba0f338ed080594e0 authored almost 8 years ago
Merge pull request #1665 from barneycarroll/patch-14

Docs: component props aren't copied to instances

aaa6de784b45c66c2c53713454ff8b64f43fbd22 authored almost 8 years ago
Docs: component props aren't copied to instances

57d3de1e5c378678c901639711a22d121e2ec766 authored almost 8 years ago
Merge branch 'test-all-component-kinds' of https://github.com/pygy/mithril.js into next

aefee3b88e0a09fcdfc51191bfc8aaafc892c27e authored almost 8 years ago
Add stream/scan, scanMerge types

70bf37cba6da26cd616d069789504f691390d7d6 authored almost 8 years ago
Bundled output for commit 60e8f307f19a0106722b3d7c05e14ae7b3fab456 [skip ci]

64792cbb11fb774a26ecf26c2dafdcfe708089a8 authored almost 8 years ago
Fix state initialization (#1652)

* Add test-utils/components.js and its tests

* Tests: group together tests with/without compo...

60e8f307f19a0106722b3d7c05e14ae7b3fab456 authored almost 8 years ago
Close code blocks!

97c60f9046cc46cc81bd4d5b4f991a7b2ca6faf1 authored almost 8 years ago
Warn about data models w key props passed as attrs

Hint to avoid problems such as those found here [February 23, 2017 6:28 PM](https://gitter.im/lh...

71dcde6adf05c090c50a8ea1af47e37e4d147cd9 authored almost 8 years ago
Fix recycled components initialization

fix #1641

3e7649ef06faa7dbdb7ca69a61dada993e8b70ee authored almost 8 years ago
Bundled output for commit ed5d9a2711ac6f50be907377b7ad1850c60f92c1 [skip ci]

3786373b587a7374e9df961d83a26baad06ef0d5 authored almost 8 years ago
update linter

ed5d9a2711ac6f50be907377b7ad1850c60f92c1 authored almost 8 years ago