Ecosyste.ms: OpenCollective

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

mobx

The transparent reactive programming library
Collective - Host: opensource - https://opencollective.com/mobx - Code: https://github.com/mobxjs/mobx

added MIT license

github.com/mobxjs/mobx - f0cde8d23feedff008bb4a0c1a1bfd3f068246f7 authored over 9 years ago by Michel Weststrate <[email protected]>
merged master back into development

github.com/mobxjs/mobx - 239d9389e65be02a4bc127a0648f492c491d3171 authored over 9 years ago by Michel Weststrate <[email protected]>
.d.ts file is now build automatically :)

github.com/mobxjs/mobx - f27456481ec54b920a9a70de426be82e6d3fc7a7 authored over 9 years ago by Michel Weststrate <[email protected]>
made typings reusable

github.com/mobxjs/mobx - 85f98021d22f20dd6a59cc5de23a11fd4ac49c35 authored over 9 years ago by Michel Weststrate <[email protected]>
improved test structure so that real imports can be used

github.com/mobxjs/mobx - 2c6def2f92039d666bbcd3a029bae5c65c0d568f authored over 9 years ago by Michel Weststrate <[email protected]>
introduced turnObservablesIntoProperties

github.com/mobxjs/mobx - 7a461820fd6564a3061947916636e4e07f9b9c42 authored over 9 years ago by Michel Weststrate <[email protected]>
added array.remove

github.com/mobxjs/mobx - 1c9da732653536f2e8c95525ca872c2ff4fe3092 authored over 9 years ago by Michel Weststrate <[email protected]>
added warnings about side effects

github.com/mobxjs/mobx - 1abc62efd220367703d6d980ce3943914e6d14bc authored over 9 years ago by Michel Weststrate <[email protected]>
array.find args according to mdn description

github.com/mobxjs/mobx - bff7e41063a52fe8ef9bf30e7f9b44a6eada7464 authored over 9 years ago by Michel Weststrate <[email protected]>
added array.find

github.com/mobxjs/mobx - deb6dfd82d1ea927ca74989aadbbdb4e5c8389a5 authored over 9 years ago by Michel Weststrate <[email protected]>
.d.ts file cleanup

github.com/mobxjs/mobx - 8ba802db4144edf78ebe5004aa9887cc75e4b930 authored over 9 years ago by Michel Weststrate <[email protected]>
mobservable.batch now returns the value of its batch function

github.com/mobxjs/mobx - 95929249f18f55396dfbdea7a3b6e08fa695925a authored over 9 years ago by Michel Weststrate <[email protected]>
Published version 0.3.2

github.com/mobxjs/mobx - f0249b3d6ad33ee2d254e36169c76e25cb2655e0 authored over 9 years ago by Michel Weststrate <[email protected]>
added typings for arrays

github.com/mobxjs/mobx - bf974e01b66804478c544c9b642fd929db30ff0c authored over 9 years ago by Michel Weststrate <[email protected]>
dropped onReady / onceReady, less is more :)

github.com/mobxjs/mobx - 99b82c908a76347e356b4500df607ac56a7faf9d authored over 9 years ago by Michel Weststrate <[email protected]>
implemented mobservable.props

github.com/mobxjs/mobx - a4c321aa74eba51d00de31838eab4d34d01bb0ad authored over 9 years ago by Michel Weststrate <[email protected]>
fixed array.reverse and array.sort, introduced array.clone

github.com/mobxjs/mobx - 9275dec56e8fb872c64da4fcdd4973a8c0e90a6b authored over 9 years ago by Michel Weststrate <[email protected]>
Published version 0.3.1

github.com/mobxjs/mobx - 4372fa9f2b8b4adef91960ba015c8106eaac6680 authored over 9 years ago by Michel Weststrate <[email protected]>
faster array initialization

github.com/mobxjs/mobx - ed4238a1b579b94cbe539a74bab9d359f41c13c8 authored over 9 years ago by Michel Weststrate <[email protected]>
cleanup, small optimizations

github.com/mobxjs/mobx - 219f9be3fe86a00e3eae34bab29b8228293dbb64 authored over 9 years ago by Michel Weststrate <[email protected]>
Run configuration for Visual Studio Code

github.com/mobxjs/mobx - 9abe0fc5340c1f34a70df2817c0a5c1e021b18b9 authored over 9 years ago by Michel Weststrate <[email protected]>
made array initialization 300 times faster. Hooray :)

github.com/mobxjs/mobx - 50905228eb1b0c0f818b1ebd0e77ff6745ae19f4 authored over 9 years ago by Michel Weststrate <[email protected]>
fast observable arrays WIP

github.com/mobxjs/mobx - 903105f7ec5582d3560aff84cc61445253ecb7b9 authored over 9 years ago by Michel Weststrate <[email protected]>
made array initializatino 3 times cheaper

github.com/mobxjs/mobx - 91e4fc2bae99fe1e29da38f4beec5af487cf9d42 authored over 9 years ago by Michel Weststrate <[email protected]>
more tests

github.com/mobxjs/mobx - b8b53ae1fd9b57941dc1aa4c74c829bab83bde97 authored over 9 years ago by Michel Weststrate <[email protected]>
Fixed coverage file path

github.com/mobxjs/mobx - c080d974abd06c6ea80b6a593652412125062fda authored over 9 years ago by Michel Weststrate <[email protected]>
record coverage information in travis builds

github.com/mobxjs/mobx - 6f29d9d80815c16601888c86fed6e95250154ced authored over 9 years ago by Michel Weststrate <[email protected]>
Published version 0.3.0

github.com/mobxjs/mobx - 3b73b2e513272c8d8a4f5c8aa1a10261257314b2 authored over 9 years ago by Michel Weststrate <[email protected]>
made sure coveralls can access code

github.com/mobxjs/mobx - a61756b78f2f2f3bb94efd61fc5dbf6a5f2dcccd authored over 9 years ago by Michel Weststrate <[email protected]>
optimization: count the number of stale dependencies (+ ~15%)

github.com/mobxjs/mobx - 2cd996ee30ac800f14488a9186c7d1f1b32216e6 authored over 9 years ago by Michel Weststrate <[email protected]>
use TS 1.5 features

github.com/mobxjs/mobx - 807183c7808c616fba9be176bfed7c45a59220cb authored over 9 years ago by Michel Weststrate <[email protected]>
code cleanup

github.com/mobxjs/mobx - 327ebee57eb8643370c969b86b112379118abc2e authored over 9 years ago by Michel Weststrate <[email protected]>
tyding up code, wip

github.com/mobxjs/mobx - c2331a8e0ab2ad92d4bb8c90f9f30f516405a6d3 authored over 9 years ago by Michel Weststrate <[email protected]>
Bye tabs, hi spaces. All four of you.

github.com/mobxjs/mobx - 121605380727792ec1cf7ae7d709f6926549de0a authored over 9 years ago by Michel Weststrate <[email protected]>
removed dependency on node eventEmitter, by providing a small event emitter system. so that mobservables can run standolone in the browser

github.com/mobxjs/mobx - 975c5f34a048e37f36fe6fc9c9d6a14f78d43529 authored over 9 years ago by Michel Weststrate <[email protected]>
Published version 0.2.5

github.com/mobxjs/mobx - e3dfbc8c5a1ce24d024c27dec48b3988086ac858 authored over 9 years ago by Michel Weststrate <[email protected]>
Merge branch 'development': removed unecesary warning, added grunt tasks for coverage, added coveralls.io and travis-ci integration. Removed memwatch

github.com/mobxjs/mobx - 5edfe7b2047ee38f7505e22d6977a84cd70a479b authored over 9 years ago by Michel Weststrate <[email protected]>
badge improvements

github.com/mobxjs/mobx - 45a80bedd03aa16b1d5ad27508aa86599302d4e8 authored over 9 years ago by Michel Weststrate <[email protected]>
Badges!

github.com/mobxjs/mobx - 7bcc28b6991722069c94641f4631eebc39f837fd authored over 9 years ago by Michel Weststrate <[email protected]>
..4

github.com/mobxjs/mobx - c1bb53d31f5520d8b1ec13c117569cdff46da789 authored over 9 years ago by Michel Weststrate <[email protected]>
attempt 3...

github.com/mobxjs/mobx - 1ba607a442159570b4546273f94ab544d63c43d7 authored over 9 years ago by Michel Weststrate <[email protected]>
second attempt on coveralls..

github.com/mobxjs/mobx - 20c64303f35afd2380d9f95955aa9d9896e1eeaf authored over 9 years ago by Michel Weststrate <[email protected]>
tried to add coveralls

github.com/mobxjs/mobx - 7a8a48ccfd63cbaf411928c415d56cc92ea74112 authored over 9 years ago by Michel Weststrate <[email protected]>
removed memwatch requirement, for reliable build on most platforms

github.com/mobxjs/mobx - 4f92c2728061b7a1297a61a567f0a4f701106a93 authored over 9 years ago by Michel Weststrate <[email protected]>
Published version 0.2.4

github.com/mobxjs/mobx - cab47d07c7cb65748f9845dd5275e4b05f05284b authored over 9 years ago by Michel Weststrate <[email protected]>
Published version 0.2.3

github.com/mobxjs/mobx - 7fa4e7cd8be989aa98e44eb9af252280ce685c9f authored over 9 years ago by Michel Weststrate <[email protected]>
Published version 0.2.4

github.com/mobxjs/mobx - 5116f8f552396dc1cf4c4db5ecdf9c51c2b48c2f authored over 9 years ago by Michel Weststrate <[email protected]>
travis fixes(?)

github.com/mobxjs/mobx - 09725b8b05138a3c5f8d3832269e044493184d8a authored over 9 years ago by Michel Weststrate <[email protected]>
added travis config

github.com/mobxjs/mobx - eab0c2008f1630ba545ab7bd3ac314ecadfc851c authored over 9 years ago by Michel Weststrate <[email protected]>
Merge branch 'development'

github.com/mobxjs/mobx - c3f1be95f197c42e009ecfad36ea87a5b67a0aef authored over 9 years ago by Michel Weststrate <[email protected]>
implemented array.toJSON, more tests, fixed minor issue in array cleanup

github.com/mobxjs/mobx - 10289e357baa842720dfc2dec2454e559397ae6e authored over 9 years ago by Michel Weststrate <[email protected]>
Published version 0.2.3

github.com/mobxjs/mobx - 021adcb4332f2ca73cb24cce6bc81ee317a65f73 authored over 9 years ago by Michel Weststrate <[email protected]>
splice is now completely according to specs, even with weird arguments

github.com/mobxjs/mobx - fb95598e457e6ccc5e2ab27bfbc42c1b0996328b authored over 9 years ago by Michel Weststrate <[email protected]>
Array.observe now provides callback data according to ES7 Array.observe, fixed array.pop()

github.com/mobxjs/mobx - c9e39531de326ea3b1382a549edfb1499c94448a authored over 9 years ago by Michel Weststrate <[email protected]>
push commits and tags

github.com/mobxjs/mobx - d4dbed5b321ce8bdc4827b78b8c71e98c88557d5 authored over 9 years ago by Michel Weststrate <[email protected]>
Published version 0.2.2

github.com/mobxjs/mobx - c2fd505403caddb9ff78ecbfa639ee67e9bff9c2 authored over 9 years ago by Michel Weststrate <[email protected]>
implemented mobservable.observeProperty

github.com/mobxjs/mobx - 524d4fdcff198c6062d2781a98c25581a8237849 authored over 9 years ago by Michel Weststrate <[email protected]>
Implemented @observable annotation, improved typings, added typescript tests

github.com/mobxjs/mobx - 8cc7fc0e20c000db660037c8b5c9d944fe4155d9 authored over 9 years ago by Michel Weststrate <[email protected]>
Published version 0.2.1

github.com/mobxjs/mobx - abb9172dc052a4e7d365db527ce3ee1dbb831a15 authored over 9 years ago by Michel Weststrate <[email protected]>
fixed unecessary warnings for non-computed properties

github.com/mobxjs/mobx - 98061233d3b6cb1b860ff6f5fbf099c35be7c2fd authored over 9 years ago by Michel Weststrate <[email protected]>
Published version 0.2.0

github.com/mobxjs/mobx - 092372484bf9c44034352fca6e2d7142a27775a3 authored over 9 years ago by Michel Weststrate <[email protected]>
updated typings

github.com/mobxjs/mobx - 2ea94ed863049344369dfb12abd8ff8ef3e6bd1b authored over 9 years ago by Michel Weststrate <[email protected]>
Feature: initializeObservableProperties to convert observables to properties

github.com/mobxjs/mobx - 27986a5a2245e9f8366711eb21fb236b4785d9dd authored over 9 years ago by Michel Weststrate <[email protected]>
Implemented error handling and improved cycle detection

- Observables now recover after resolving a cycle
- Error thrown by computed functions are now h...

github.com/mobxjs/mobx - 11e31dd12f4a7ef8d5c70573e63ceb0b6120d377 authored over 9 years ago by Michel Weststrate <[email protected]>
updated todo list

github.com/mobxjs/mobx - f2f1291aaddc71cfe5e42dccd638c9c4768cea93 authored over 9 years ago by Michel Weststrate <[email protected]>
optimization, + ~15%: if a computed value is sleeping, skip waking up tracking dependencies when its value is inspected

github.com/mobxjs/mobx - 1de233a8ce5037016e8869cfe4a785d35eb88026 authored over 9 years ago by Michel Weststrate <[email protected]>
added extensive test for lazy evaluation

github.com/mobxjs/mobx - 6207801ef8afb01a0de642004f0ad19b9e7cb182 authored over 9 years ago by Michel Weststrate <[email protected]>
made sure internal state is cleaned up after detecting a cycle

github.com/mobxjs/mobx - 6aa5ea379ca77bd6d5e3f2505e5c37227276f17e authored over 9 years ago by Michel Weststrate <[email protected]>
improved tests, added todo's

github.com/mobxjs/mobx - 0b0032fc35910b0ee1a892a03bce32f1a0a91e01 authored over 9 years ago by Michel Weststrate <[email protected]>
Fixed issue with sleeping to soon when having observers, improved tests

github.com/mobxjs/mobx - f9d4bcd4a0712b1ac537e3a7004be6b5de645ce5 authored over 9 years ago by Michel Weststrate <[email protected]>
Implemented sleeping / lazy computed functions. speed is almost doubled, but probably because most tests don't have explicit observers during changes. memore footprint is also smaller

github.com/mobxjs/mobx - 9babb0d8e8442448854689e36e62a54b23aaed76 authored over 9 years ago by Michel Weststrate <[email protected]>
fixed another error in the readme

github.com/mobxjs/mobx - a63b4a199e758ca28bdb1cf000dfba802bba8c1f authored over 9 years ago by Michel Weststrate <[email protected]>
Published version 0.1.3

github.com/mobxjs/mobx - df10bbeed977f36613d42ebce720572357ac51e3 authored over 9 years ago by Michel Weststrate <[email protected]>
fixed error in readmy

github.com/mobxjs/mobx - 147992ea6968ae08af1dbbbc54b3dc35ce4487fc authored over 9 years ago by Michel Weststrate <[email protected]>
added notes about to use mobservables in typescript

github.com/mobxjs/mobx - 5ffdb1e890b3403e0da73e7d00877875a8b3942d authored over 9 years ago by Michel Weststrate <[email protected]>
Fixed unit tests related to rethrowing errors and make sure doesn't generate unnecessary warnings

github.com/mobxjs/mobx - edbf002e8d80a0e56ead4fa55ab6c154312cbe7e authored over 9 years ago by Michel Weststrate <[email protected]>
Fixed issue with length assignments

github.com/mobxjs/mobx - b8e8df37f11a32fcbbafeb5bb07c9cb9d91ce7bf authored over 9 years ago by Michel Weststrate <[email protected]>
perform garbage collection during performance tests

github.com/mobxjs/mobx - b7f7db423fdafe783c2532d6683fac87cbb9a034 authored over 9 years ago by Michel Weststrate <[email protected]>
save some memory by cleaning up arrays after use

github.com/mobxjs/mobx - 6781f133a174207f2a1703633b838adc21660e04 authored over 9 years ago by Michel Weststrate <[email protected]>
schedule ready at the latest responsible moment

github.com/mobxjs/mobx - 0fdf3273f3c68b2742bb0a83b46842ca3f58f2b2 authored over 9 years ago by Michel Weststrate <[email protected]>
improved error handling and performance of the scheduler, to make sure that exception throwing functions cannot creat an inconsistent internal state of the DNode tree

github.com/mobxjs/mobx - d1bc950238dc5ab4df2f6ed992c452be7bd4424f authored over 9 years ago by Michel Weststrate <[email protected]>
push tags and commits

github.com/mobxjs/mobx - 9809b7f460b5cc67aa8dcebc5167e0894688a47d authored over 9 years ago by Michel Weststrate <[email protected]>
Added some warnings to the code and readme

github.com/mobxjs/mobx - 648e1ddef0bc1f6c683a70dfd958a81e7223d6b7 authored over 9 years ago by Michel Weststrate <[email protected]>
Published version 0.1.2

github.com/mobxjs/mobx - c2dceab4c2fed38de2faaa70122ad7489b46d439 authored over 9 years ago by Michel Weststrate <[email protected]>
no global export function in favor of clean typescript imports...

github.com/mobxjs/mobx - 558df55cc8e8dbd286a71db4b2887d79f57dbba5 authored over 9 years ago by Michel Weststrate <[email protected]>
Published version 0.1.1

github.com/mobxjs/mobx - d494d528da2383617607af11f5116817ac0c0b19 authored over 9 years ago by Michel Weststrate <[email protected]>
mobservable function is not decently required when exported as variables, so work around that with an verbose import statement: 'var mobservable:MobservableStatic = require('mobservable');' :'(

github.com/mobxjs/mobx - 6fa22399f6e233b61924d458f69ef1e7495a7e7f authored over 9 years ago by Michel Weststrate <[email protected]>
Published version 0.1.0

github.com/mobxjs/mobx - 69e76634f171f6ff7094d5cc197763ed1f6faf0a authored over 9 years ago by Michel Weststrate <[email protected]>
documented mobservable.array()

github.com/mobxjs/mobx - dd04f2ee357b156be4ab01d68ac1a95497d95127 authored over 9 years ago by Michel Weststrate <[email protected]>
Updated readme and typings according to rename

github.com/mobxjs/mobx - 83f5cc279c3bdc304df0c0306821cde17f63bce1 authored over 9 years ago by Michel Weststrate <[email protected]>
renames, renames, global exported function

github.com/mobxjs/mobx - 14f1e481511ab15dd2e8bf42ae6b184233abfe26 authored over 9 years ago by Michel Weststrate <[email protected]>
Merge branch 'observable-array'

github.com/mobxjs/mobx - fe33dddcc1159120c62d46ece6e70fd6afc1e3e3 authored over 9 years ago by Michel Weststrate <[email protected]>
Fixed issue with splice default arguments

github.com/mobxjs/mobx - 02e7a497d6a0b4ea1f8e0a4c4139b9243f544b89 authored over 9 years ago by Michel Weststrate <[email protected]>
Added decent build scripts and such.

github.com/mobxjs/mobx - 33cb525a7615a04f377e476dd6af97f35373663d authored over 9 years ago by Michel Weststrate <[email protected]>
wrote linear order diff algorithm to effectively detect changes in dependencies, gains ~25% on the test suite

github.com/mobxjs/mobx - 10a229d5ff5f4f3436b8aa42a24e5801b7928615 authored over 9 years ago by Michel Weststrate <[email protected]>
Disabling check whether items are already in the observers list improves performance about ~8%

github.com/mobxjs/mobx - 91cec720a39a8e7a39ba78da892f268f7e66acfb authored over 9 years ago by Michel Weststrate <[email protected]>
additional performance test: order/order line system

github.com/mobxjs/mobx - 1d9eda9b2b0a3b5051872c975881888194995f0b authored over 9 years ago by Michel Weststrate <[email protected]>
fixed issue with wrapped array functions

github.com/mobxjs/mobx - 109c35acbd778c79b54c2ce57bde0c56d8743137 authored almost 10 years ago by Michel Weststrate <[email protected]>
optimizations in progress

github.com/mobxjs/mobx - 11964002dbed9f301b7d7d21189db22548b4c4c4 authored almost 10 years ago by Michel Weststrate <[email protected]>
WIP

github.com/mobxjs/mobx - c05a441d50584c448814823e298d377521fdba63 authored almost 10 years ago by Michel Weststrate <[email protected]>