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
In contrast to the spec, observableArray.sort is actually an alias for observableArray.slice.sort, see #90
github.com/mobxjs/mobx - bd8360a4465b60d1d2db0a729d433cba9fde1615 authored about 9 years ago
github.com/mobxjs/mobx - bd8360a4465b60d1d2db0a729d433cba9fde1615 authored about 9 years ago
simplified travis build
github.com/mobxjs/mobx - 90911e44b7c17d494fbf836fd17f8feb737c22bc authored about 9 years ago
github.com/mobxjs/mobx - 90911e44b7c17d494fbf836fd17f8feb737c22bc authored about 9 years ago
Improved cycle detection (#86) and global state management.
github.com/mobxjs/mobx - 376d75ff6c4cc6925b2db0cb87cd96af635cc8fd authored about 9 years ago
github.com/mobxjs/mobx - 376d75ff6c4cc6925b2db0cb87cd96af635cc8fd authored about 9 years ago
disabled browser tests on travis for now
github.com/mobxjs/mobx - 71d41e57450a003216c4307c740b7738c0d9873c authored about 9 years ago
github.com/mobxjs/mobx - 71d41e57450a003216c4307c740b7738c0d9873c authored about 9 years ago
Published version 1.2.2
github.com/mobxjs/mobx - 65bdfda98e43ff73bcec94320bd56859f6620cd5 authored about 9 years ago
github.com/mobxjs/mobx - 65bdfda98e43ff73bcec94320bd56859f6620cd5 authored about 9 years ago
simplified extras namespace and tests
github.com/mobxjs/mobx - 512358c566c71738d8268c73b60d7e6e61fcda15 authored about 9 years ago
github.com/mobxjs/mobx - 512358c566c71738d8268c73b60d7e6e61fcda15 authored about 9 years ago
Use tap-dot for nicer test output
github.com/mobxjs/mobx - 86a6d0b2f74f4f18802258a7c48e0ac5d0775a78 authored about 9 years ago
github.com/mobxjs/mobx - 86a6d0b2f74f4f18802258a7c48e0ac5d0775a78 authored about 9 years ago
Fixed several tests
github.com/mobxjs/mobx - e4c9673c7fd736ec542c327d41fcec0337369bf8 authored about 9 years ago
github.com/mobxjs/mobx - e4c9673c7fd736ec542c327d41fcec0337369bf8 authored about 9 years ago
optimizations
github.com/mobxjs/mobx - 93f220989deab6047480dfed078e958c5973f279 authored about 9 years ago
github.com/mobxjs/mobx - 93f220989deab6047480dfed078e958c5973f279 authored about 9 years ago
ensure the same set of observers that got a dirty is readied again
github.com/mobxjs/mobx - ceb74fe089b09a9b403f204b4493e03f4e938e2f authored about 9 years ago
github.com/mobxjs/mobx - ceb74fe089b09a9b403f204b4493e03f4e938e2f authored about 9 years ago
don't fail if GC is not available
github.com/mobxjs/mobx - 0747667e08fcea00217404a7fb12c58a1d97d222 authored about 9 years ago
github.com/mobxjs/mobx - 0747667e08fcea00217404a7fb12c58a1d97d222 authored about 9 years ago
bower config
github.com/mobxjs/mobx - 8b7039878d6b71087f931dd2967426ff2d63ec1e authored about 9 years ago
github.com/mobxjs/mobx - 8b7039878d6b71087f931dd2967426ff2d63ec1e authored about 9 years ago
Cherry picked: Stabilized performance test by using garbage collector
github.com/mobxjs/mobx - 0889c1b67368040d08f07a1cabcc0c98cf16d0bd authored about 9 years ago
github.com/mobxjs/mobx - 0889c1b67368040d08f07a1cabcc0c98cf16d0bd authored about 9 years ago
Use garbage collector in performance tests for stabler results
github.com/mobxjs/mobx - cb6aa3b0cd4bd8edd72f646ddf9be2a336f24fc4 authored about 9 years ago
github.com/mobxjs/mobx - cb6aa3b0cd4bd8edd72f646ddf9be2a336f24fc4 authored about 9 years ago
Observable tests succeed now!
github.com/mobxjs/mobx - b8fef936e2582a060d8bb0a993180a7e03e1b3a3 authored about 9 years ago
github.com/mobxjs/mobx - b8fef936e2582a060d8bb0a993180a7e03e1b3a3 authored about 9 years ago
WIP, fixed untracked, lots of errors and tests
github.com/mobxjs/mobx - cc3c48e49dca575f847c2ef6c565ea8ee71108fe authored about 9 years ago
github.com/mobxjs/mobx - cc3c48e49dca575f847c2ef6c565ea8ee71108fe authored about 9 years ago
compilable implementation
github.com/mobxjs/mobx - 74564515ac7e98bc3a07a0f116e4687267511b49 authored about 9 years ago
github.com/mobxjs/mobx - 74564515ac7e98bc3a07a0f116e4687267511b49 authored about 9 years ago
Published version 1.2.1
github.com/mobxjs/mobx - d31a820c1592ec4903384267becc2ef2d2d2fe13 authored about 9 years ago
github.com/mobxjs/mobx - d31a820c1592ec4903384267becc2ef2d2d2fe13 authored about 9 years ago
computed values now yield correct values if inspected in a transaction
github.com/mobxjs/mobx - 5c34b0d3d6ae28257bd4bb4b6fe0ab912a4c6b9a authored about 9 years ago
github.com/mobxjs/mobx - 5c34b0d3d6ae28257bd4bb4b6fe0ab912a4c6b9a authored about 9 years ago
inspecting a value in a transaction now yiels a correct value
github.com/mobxjs/mobx - 2cb722c7b734a131c6c25255ac575d838b904f0a authored about 9 years ago
github.com/mobxjs/mobx - 2cb722c7b734a131c6c25255ac575d838b904f0a authored about 9 years ago
Merge branch 'master' into feature/better-transactions
github.com/mobxjs/mobx - 7de3ba4b103de2b1f4e21a1ec900267b58853885 authored about 9 years ago
github.com/mobxjs/mobx - 7de3ba4b103de2b1f4e21a1ec900267b58853885 authored about 9 years ago
Published version 1.2.0
github.com/mobxjs/mobx - 9a10805ffe169deb46f45f405e6e082fa4655feb authored about 9 years ago
github.com/mobxjs/mobx - 9a10805ffe169deb46f45f405e6e082fa4655feb authored about 9 years ago
Swapped onCleanup arguments as suggested in #67
github.com/mobxjs/mobx - f5bd21b901b6b9b02755c10d2108889d72eeb461 authored about 9 years ago
github.com/mobxjs/mobx - f5bd21b901b6b9b02755c10d2108889d72eeb461 authored about 9 years ago
Added simple serialization performance tests
github.com/mobxjs/mobx - 3ea1f4af20a51a1cb30be3e4a55ec8f964a8c495 authored about 9 years ago
github.com/mobxjs/mobx - 3ea1f4af20a51a1cb30be3e4a55ec8f964a8c495 authored about 9 years ago
Optimized performance baseline a bit.
Still signifcant slower
github.com/mobxjs/mobx - ab12dab3b048ec42c07d49845cce5d3ef9a4aee8 authored about 9 years ago
added performance baseline
github.com/mobxjs/mobx - a2aacd71e6647d6191392c01f6f695a8353d3d6a authored about 9 years ago
github.com/mobxjs/mobx - a2aacd71e6647d6191392c01f6f695a8353d3d6a authored about 9 years ago
Merge branch 'master' into feature/transform
github.com/mobxjs/mobx - 74e97c7f03190eba83c009d40a39d46d8acadbc3 authored about 9 years ago
github.com/mobxjs/mobx - 74e97c7f03190eba83c009d40a39d46d8acadbc3 authored about 9 years ago
Published version 1.1.8
github.com/mobxjs/mobx - e380603c66f88d2ded3bb7fa654eb4fb694313ca authored about 9 years ago
github.com/mobxjs/mobx - e380603c66f88d2ded3bb7fa654eb4fb694313ca authored about 9 years ago
Implemented #59, isObservable, observe now supports a propertyname as second param
github.com/mobxjs/mobx - 693d2d4647b5f773887fec235f793a5d4eb92354 authored about 9 years ago
github.com/mobxjs/mobx - 693d2d4647b5f773887fec235f793a5d4eb92354 authored about 9 years ago
ignore .vscode files
github.com/mobxjs/mobx - ab9953c812b2b37a6676c0f2ca8c3a120a55c7aa authored about 9 years ago
github.com/mobxjs/mobx - ab9953c812b2b37a6676c0f2ca8c3a120a55c7aa authored about 9 years ago
computed values work again!
github.com/mobxjs/mobx - 46ec1d830701d3f65c0b175dd064858a52b696d5 authored about 9 years ago
github.com/mobxjs/mobx - 46ec1d830701d3f65c0b175dd064858a52b696d5 authored about 9 years ago
Published version 1.1.7
github.com/mobxjs/mobx - bf8fcc4120755c1b3405af90be641f123e8b4ce9 authored about 9 years ago
github.com/mobxjs/mobx - bf8fcc4120755c1b3405af90be641f123e8b4ce9 authored about 9 years ago
Fixed #77: ensure that consumers with --noImplicitAny can build
github.com/mobxjs/mobx - dc7bb5d8bc29d96f9c90b141682e8a2bbf18bf09 authored about 9 years ago
github.com/mobxjs/mobx - dc7bb5d8bc29d96f9c90b141682e8a2bbf18bf09 authored about 9 years ago
Merge pull request #76 from chicoxyzzy/patch-1
fix link
github.com/mobxjs/mobx - 56f1f941cf921ae9ff5dfd1c46e15704073ea54a authored about 9 years ago
fix link
github.com/mobxjs/mobx - ce48d45e62a703878ba181725602835b2c170726 authored about 9 years ago
github.com/mobxjs/mobx - ce48d45e62a703878ba181725602835b2c170726 authored about 9 years ago
restructuring in progress
github.com/mobxjs/mobx - bf6b9e4e3a9d54a0fa48f723c476e45d03fed196 authored about 9 years ago
github.com/mobxjs/mobx - bf6b9e4e3a9d54a0fa48f723c476e45d03fed196 authored about 9 years ago
Published version 1.1.6
github.com/mobxjs/mobx - f55d596e2d33f1f188c109715f4e9edc6e9331d8 authored about 9 years ago
github.com/mobxjs/mobx - f55d596e2d33f1f188c109715f4e9edc6e9331d8 authored about 9 years ago
Cherry-picked `fastArray` and `peek` from feature/transform, see #68
github.com/mobxjs/mobx - 3fe8e71dc671dc1309bcd587962511e4527f8669 authored about 9 years ago
github.com/mobxjs/mobx - 3fe8e71dc671dc1309bcd587962511e4527f8669 authored about 9 years ago
Implemented `fastArray` and `peek`, see #68
github.com/mobxjs/mobx - a89e8dff0ec7db4fec65004c12ad6e08ea798a43 authored about 9 years ago
github.com/mobxjs/mobx - a89e8dff0ec7db4fec65004c12ad6e08ea798a43 authored about 9 years ago
removed comment
github.com/mobxjs/mobx - 06000a9bc34f7f6c04ebb05d9b905d6adc03aedc authored about 9 years ago
github.com/mobxjs/mobx - 06000a9bc34f7f6c04ebb05d9b905d6adc03aedc authored about 9 years ago
Published version 1.1.5
github.com/mobxjs/mobx - 543a4e495ee2bf92ef641baf77c20a9ce5a016fd authored about 9 years ago
github.com/mobxjs/mobx - 543a4e495ee2bf92ef641baf77c20a9ce5a016fd authored about 9 years ago
Fixed #71, transaction influencing running computation
github.com/mobxjs/mobx - 2cd9f16bb54f4e290a08c280f284337ae3653b22 authored about 9 years ago
github.com/mobxjs/mobx - 2cd9f16bb54f4e290a08c280f284337ae3653b22 authored about 9 years ago
Don't create new properties for each instance (and kill enumerability)
github.com/mobxjs/mobx - 94151c24d74d1bd605c8f2a8e6e7ddcb98995399 authored about 9 years ago
github.com/mobxjs/mobx - 94151c24d74d1bd605c8f2a8e6e7ddcb98995399 authored about 9 years ago
faster arrays
github.com/mobxjs/mobx - a6ac0c1f59d9e2efd03f805ecc9866d7ce4ca996 authored about 9 years ago
github.com/mobxjs/mobx - a6ac0c1f59d9e2efd03f805ecc9866d7ce4ca996 authored about 9 years ago
more strict pre conditions for createTransformer
github.com/mobxjs/mobx - c7c430fef7038002777edd126eb208824ed2d4d6 authored about 9 years ago
github.com/mobxjs/mobx - c7c430fef7038002777edd126eb208824ed2d4d6 authored about 9 years ago
Merge branch 'kmalakoff-feature/transform' into feature/transform
github.com/mobxjs/mobx - 45511ba662a8422e52dee0577a8eb242dd3ef39d authored about 9 years ago
github.com/mobxjs/mobx - 45511ba662a8422e52dee0577a8eb242dd3ef39d authored about 9 years ago
Merge branch 'feature/transform' of https://github.com/kmalakoff/mobservable into kmalakoff-feature/transform
github.com/mobxjs/mobx - 55eda9cb944c04e2303a9c0edb6ec2d4f4a33751 authored about 9 years ago
github.com/mobxjs/mobx - 55eda9cb944c04e2303a9c0edb6ec2d4f4a33751 authored about 9 years ago
Added more tests. Removed root controller as discussed #67
github.com/mobxjs/mobx - e4322a4186d6a3818d6da5dde528e4a148a282dd authored about 9 years ago
github.com/mobxjs/mobx - e4322a4186d6a3818d6da5dde528e4a148a282dd authored about 9 years ago
Rename find, map, and transform arguments more consistently with underscore
github.com/mobxjs/mobx - be7ed2663a179eecdbcad72342af68e3288405ad authored about 9 years ago
github.com/mobxjs/mobx - be7ed2663a179eecdbcad72342af68e3288405ad authored about 9 years ago
Transform: added tag tests. Fixed problem with wrong dependency set up.
github.com/mobxjs/mobx - 125af2112aba34bd021f59edafa0ec03f2f7975f authored about 9 years ago
github.com/mobxjs/mobx - 125af2112aba34bd021f59edafa0ec03f2f7975f authored about 9 years ago
Remove comment
github.com/mobxjs/mobx - f94a880734d364d2926925c7d88ad440047de5a2 authored about 9 years ago
github.com/mobxjs/mobx - f94a880734d364d2926925c7d88ad440047de5a2 authored about 9 years ago
Transform: refactored tests and added test for render-only observable
github.com/mobxjs/mobx - 96e86925ac9a7ac17f014fd4aa1f989c73e378bb authored about 9 years ago
github.com/mobxjs/mobx - 96e86925ac9a7ac17f014fd4aa1f989c73e378bb authored about 9 years ago
Refactor for modular testing
github.com/mobxjs/mobx - 5db85c26c09954b9a17acb67f24f493136ef9268 authored about 9 years ago
github.com/mobxjs/mobx - 5db85c26c09954b9a17acb67f24f493136ef9268 authored about 9 years ago
Transform: expanded / collapsed
github.com/mobxjs/mobx - 9c82e95afd6b36e914b9ce06e756af4d5fcadff1 authored about 9 years ago
github.com/mobxjs/mobx - 9c82e95afd6b36e914b9ce06e756af4d5fcadff1 authored about 9 years ago
Transform: added lifecycle checks
github.com/mobxjs/mobx - 122bef1529f9ce728845690aa47c11db0a69227b authored about 9 years ago
github.com/mobxjs/mobx - 122bef1529f9ce728845690aa47c11db0a69227b authored about 9 years ago
Work in progress on transform tests
github.com/mobxjs/mobx - 688b1f867a4b336aa3fa65b82bbbc88cd6c09da1 authored about 9 years ago
github.com/mobxjs/mobx - 688b1f867a4b336aa3fa65b82bbbc88cd6c09da1 authored about 9 years ago
Added youtube link to Reactive2015 talk
github.com/mobxjs/mobx - 392b345df39aef88ac9077289d6623bf86d7fe99 authored about 9 years ago
github.com/mobxjs/mobx - 392b345df39aef88ac9077289d6623bf86d7fe99 authored about 9 years ago
Reactive graph transformations WIP: See #67
github.com/mobxjs/mobx - ad21f3c618025937fe81d7657aa298cab054b0e0 authored about 9 years ago
github.com/mobxjs/mobx - ad21f3c618025937fe81d7657aa298cab054b0e0 authored about 9 years ago
Published version 1.1.4
github.com/mobxjs/mobx - 5e14b97d4af3b9c4013372a5cc9a0f8ea49ae978 authored about 9 years ago
github.com/mobxjs/mobx - 5e14b97d4af3b9c4013372a5cc9a0f8ea49ae978 authored about 9 years ago
Added tests to verify bug & solution of #65, #66
github.com/mobxjs/mobx - 29e546706ac7b6d2638e0ded9528b697fc40bbe9 authored about 9 years ago
github.com/mobxjs/mobx - 29e546706ac7b6d2638e0ded9528b697fc40bbe9 authored about 9 years ago
removed transform from master, moved to branch feature/transform
github.com/mobxjs/mobx - bbaff1a7b42be36c4c2242c6aba6208818541849 authored about 9 years ago
github.com/mobxjs/mobx - bbaff1a7b42be36c4c2242c6aba6208818541849 authored about 9 years ago
added several notes
github.com/mobxjs/mobx - 429a1e7d8a9cca4ef3f7cab04dcc169da7e18c10 authored about 9 years ago
github.com/mobxjs/mobx - 429a1e7d8a9cca4ef3f7cab04dcc169da7e18c10 authored about 9 years ago
Merge pull request #66 from kmalakoff/master
Fixed transaction inside transaction through a defensive copy. Fixes #65
github.com/mobxjs/mobx - 87636dd09897d43560f41c6daa1b1372e4daad28 authored about 9 years ago
Fixed transaction inside transaction through a defensive copy. Fixes #65
github.com/mobxjs/mobx - d2f579787d02b722cee78ef15101c7a9f052ce75 authored about 9 years ago
github.com/mobxjs/mobx - d2f579787d02b722cee78ef15101c7a9f052ce75 authored about 9 years ago
Reactive graph transformations. This is gonna be so cool. See #62, #64
Very first rough implementation of structural transformation.
github.com/mobxjs/mobx - 3702818621870792e412ba476c2fcce61e0114f7 authored about 9 years ago
Published version 1.1.3
github.com/mobxjs/mobx - 584237d19c28908ec06dbd3d69ea6c1a242335ad authored about 9 years ago
github.com/mobxjs/mobx - 584237d19c28908ec06dbd3d69ea6c1a242335ad authored about 9 years ago
autorun waits until transactions have ended, fixes #61
github.com/mobxjs/mobx - dcc706060a7bfefb60bbdc3dec40a49c6c5b0fb5 authored about 9 years ago
github.com/mobxjs/mobx - dcc706060a7bfefb60bbdc3dec40a49c6c5b0fb5 authored about 9 years ago
Published version 1.1.2
github.com/mobxjs/mobx - 6fcff8c5bccf898b562a08f2fd410338b9532daa authored about 9 years ago
github.com/mobxjs/mobx - 6fcff8c5bccf898b562a08f2fd410338b9532daa authored about 9 years ago
Fixed error if autorunUntil is fullfilled immediately
github.com/mobxjs/mobx - 991d7038eca63fd50f01efc4937a613fe4ff9555 authored about 9 years ago
github.com/mobxjs/mobx - 991d7038eca63fd50f01efc4937a613fe4ff9555 authored about 9 years ago
Published version 1.1.1
github.com/mobxjs/mobx - cd90c4557f84c57d29a13bf2ad38ed0378be2c8c authored about 9 years ago
github.com/mobxjs/mobx - cd90c4557f84c57d29a13bf2ad38ed0378be2c8c authored about 9 years ago
toJSON now serializes cycles as well by default. Implements #58
github.com/mobxjs/mobx - 9f22c0ad43b49e1ac7e57ebbf9a61978c037c84f authored about 9 years ago
github.com/mobxjs/mobx - 9f22c0ad43b49e1ac7e57ebbf9a61978c037c84f authored about 9 years ago
Published version 1.1.0
github.com/mobxjs/mobx - d476ec4e7b8776f4edf54ac7a8255298e4b13930 authored about 9 years ago
github.com/mobxjs/mobx - d476ec4e7b8776f4edf54ac7a8255298e4b13930 authored about 9 years ago
Added mobservable.untracked, see #49
github.com/mobxjs/mobx - c9a47e4bb8fafb9aef5a0c42c2715a251a511c92 authored about 9 years ago
github.com/mobxjs/mobx - c9a47e4bb8fafb9aef5a0c42c2715a251a511c92 authored about 9 years ago
fixed build issue
github.com/mobxjs/mobx - 704273e2906d9e57fae3f4584b32687f098b45fd authored about 9 years ago
github.com/mobxjs/mobx - 704273e2906d9e57fae3f4584b32687f098b45fd authored about 9 years ago
Implemented autorunAsync(func, delay?)
github.com/mobxjs/mobx - 1cf9659c7a2f6d183e90336830f8c357d38b0e72 authored about 9 years ago
github.com/mobxjs/mobx - 1cf9659c7a2f6d183e90336830f8c357d38b0e72 authored about 9 years ago
Published version 1.0.9
github.com/mobxjs/mobx - 80aa0fd336a49f220cb82def3acfcb222469e422 authored about 9 years ago
github.com/mobxjs/mobx - 80aa0fd336a49f220cb82def3acfcb222469e422 authored about 9 years ago
Merge pull request #54 from capaj/master
clarification for people who are used to observe-js
github.com/mobxjs/mobx - 1ca4418a43680cd9900931cc2f2dd6ad07ee169f authored about 9 years ago
just a clarification for people who are used to observe-js
github.com/mobxjs/mobx - 576aeba24ba0deb5e98e8e51dbba9538a52d6e1d authored about 9 years ago
github.com/mobxjs/mobx - 576aeba24ba0deb5e98e8e51dbba9538a52d6e1d authored about 9 years ago
Published version 1.0.8
github.com/mobxjs/mobx - 86068a9245b99ac5c3e51614da1c3bbbc2e4acf3 authored about 9 years ago
github.com/mobxjs/mobx - 86068a9245b99ac5c3e51614da1c3bbbc2e4acf3 authored about 9 years ago
Fixed transactions at the proper abstraction level, fixes regression bugs on arrays
github.com/mobxjs/mobx - e377ac7abff478a47335284f6a64150cd757c5dc authored about 9 years ago
github.com/mobxjs/mobx - e377ac7abff478a47335284f6a64150cd757c5dc authored about 9 years ago
Published version 1.0.7
github.com/mobxjs/mobx - 9e207e79005adf0f7023e1b2022604785208b57d authored about 9 years ago
github.com/mobxjs/mobx - 9e207e79005adf0f7023e1b2022604785208b57d authored about 9 years ago
Simplified transaction system, fixes #50
github.com/mobxjs/mobx - ea8b6a546b17798e0547c257385707066e1c3142 authored about 9 years ago
github.com/mobxjs/mobx - ea8b6a546b17798e0547c257385707066e1c3142 authored about 9 years ago
cleaned array test / improved view toString
github.com/mobxjs/mobx - d03f6958f7d6c86fbc377e5f1b269a14450845b7 authored about 9 years ago
github.com/mobxjs/mobx - d03f6958f7d6c86fbc377e5f1b269a14450845b7 authored about 9 years ago
Published version 1.0.6
github.com/mobxjs/mobx - acf2db7876aa26734818356a4270be3aada0133a authored about 9 years ago
github.com/mobxjs/mobx - acf2db7876aa26734818356a4270be3aada0133a authored about 9 years ago
Merge pull request #52 from dzearing/tweak
Fixed incompatibility issue with systemjs bundler
github.com/mobxjs/mobx - 48df201b6d0e0eba34e47c47000940f07c8aa6bd authored about 9 years ago
Remove the root index.js and just map main to the correct entry.
github.com/mobxjs/mobx - e8c31cb17bc9006887fcac72c53fdf4985190d49 authored about 9 years ago
github.com/mobxjs/mobx - e8c31cb17bc9006887fcac72c53fdf4985190d49 authored about 9 years ago
Merge pull request #46 from tetsuo/typo
Fixed typo in error message
github.com/mobxjs/mobx - ae5e79a2665079fa384bb7929d179be3781fa0da authored about 9 years ago
Merge pull request #45 from tetsuo/observablevalue-tojson
make scalar values toJSONable as well
github.com/mobxjs/mobx - cf745b898d2f9b0266a1603de3be656e7dc4d952 authored about 9 years ago
Merge pull request #44 from tetsuo/improve-travis-integration
Improve travis integration
github.com/mobxjs/mobx - 330fbf7c7bedc16cd29a372ae7110b49abe688af authored about 9 years ago
Merge pull request #43 from tetsuo/test-babel-tests
Improved babel tests
github.com/mobxjs/mobx - 9ea9af4ee8bc3ff1d81f14b1851636b783523344 authored about 9 years ago
make scalar values toJSONable as well
github.com/mobxjs/mobx - e9267d82e13d9931fc7ae69fa9b31ed2d71de022 authored about 9 years ago
github.com/mobxjs/mobx - e9267d82e13d9931fc7ae69fa9b31ed2d71de022 authored about 9 years ago
fix error msg typo
github.com/mobxjs/mobx - 97100409f9bca681efbeb2c60deb6dbd7bf846f7 authored about 9 years ago
github.com/mobxjs/mobx - 97100409f9bca681efbeb2c60deb6dbd7bf846f7 authored about 9 years ago
send coverage output after success
github.com/mobxjs/mobx - 1c83ccf0e95cb8f6acb73204e26cc51bec2c657b authored about 9 years ago
github.com/mobxjs/mobx - 1c83ccf0e95cb8f6acb73204e26cc51bec2c657b authored about 9 years ago
run test-travis script
github.com/mobxjs/mobx - e4f1c3f4f766ca39747b5dc42807507f6f9b224b authored about 9 years ago
github.com/mobxjs/mobx - e4f1c3f4f766ca39747b5dc42807507f6f9b224b authored about 9 years ago
add test-travis npm script
github.com/mobxjs/mobx - bc2effb48aec8f33e6e67a39e2ac505c583dc180 authored about 9 years ago
github.com/mobxjs/mobx - bc2effb48aec8f33e6e67a39e2ac505c583dc180 authored about 9 years ago
remove babelify
github.com/mobxjs/mobx - 6d74b5d172c3e02518f3136a8109ed42a3594109 authored about 9 years ago
github.com/mobxjs/mobx - 6d74b5d172c3e02518f3136a8109ed42a3594109 authored about 9 years ago
test babel indeed
github.com/mobxjs/mobx - 50a6f19e1df1836bf5fb291ffe364c37cfa0cc2a authored about 9 years ago
github.com/mobxjs/mobx - 50a6f19e1df1836bf5fb291ffe364c37cfa0cc2a authored about 9 years ago
Merge pull request #41 from tetsuo/npm-perf-cmd-tapified
run perf tests with tape
github.com/mobxjs/mobx - f6f2c49825bec08b041f29fcab3cdb0ae8d55eff authored about 9 years ago
run perf tests with tape
github.com/mobxjs/mobx - b32b3269984ba13ccfe8e7185a44dd764f692ba1 authored about 9 years ago
github.com/mobxjs/mobx - b32b3269984ba13ccfe8e7185a44dd764f692ba1 authored about 9 years ago