Ecosyste.ms: OpenCollective

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

Snabbdom

Developing Snabbdom
Collective - Host: opensource - https://opencollective.com/snabbdom - Code: https://github.com/snabbdom

Use ES2015 Map instead of the custom attributes helper

github.com/snabbdom/snabbdom-to-html - e276678d65a6030975d0f2b808e53cdecb561aea authored over 8 years ago
Added vnode as last argument to event handler

github.com/snabbdom/snabbdom - 174941c6a49fff91e4e3949fa39423c7cb28939c authored over 8 years ago
Optimizations for eventlistener.js

github.com/snabbdom/snabbdom - 831bd0e1eede28c8f19990b7c402e35fb546b727 authored over 8 years ago
Merge pull request #134 from harrywincup/fix-test-running

Prevent test runner from continuously reloading

github.com/snabbdom/snabbdom - 3a30139bfa43fe3aef738ca34966d3ec248672aa authored over 8 years ago
Merge pull request #144 from sk1981/svg-documentation

Added details on using classes with SVG

github.com/snabbdom/snabbdom - 561cc5921bbd877879458368653729482d03a77d authored over 8 years ago
New implementation of eventlisteners module

github.com/snabbdom/snabbdom - 8ca33c916b3b38991aba148ace735dcb825bd7e3 authored over 8 years ago
Added details on using classes with SVG

Using SVG elements with classes has two issues due to className being readonly for these element...

github.com/snabbdom/snabbdom - 40c62fd2be75e3e371b916e70e34fb1ca9a09c51 authored over 8 years ago
Renamed filenames with dashes instead of underscores, and set the snabbdom-patch as 'snabbdom'

github.com/snabbdom/snabbdom - e9e1bc4aed97f75ce4418b4338ccd5a586a6109f authored over 8 years ago
Renamed snabbdom_init to snabbdom and snabbdom to snabbdom_patch

github.com/snabbdom/snabbdom - 93cef57fb7b401f7d027f89d2f7dd64ec51840b2 authored over 8 years ago
Merge pull request #135 from stucox/patch-1

Correct minor formatting mistake in README

github.com/snabbdom/snabbdom - 462498deca92cc67d6729d8cc054e2700c849107 authored over 8 years ago
Correct formatting in README

github.com/snabbdom/snabbdom - 7a496fb61f93981cf6120c76bd6327cf8bf4030d authored over 8 years ago
Move browserified tests file outside of watcher dir to prevent reloading loop

github.com/snabbdom/snabbdom - aa6aee5ddf23daa7c2b69f2b46f65e4e32f856bd authored over 8 years ago
Merge pull request #133 from harrywincup/126-svg-foreignobject

126 svg foreignobject

github.com/snabbdom/snabbdom - e202d113445b6dc0d83618902c65def4b871fd95 authored over 8 years ago
Additional namespace tests for SVG foreignObject case

github.com/snabbdom/snabbdom - 68d878c274e9d76cb0bc9f3a0ffb503768c5d4f0 authored over 8 years ago
Dont add SVG namespace to children of SVG foreignObject

github.com/snabbdom/snabbdom - 258c8b91da8258755107aad0c51f194bec230e7b authored over 8 years ago
Merge readme branch

github.com/snabbdom/snabbdom-to-html - ed56dae86a589c27e67a610beee2c99060317fe5 authored over 8 years ago
Merge pull request #18 from TylorS/update-ts-defs

chore(TypeDefinitions): Update Definitions to v3.0

github.com/snabbdom/snabbdom-to-html - 876af18999582b03855aa8357d0e77905a09cba9 authored over 8 years ago
chore(TypeDefinitions): Update Definitions to v3.0

github.com/snabbdom/snabbdom-to-html - fcce3531e45556bfb6dc2714d36c9c4ee376824d authored over 8 years ago
Merge pull request #131 from OliverJAsh/patch-1

Fix typo

github.com/snabbdom/snabbdom - e15274c743057be6b599f9dac615d8758738b696 authored over 8 years ago
Added vtree for template example.

github.com/snabbdom/snabbdom-template - 739c8e2ac86ab6d3f6dea530a42a95ca84ee81c6 authored over 8 years ago
Added vtree for template example.

github.com/snabbdom/snabbdom-template - 21e727a9392412c1533e9aeac9de407ac9a71b32 authored over 8 years ago
Merge pull request #128 from squiddle/patch-2

fix style example in README.md

github.com/snabbdom/snabbdom - e1af6270e96338b36680b3a82324872812faa8e9 authored over 8 years ago
fix style example in README.md

fixes #127

github.com/snabbdom/snabbdom - 3d48eb84c4b8db7aef293011d166afb67b8bebc1 authored over 8 years ago
Merge pull request #122 from TylorS/typescript-definitions

chore(TS): add typescript definitions

github.com/snabbdom/snabbdom - c9d4dfc88f9102f82964a66af6b9813b7c9d89a2 authored over 8 years ago
Merge pull request #102 from yyx990803/master

Return early in module update functions

github.com/snabbdom/snabbdom - 6c41430677d2067a268d985b134e3713e64a7014 authored over 8 years ago
Update README with 3.0 changes

github.com/snabbdom/snabbdom-to-html - 4e91063d89c12e064d3cbeb508bee067656390d1 authored over 8 years ago
Remove incomplete files key in package.json

github.com/snabbdom/snabbdom-to-html - f7b9bd051787c0687db3303aee5f86aba2fc7f54 authored over 8 years ago
Content can be vtree.

github.com/snabbdom/snabbdom-template - 9a24e0c839ffbc0f92b6e34341d3cd0002dddbcb authored over 8 years ago
Support thunks introduced in snabbdom 5.0

github.com/snabbdom/snabbdom-to-html - 96727c6768cfd2991ed50adcdbde96ddd0a1e3e2 authored over 8 years ago
Refactor with new module signature

github.com/snabbdom/snabbdom-to-html - 2771b7f07fd120ab0e89a537f109853e152fc6e6 authored over 8 years ago
Update attributes helper to take only strings and numbers

github.com/snabbdom/snabbdom-to-html - 611ea826539016e55f6e77175d8146f3afd35580 authored over 8 years ago
Update tests to fail on wrong merging behaviour for classes

github.com/snabbdom/snabbdom-to-html - 245e1416b04eef837f1b6ef3bc469d76efc8e963 authored over 8 years ago
Fix number values bug in style module

github.com/snabbdom/snabbdom-to-html - e01015a322e4be78b7fa2c0de236d709c2fdffe0 authored over 8 years ago
Add failing test for number values in style module

github.com/snabbdom/snabbdom-to-html - 842f776b83b93863119d9949c4789857df8e7fde authored over 8 years ago
Fixed attrs, added cyclejs example.

github.com/snabbdom/snabbdom-template - 159a4e5155503641dc3893a2c967bfacafa82efb authored over 8 years ago
Add attributes helper factory

github.com/snabbdom/snabbdom-to-html - fb2d2a4bef8a00ec82603baf937e883ea8210213 authored over 8 years ago
Remove parse-selector helper, use parse-sel module

github.com/snabbdom/snabbdom-to-html - 9cfca08507eccfde1dca858d563dc207cd1a6d72 authored over 8 years ago
Merge TylorS-type-definitions

github.com/snabbdom/snabbdom-to-html - 18ff349baa9bf7fd6e169907e437d14819cccc10 authored over 8 years ago
chore(TS): add TypeScript definitions

Add basic typescript definitions;
Dependent upon https://github.com/paldepind/snabbdom/issues/122

github.com/snabbdom/snabbdom-to-html - ce7e2931e2f28ed9fa9192e14ce9d6acfef7edf5 authored over 8 years ago
chore(TS): add typescript definitions

github.com/snabbdom/snabbdom - 2bf8926564b4618de1c13ee2f164346ab4f196ff authored over 8 years ago
Added fully bundled version

github.com/snabbdom/snabbdom - 43908d81c804f91dba44e7007f3aff2bcd52efb2 authored over 8 years ago
Merge pull request #119 from Risto-Stevcev/master

Added build system and standalone modules

github.com/snabbdom/snabbdom - 0293fe2117c3e93d801478d31cb3f9ef331804a3 authored over 8 years ago
Merge pull request #115 from grimalschi/patch-2

Extra variable in thunk.js

github.com/snabbdom/snabbdom - d8150d2b6d727ea53c1aebd4cf29ee3740abece5 authored over 8 years ago
Adding program files.

github.com/snabbdom/snabbdom-template - 999963708c1dd27b8d7d877a11abfb090ebd0058 authored over 8 years ago
Added build system and standalone modules

github.com/snabbdom/snabbdom - c3b5676d7f84d9890a845ded3224fc971f19037b authored over 8 years ago
Merge branch 'master' of https://github.com/paldepind/snabbdom

github.com/snabbdom/snabbdom - f04de4acf9c47e61ab4272637d6c9ea6440afde8 authored over 8 years ago
Don't mention removed `vnode` property

github.com/snabbdom/snabbdom - ac9c1435554278bb9baa39eb101705e104147529 authored over 8 years ago
Text formatting

github.com/snabbdom/snabbdom - 43c5d1ced9cec7687d3b7ef60a73e8069650fa95 authored over 8 years ago
Merge pull request #116 from grimalschi/patch-3

Update snabbdom.js

github.com/snabbdom/snabbdom - 5b2d0de463d0de68db5b62c579031905131fe29e authored over 8 years ago
Update snabbdom.js

Code style fix

github.com/snabbdom/snabbdom - 1bfb2834db6fc030aaf6505bacfa97cdc5fabee6 authored over 8 years ago
Merge pull request #114 from grimalschi/patch-1

Update README.md

github.com/snabbdom/snabbdom - a57fc83b7c71dbf7adbb34f2129302fd1c20e917 authored over 8 years ago
Extra variable in think.js

github.com/snabbdom/snabbdom - 137ecacfb313df6898929c2efe9e2c61e9870e29 authored over 8 years ago
Update README.md

Missed chars

github.com/snabbdom/snabbdom - 78708992647c13022b3974cabc59825914ce66a3 authored over 8 years ago
Update thunk API and documentation

github.com/snabbdom/snabbdom - 1ce3cd30d5a8275ab0ae7415274f1887f89725bc authored over 8 years ago
Merge pull request #108 from kay999/master

eventlisteners should work if a listener is removed

github.com/snabbdom/snabbdom - 9c2bfa4278fb4cac1b8da14d49a9850254f5c04c authored over 8 years ago
fixed indentation

github.com/snabbdom/snabbdom - 2222b945ed385632d3715d1d286f810a1fc91ab3 authored over 8 years ago
eventlisteners works if a listener is removed

In the current version, a event-listener is never removed, which leads to problems in certain us...

github.com/snabbdom/snabbdom - cebc630487588605a67557dfe979eef71b8aa420 authored over 8 years ago
Merge pull request #107 from webOS101/patch-1

Some minor cleanup

github.com/snabbdom/snabbdom - 45bc0048f760ac8e5218dca42c346667c2aa37e5 authored almost 9 years ago
Some minor cleanup

Most references to vnode were all lowercase so I standardized on this. Fixed some small typos a...

github.com/snabbdom/snabbdom - f55d352de97854cd9fd4372531b4d34dd8f14411 authored almost 9 years ago
Merge pull request #88 from jryans/h-args

h: Test args for defined values instead of args.length

github.com/snabbdom/snabbdom - 78f389795c83d809750bfef2f9cc2a1d750f6275 authored almost 9 years ago
Mention snabbdom-helpers in readme

github.com/snabbdom/snabbdom - fc3f493d3861c60c46fefe8737214763846a6afe authored almost 9 years ago
Return early in module update functions

github.com/snabbdom/snabbdom - 69a7c72d727e5178ce2afe412b6ee75b3ec66e74 authored almost 9 years ago
Merge pull request #97 from paldepind/new-thunk

New thunk implementation

github.com/snabbdom/snabbdom - c2a6570e6ae4dc7df5ae191534b2751459a17eef authored almost 9 years ago
Test args for defined values instead of args.length

github.com/snabbdom/snabbdom - 07a540615b1ee13810526dad76aa0c4dfc2185a7 authored almost 9 years ago
New thunk implementation

github.com/snabbdom/snabbdom - 7075aea1d1d46f0a7b92c34712b9282c1807409d authored almost 9 years ago
Merge pull request #96 from squiddle/patch-1

reference htmldomapi by module name

github.com/snabbdom/snabbdom - 96c5fcd8bac931d50fcea2aa63d2a7737dc9e451 authored almost 9 years ago
reference htmldomapi by module name

require call should follow convention, even though the node loader won't complain either way.

github.com/snabbdom/snabbdom - 531107136338976b54cfabccb0b3c985e7602d55 authored almost 9 years ago
Merge pull request #94 from TylorS/virtual-node-documentation

docs(README): add virtual node documentation

github.com/snabbdom/snabbdom - 88bd8eb3f062cb5663970aa4b1c3785d4c3b9eb3 authored almost 9 years ago
doc(README): more typo fixes

github.com/snabbdom/snabbdom - 6d148e891cae5602dc557f39c836ad7e4490c8e9 authored almost 9 years ago
Merge branch 'virtual-node-documentation' of https://github.com/tylors/snabbdom into virtual-node-documentation

github.com/snabbdom/snabbdom - 87847257b539120cfd9c7b55065c355675503bde authored almost 9 years ago
docs(README): fix typos pointe out by @foxdonut

Thank you @foxdonut

github.com/snabbdom/snabbdom - cd6d0461d6a47fa13ebb9a8503f928431080de6e authored almost 9 years ago
Merge pull request #1 from stevenmathews/patch-1

Fix typo - 'much' to 'must'

github.com/snabbdom/snabbdom - b84b5e79b4a86f2cb9e78a2b77ec443c0171f6be authored almost 9 years ago
Fix typo - 'much' to 'must'

github.com/snabbdom/snabbdom - 964317b63ad13ba61047d712133f8bc75668d880 authored almost 9 years ago
docs(README): fix h links

github.com/snabbdom/snabbdom - 967b3c7193e6c6bc79356b67367bfa74cf50208f authored almost 9 years ago
docs(README): adjust and add proper links

github.com/snabbdom/snabbdom - e1837cb63ff84b4d28c3ad5cc9a85befb90574db authored almost 9 years ago
docs(README): fix links to vnode properties

github.com/snabbdom/snabbdom - f73a269c95d57e8057ccbec3d202ba6f5dc08d59 authored almost 9 years ago
docs(README): add virtual node documentation

Add documentation for the structure and properties of a virtual
node used by snabbdom and create...

github.com/snabbdom/snabbdom - e8c373457ab7d7d7c245e540c0a6daac2fe60df0 authored almost 9 years ago
Merge pull request #91 from hville/pr-dataset-module

Pr dataset module

github.com/snabbdom/snabbdom - bbd8a4a980e189ed4f6bce425d3c3fb8511667d2 authored almost 9 years ago
Completed tests and matched indendation to spaces

github.com/snabbdom/snabbdom - 4ab41ba8d26652b38eff7fae1f7e1fdf01b41d8c authored almost 9 years ago
new dataset Module and Test

github.com/snabbdom/snabbdom - 5b164c780adda10ba26b4376bc965752d0d80551 authored almost 9 years ago
Version 0.4.2

github.com/snabbdom/snabbdom - 3d2916a9518435b8e97374755cf6dc3876b72cfd authored almost 9 years ago
Remove backtics

github.com/snabbdom/snabbdom - 88501771bdb362101f14e6cd1d8c39cab6fac775 authored almost 9 years ago
Version 0.4.1

github.com/snabbdom/snabbdom - 8a5862a6524cadf76acd61242b6c34d321d52da4 authored almost 9 years ago