Ecosyste.ms: OpenCollective

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

github.com/snabbdom/snabbdom

A virtual DOM library with focus on simplicity, modularity, powerful features and performance.
https://github.com/snabbdom/snabbdom

Add postpatch hook

26a62cab4d8d09a1c2a4c033ed732b566451b699 authored over 9 years ago
Do not invoke `destroy` hook for text nodes

7344b0aca50620e8c3f8f06354e5c37f3b108665 authored over 9 years ago
Add attachTo module

24206f430a781e1d4b59a83e88c42c1aa92fc910 authored over 9 years ago
Elements can be created with namespace #4

f1ee7819624b59bcbcd83b9edf3427120919e163 authored over 9 years ago
Merge pull request #5 from gitter-badger/gitter-badge

Add a Gitter chat badge to README.md

def68db88ba024462b0751bc60e462322c1b6448 authored over 9 years ago
Added Gitter badge

f49be704c17970112e3fa16bd880bb5ea5a9b7ed authored over 9 years ago
Merge pull request #3 from raine/patch-1

readme: fix typos

5181e03c632e278c81210657af4afe1a3c61e107 authored over 9 years ago
readme: fix typos

30b53123515cbea487b20c1341032e5488596d3b authored over 9 years ago
Describe event handling

d1867d568f4dcad5f4c9ee49880814eb9d04efe4 authored over 9 years ago
Few additions before the intro

a5aa8249725f6dc0e529949bce3a1f9e79ed8298 authored over 9 years ago
Non array event listeners can be replaced

c67611f50965c069babfb7495b39fac4a23bfea9 authored over 9 years ago
Fix table

b5db97812dbe71933d4eadf0cc12c6d60a7b7abf authored over 9 years ago
Update readme

7f7fab3bec412a7dfedea2906853ed0f241a9e07 authored over 9 years ago
Pass empty VNode to `create` hook set on element

23344df6b813de45d24d9714376748c7fdd4a6e0 authored over 9 years ago
Old vnode is passed to update hook

35335d6d649349ba4f42edbb671fe9376ac3925b authored over 9 years ago
Fix bug regarding changed text nodes

b4b90ac609df8cbe4e8711bf73fdacb32bd0c1e3 authored over 9 years ago
Insert created elements at correct location

cd7eb76a09aac72c9b789eea386fffa4ac0cd327 authored over 9 years ago
Merge pull request #2 from jails/master

Add failed spec when using mixed keyed & non-keyed virtual nodes.

5fa91d590eb4ec8ec64bbeed50d6331daeee428c authored over 9 years ago
Update readme

e8a6fe17f8e01e0d6c9a56d1fbc46759c1ed2b89 authored over 9 years ago
Fix bug

95de47368b65f4a7de8f557b3a868588b663f713 authored over 9 years ago
Failed spec with mixed key & non keys.

dae70b9416206112355aad44f7a90b090daaab8f authored over 9 years ago
Bump version

dc0744c57a00bf446f6e051c214951409f31d35d authored over 9 years ago
Properly update event handler and value in array event listeners

529fdde299ff4ec8cc84dc246273994c58550411 authored over 9 years ago
New syntax for delayed style

39926a9cfb5695b9c7be878b079c6a20bbaadec7 authored over 9 years ago
Update readme

cbaed6469292d57734bfdcde86cc39aa1e3ed556 authored over 9 years ago
Add package file

59cee0ede97bfe8746033d0e2807a7b6d491f07d authored over 9 years ago
Dont use `forEach`

052d51de00919de93ac7843388728bba888fa015 authored over 9 years ago
Update readme

ab07053f07098412975abad2309d021023782304 authored over 9 years ago
Remove `emptyVnodeAt` – patch instead accepts DOM node

7edc91325d92389246e2fe838ac03d485fb5bbf8 authored over 9 years ago
Refactor hook initialization

56d1b03fb3d7aaf40316ac622a082bd967e0c5af authored over 9 years ago
Improve hero example for phones

260afd8a79253dd79f7b2c3ad835f139346458fc authored over 9 years ago
Render `vnode` property if defined

5ae0836f21f39827ab30822a6e746e3c7b513d0b authored over 9 years ago
Add thunk

a2f0d274176b84e4ace15b1f3e847876ae7d5dd4 authored over 9 years ago
Add `init` hook

b66893f05f9f721775c2e610fa87b3f57b5e876d authored over 9 years ago
Add `patch`-hook, `update`-hook and short circuiting

1eb19f827e69688ed0ca56b82e11647f52342ccb authored over 9 years ago
Add destroy hook directly on vnodes

f5d2b0f8613e234b6a9659b959eb8900e1cc46af authored over 9 years ago
Rename hero example

4799cb43e930dbc11f19e58e725c1e8a12185fa5 authored over 9 years ago
Add demonstration of hero animations

f11a3c9571e9c921690b48461e729f110749bad1 authored over 9 years ago
Add module for hero animations

f43fe5a107f2f0f25b59a4fffd283550737f0c78 authored over 9 years ago
Add styles for destroy hook

4b8409d8cb02484bdc3fbab541028496311fb38f authored over 9 years ago
Update reorder example

a05c6d78045c4587292bc32d30cb00a0b888826d authored over 9 years ago
Update syntax for style on removal

8420b6cd3df03cb0f2e16293eb1d75f433b5fb4c authored over 9 years ago
Add destroy hook

0d6ebaf2dc2aa1413545684fd8d86c9ea704dedf authored over 9 years ago
Add `pre` and `post` global hooks

caea7088e5ee7b00340bab5d28e2775514c96056 authored over 9 years ago
Style module supports element removal styles

36377a54683cf635cd1698b0ddd6d4b9616164fc authored over 9 years ago
Allow several listeners to control element removal

64e76e746637742eb507b8c5b4b791e6eaa3d5a1 authored over 9 years ago
Move lifecycle hook to `hook` obj in `data`

d819a713f08f605794b08589e95053e320693621 authored over 9 years ago
Add sparse documentation

eda5497f17c42dc20549083d04b8bb7da51f7b59 authored over 9 years ago
Init returns patch function

4c173570e3649aa0264c289a21fa69ff26fe2439 authored over 9 years ago
Merge branch 'modular'

edcd85baa4677fed97d00173e08b416dabdf4bd5 authored over 9 years ago
Update reorder example

c69ee468d3552fdae5540e68e58851472aad73f6 authored over 9 years ago
Huge modularizing refactor

c066feb0805094dce105a4ee36102c27a1da7e42 authored over 9 years ago
Polish reorder example

667d7754fffc748db143d732c6dc678eb741572a authored over 9 years ago
Tiny refactor

1f5041df625792b6c6a90fad7766ebc0e01a9c96 authored over 9 years ago
Make sure next frame actually happens in next frame

f3c71f921d38cc4ac50858245dadad1abb08de6b authored over 9 years ago
Add animated reordering example

9c35436bbf5f981bdb95ee29d4ca63da2ad519dc authored over 9 years ago
Add create event/hook

c4931bf1aff62bb64926604b74e84412bd8e1632 authored over 9 years ago
Fix selector classes overriding property classes

157a159283aed03f4f4b54884664feea25f6000c authored over 9 years ago
Add support for delayed style setting

0010ed39674d5f8512575372da19d5029546813e authored over 9 years ago
Call insert listener only after everything has been patched

c5477e9d5765d87e1eedda13e136206ac69eaead authored over 9 years ago
Revamp event listeners

c2b6e7c3253214dfa8f04cfe80c32e4f6d13e31b authored over 9 years ago
Fix bug with properties being updated on text nodes

1c509cd6532246084085413aed8fa4b86208db1b authored over 9 years ago
Add insert and remove hooks/events

92c41b9b9cc2d54cce13d2c257f1613854b00305 authored over 9 years ago
Tiny refactoring

7ee4fe2446c40a5603f0b2a82545d899b33693ba authored over 9 years ago
Add and remove event listeners based on selectors

1de8e0b9a80447e06d433990d87be21f64edcce5 authored over 9 years ago
Merge branch 'aMarCruz-patch-1'

cf8b0291d8ee428b1954a1f20163f26eaf634531 authored over 9 years ago
Merge branch 'patch-1' of https://github.com/aMarCruz/snabbdom into aMarCruz-patch-1

b662c6bd7ea9924e0daa485440e25535494c6338 authored over 9 years ago
Good work.

63ffd53f5c4cf77dd0ac7c5260fa4203f3b50bab authored over 9 years ago
Tiny refactoring

46bbffe9e6dff9b81fabda69fe57d09940d8d4aa authored over 9 years ago
Refactoring

91a001e501616446437991e62889090322f3cf97 authored over 9 years ago
Improve performance for text-only elements

c6bea140d023e9ce3cc91cdfcea267fbcca66836 authored over 9 years ago
Add benchmark

7696029b2f9c4c598ca70b2d6dc05f046710013c authored over 9 years ago
Improved reconciliation

e3efdcb60dfab4873dd68ae382da932350da1ad4 authored over 9 years ago
Initial commit

fa3b5b39cf6ae073e6951688a608de1c8242cc00 authored over 9 years ago
Initial commit

c3b2989fa6a50ff11da7d5c36dd5283e06c2e970 authored over 9 years ago