Ecosyste.ms: OpenCollective

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

Mithril.js

Mithril is a modern client-side JavaScript framework for building Single Page Applications
Collective - Host: opensource - https://opencollective.com/mithriljs - Website: https://mithril.js.org/ - Code: https://github.com/MithrilJS/mithril.js

Merge branch 'next' into perf

Conflicts:
mithril.js

github.com/MithrilJS/mithril.js - 6435a7c64688409cf5e6817a33c272a424f944a5 authored about 10 years ago
v0.1.27 publish

github.com/MithrilJS/mithril.js - e9c892cb05644714bfc7ac46d0db927852acf70b authored about 10 years ago
Merge remote-tracking branch 'upstream/next' into next

Conflicts:
mithril.js

github.com/MithrilJS/mithril.js - c81805f65962b81766cd0aeb865f03692ebc1725 authored about 10 years ago
#378 fix strategy none semantics

github.com/MithrilJS/mithril.js - 09b25cb803adf5ac51a4a73bea241e6b761edcac authored about 10 years ago
Merge branch 'next' of github.com:lhorie/mithril.js into next

Conflicts:
docs/mithril.request.md
mithril.js

github.com/MithrilJS/mithril.js - 0f2b7dad4d0a68a9cb8bae10ff0f255544b441cb authored about 10 years ago
don't throw error when using console.log in firefox

github.com/MithrilJS/mithril.js - cbdbdd7c60176796a10ff2d05d8cc907f5589d5b authored about 10 years ago
#372 cache length in loops

github.com/MithrilJS/mithril.js - f3076367ee5350a10e57380531c8d55eb5290b68 authored about 10 years ago
#380 empty value attr in option should show up

github.com/MithrilJS/mithril.js - e453ec7ce3769f075b26d2c514282f8b92218b31 authored about 10 years ago
Merge pull request #381 from kayellpeee/update_to_IIFEs

Update to IIFEs

github.com/MithrilJS/mithril.js - d05b903024fb18fb61d818ebed33e4aa4e62793f authored about 10 years ago
Merge pull request #373 from blacha/next

Updating typescript redraw definition to allow m.redraw.strategy

github.com/MithrilJS/mithril.js - 631e01c425a7db2beb6f4737a358b3ffbca69812 authored about 10 years ago
added test for #377

github.com/MithrilJS/mithril.js - 8f1501d50d3d1a439bc99cca9dea1133f7f3f9a9 authored about 10 years ago
#299 fix key bug when nulls are mixed in

github.com/MithrilJS/mithril.js - dc42632e5ad45c4b3a92303b3ee9821775cc003d authored about 10 years ago
remove unecessary function.bind call (artifact from old codebase)

github.com/MithrilJS/mithril.js - 1dbe50ede2c9a5e96d17964161fec1d8b6c9103a authored about 10 years ago
replace `new function` pattern with IIFE and fixes errors in example code

github.com/MithrilJS/mithril.js - e690134478906fcfa7f43a8e5b47a7d43b6b330a authored about 10 years ago
Merge remote-tracking branch 'origin/next' into next

github.com/MithrilJS/mithril.js - 8c30b1a5542c68e6f1068713de4c5d12b08e5509 authored about 10 years ago
#379 fix equality checks

github.com/MithrilJS/mithril.js - eb3951ce12730fed0ac3c684dc0116aef3b559a1 authored about 10 years ago
Updating typescript redraw definition to allow m.redraw.strategy

github.com/MithrilJS/mithril.js - 03fe9c4edc5a0ab9e06d4574d77aceae587e1cd8 authored about 10 years ago
Merge pull request #368 from blacha/next

Updating typescript route definition to allow m.route.mode and m.route.param(key).

github.com/MithrilJS/mithril.js - 4d3430bf2bc443b5fa24dfebe3af002fe5f32ec1 authored about 10 years ago
Updating typescript route definition to allow m.route.mode and m.route.param(key).

github.com/MithrilJS/mithril.js - 5b71027896532a4c1c55a105bcb485046b713a6f authored about 10 years ago
update change log

github.com/MithrilJS/mithril.js - 3d831a32948f9c7030fa33777d9c9dbbf16c9927 authored about 10 years ago
#364 set input type as an attribute, not a property, because CSS

github.com/MithrilJS/mithril.js - 5f12b23f376059e1ba3acefc02006c323cf9260c authored about 10 years ago
show error message if m.route.param is called before m.route(el, defRoute, routes)

github.com/MithrilJS/mithril.js - c5939e6fac666a464e8a9741321c7a9cf84bb663 authored about 10 years ago
#362 add error for selector arg in m()

github.com/MithrilJS/mithril.js - f99308c39ca0e7ce5786d8232aa10fe50fab8ef8 authored about 10 years ago
short-circuit keys algorithm if no keys changed

github.com/MithrilJS/mithril.js - c9c0250f127cfb00f72321c891cf06d99966f70a authored about 10 years ago
Throw errors when user attempts to query route before it is initialized

github.com/MithrilJS/mithril.js - f6a5436269247715901624df016ddf4a84f2b2bb authored about 10 years ago
decrease memory reallocations

github.com/MithrilJS/mithril.js - b6693c7f0633e680cb0ea1601eb35901d3c1aae1 authored about 10 years ago
fix key regression from perf optimization

github.com/MithrilJS/mithril.js - 985611baf4d5cad45fe087b37fc74a99f4692f85 authored about 10 years ago
Merge branch 'next' into perf

github.com/MithrilJS/mithril.js - 2110335f876705abc4695750e783532f46f56270 authored about 10 years ago
remove section about global namespace

github.com/MithrilJS/mithril.js - 49e325d9e7b02e8f9a3333461531b32eae013c29 authored about 10 years ago
#358 ignore potential meaningless error

github.com/MithrilJS/mithril.js - 76aaa782d0feefb479d7e92e24f1e473d4bb72e0 authored about 10 years ago
Merge remote-tracking branch 'origin/next' into next

github.com/MithrilJS/mithril.js - 6528099918a0b75a621863b3ed61c5e26e649828 authored about 10 years ago
don't duplicate route args when redirecting #352

github.com/MithrilJS/mithril.js - 6ef1f8ae2e2cda14ceadcac7581e8d2df5ea72de authored about 10 years ago
Merge pull request #356 from akx/patch-1

Fix typo

github.com/MithrilJS/mithril.js - d56b7cbcc559b96792bca0ca8d1af74234ae013e authored about 10 years ago
#355 prevent interop problem w/ QUnit + requireJS

github.com/MithrilJS/mithril.js - 83bc89f188002cdf5a0c855603a34d552ac8a9f3 authored about 10 years ago
Fix typo

In the TOC link title, "auto-redrawing-works" -> "auto-redrawing works"

github.com/MithrilJS/mithril.js - f2b2e5453b822a463987737e226b7b0c9014e12a authored about 10 years ago
Merge branch 'next' into perf

github.com/MithrilJS/mithril.js - 903ec1496c34d8ceb3eb2aa9faaa5f469001d2a9 authored about 10 years ago
improve comment clarity

github.com/MithrilJS/mithril.js - 1fce18069d3c081ac49ea80077d1c8b44cecf152 authored about 10 years ago
don't break input cursor in chrome

github.com/MithrilJS/mithril.js - 75567c68cc4f8e6053ef8d767a8cb04dc09a1b54 authored about 10 years ago
Merge remote-tracking branch 'origin/next' into next

github.com/MithrilJS/mithril.js - 5be3a221488a21f52d961a5dd9b2ebf8b71a9bc4 authored about 10 years ago
self-host ghbtn for https support

github.com/MithrilJS/mithril.js - d35c959424583855696bdbf1735f390c9de97d6f authored about 10 years ago
build fix and doc fixes

github.com/MithrilJS/mithril.js - 304c5a289be9b75ad2fba6e8c55b81c0b9ded087 authored about 10 years ago
Merge pull request #345 from cbowdon/typescript_ext_mod_support

Added declaration for TypeScript external module support

github.com/MithrilJS/mithril.js - 55376390ffa3a494c85dab0461817c618a4c2d3b authored about 10 years ago
Added declaration for TypeScript external module support

github.com/MithrilJS/mithril.js - 2ec0e5e0c2a864a45803423435035772caccf0e5 authored about 10 years ago
performance optimization: don't add key as an attribute

github.com/MithrilJS/mithril.js - b836cccb997572735ffd924b9726c29c5857b8f6 authored about 10 years ago
inline flatten

github.com/MithrilJS/mithril.js - 1321aec9fb27f02d9b889fda1b0f5cfb298baee6 authored about 10 years ago
remove dead code

github.com/MithrilJS/mithril.js - 6736537fcf9737a4a9a1e4f8d96a94a867c1413d authored about 10 years ago
fix broken link

github.com/MithrilJS/mithril.js - 8792714c0befca7cfd08f25084e1fd15023facb8 authored about 10 years ago
restoring state

github.com/MithrilJS/mithril.js - 394fb5922b792fcd8d33e5969dad515bddfb0375 authored about 10 years ago
Merge remote-tracking branch 'origin/next' into next

github.com/MithrilJS/mithril.js - 4a4a3a54fcade1b1e78e6bfa642231745657b36f authored about 10 years ago
polyfill.io throws error, suggest es5-shim instead

github.com/MithrilJS/mithril.js - b89568f829bf6bbd0a93be74eb295c96e81f5158 authored about 10 years ago
refactor flatten

github.com/MithrilJS/mithril.js - 59ebe873f7712ed563eaefd58fb8353dd98bdb52 authored about 10 years ago
Merge pull request #338 from AlexGalays/next

Performance tuning: Array.push instead of Array.concat

github.com/MithrilJS/mithril.js - a4b589ab3625316207042d7d563c4a3a82ef3a2d authored about 10 years ago
add post version of previous test

github.com/MithrilJS/mithril.js - a4067b085a081c6eae1c48c46ffec2417108cc46 authored about 10 years ago
update change log

github.com/MithrilJS/mithril.js - bc7f61d519b61bbc5ca214db89b51556bb14192a authored about 10 years ago
prevent stupid error on GET w/ data

github.com/MithrilJS/mithril.js - 5501d2365248f821343aca9d7ecb3aded82c429c authored about 10 years ago
Performance tuning: Push in an existing Array instance, instead of recreating an Array every time with concat.

github.com/MithrilJS/mithril.js - 7720f67ca3869a201735fe2616cecab7dda0bafc authored about 10 years ago
merge #331 clean

github.com/MithrilJS/mithril.js - 35f4d87f67abe46cd9c5fda4fb91ccaef3beb7c0 authored about 10 years ago
#337 make elements not display is="undefined" in chrome

github.com/MithrilJS/mithril.js - 90e0afde610c65c8f9c93f0c8b39634fb9c990b6 authored about 10 years ago
Merge branch 'next' of github.com:g00fy-/mithril.js into g00fy--next

Conflicts:
mithril.js
mithril.min.js
mithril.min.js.map

github.com/MithrilJS/mithril.js - c9bbfb2bbc60e5449f660c814e5d3a3dcbc2f800 authored about 10 years ago
commit min and map files

github.com/MithrilJS/mithril.js - d10266ce48d7e4ce03d3ff953c835949756972be authored about 10 years ago
publish 0.1.23

github.com/MithrilJS/mithril.js - 31a1625f59efe6e3ca91f603cc9ac4c709f06391 authored about 10 years ago
fix #336 (related: #151, #214, #288)

github.com/MithrilJS/mithril.js - 753b1abb2167f8dde4fc3dc00d76f781e32bc5a7 authored about 10 years ago
Merge pull request #334 from edwinvanrijkom/next

Adding support for custom elements that derive from a native element

github.com/MithrilJS/mithril.js - 515ba7cf9c95db8220c09777e1c83ad6f5ffd7d9 authored about 10 years ago
Adding support for custom elements that derive from a native element (i.e. <button is="my-button">).

github.com/MithrilJS/mithril.js - bb9477313a9dd14de530b966d19838edf040c0fa authored about 10 years ago
Merge pull request #333 from barneycarroll/propSafeRequest

`initialValue` property for `m.request`, with tests

github.com/MithrilJS/mithril.js - 092683382a4bea89846b560afae2fedff1d3c4e5 authored about 10 years ago
Reverting docs

github.com/MithrilJS/mithril.js - f75426c8e40a6b964c0fdef6a0f563a9b1765df0 authored about 10 years ago
Disable versioning of auto-generated archive files by default

Use `git add archive -f` to explicitly add them in

github.com/MithrilJS/mithril.js - 12aa447755f88bf7d1a266de60c516471d84a796 authored about 10 years ago
Removed accidentally committed test reports

github.com/MithrilJS/mithril.js - 4b2ded6fccb5fc4cd9e0d2894279f0aed24a47e7 authored about 10 years ago
Reverting docs edit

github.com/MithrilJS/mithril.js - a51d515e4cc5262e205a7224c80464d75be5b240 authored about 10 years ago
Merge remote-tracking branch 'upstream/next' into propSafeRequest

github.com/MithrilJS/mithril.js - b7935f8afd751e29020a285d255c02db84b7e862 authored about 10 years ago
Fixed m.request initialValue tests

github.com/MithrilJS/mithril.js - b5de0c2b4df3cb04d7d9c384df6d7a7b6fa63258 authored about 10 years ago
m.request default parameter allows immediate invocation of returned m.prop

github.com/MithrilJS/mithril.js - 71a6321c467ae33cfaeff104982418b53ca6adf3 authored about 10 years ago
chore: extract & cache commonly accessed variables

github.com/MithrilJS/mithril.js - 98794a668ed509e2df9bb3eabd7649132cfeed90 authored about 10 years ago
style: fix missing commas

github.com/MithrilJS/mithril.js - b70a3addd356fd1d1e3de6ca520a4d9760f887ce authored about 10 years ago
Merge remote-tracking branch 'origin/next' into next

github.com/MithrilJS/mithril.js - 289c02b88296cdbd813ad667e1232555f307eeec authored about 10 years ago
#308 fix template compiler m->Mithril case

github.com/MithrilJS/mithril.js - 067f91b4653a61227aeb0eddef39d0251f677295 authored about 10 years ago
Oops. Modified archives by accident.

github.com/MithrilJS/mithril.js - 1053b70d3e5b6279ada8aaa33af4f7aa1a74f484 authored about 10 years ago
Warning not to invoke background m.request as m.prop in modules

github.com/MithrilJS/mithril.js - 44f6a9a64df4a59ecc0980db7990962ce7ad54c1 authored about 10 years ago
Merge pull request #328 from Nijikokun/hotfix/docs-html-entities

Fix incorrect paren in Html Entities code block

github.com/MithrilJS/mithril.js - 320466edeb0184141b9ef4a92543c394bd63391a authored about 10 years ago
performance tuning

github.com/MithrilJS/mithril.js - a607060267cc958467c9a52d6671986405096e20 authored about 10 years ago
improve docs re: jsonp

github.com/MithrilJS/mithril.js - c7069b9ae44b8f003c5a82b207084fdb7ff57a28 authored about 10 years ago
#319 fix dynamic link w/ config:m.route

github.com/MithrilJS/mithril.js - eb9720656e6037e8ef2dc0687ea5dc4e84021844 authored about 10 years ago
Fix incorrect paren in Html Entities code block

- Swap paren to `)` instead of `(`
- Editor also removed trailing whitespaces.

github.com/MithrilJS/mithril.js - 4e080e9e5c0cb39f5bb3a32857230dfb9827e88e authored about 10 years ago
change test port

github.com/MithrilJS/mithril.js - 2193a753ccbbddd94fd0a35b36e0c3d9b5bd9ff8 authored about 10 years ago
#317 resolve w/ empty array if empty array

github.com/MithrilJS/mithril.js - cb296f6832295da9a6458507b5c6d8e55bec17c2 authored about 10 years ago
revert last push

github.com/MithrilJS/mithril.js - 19f5878592c1a4458e4c6c407cecfbabfad39925 authored about 10 years ago
add error message for case of bad serialize

github.com/MithrilJS/mithril.js - 3a0439de04ae76f5eb097b224cb7d60059c547a8 authored about 10 years ago
fix order issue when trusted content is mixed with other siblings,

fix js error when child is a random object
make home demo more minimalist
add explanation about m...

github.com/MithrilJS/mithril.js - c980fd9b667c83ac704fd283fa03039a1afee70d authored about 10 years ago
fix global pollution

github.com/MithrilJS/mithril.js - b65252d38b8428d96dbf942ed6d2fb4ebd6e3bd1 authored about 10 years ago