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

removing some dead code

github.com/mobxjs/mobx - 601f93dbefdeda5a476db4bc1a53023c5efb2c79 authored almost 7 years ago
introduced `@computed(options)`. also introduced `requiresReaction`

github.com/mobxjs/mobx - 54269bb959aa6c1376e0919e4f06f5ae940a6793 authored almost 7 years ago
Added jsconfig file to supress warnings on decorators in babel

github.com/mobxjs/mobx - 3fc851ce94427b9c0a971330738f1e46dacd19f9 authored almost 7 years ago
Simplified the way computed values are constructed

github.com/mobxjs/mobx - 1e7539eb3d3b2d4d8a581cb610dcfa3ec7b6e0bf authored almost 7 years ago
Fixed some typings in typescript tests

github.com/mobxjs/mobx - f4601a280d4f33c533166cdfe8baac377dcfa374 authored almost 7 years ago
Fixed unnecessary warning when reading map entries

github.com/mobxjs/mobx - 71f702f631645dce3acfbf470abe974fbea271e4 authored almost 7 years ago
Little rename

github.com/mobxjs/mobx - 56a1dcd46a7ff370cbd12767b991dd2bdd8da193 authored almost 7 years ago
Added unit tests to verify #1241

github.com/mobxjs/mobx - 8691169731bea1b336f5a698768c458fa9d49589 authored almost 7 years ago
Merged changes

github.com/mobxjs/mobx - 1cde2113d76d54a757b360f511561efb8d8a035f authored almost 7 years ago
Added test to confirm #1148 is fixed

github.com/mobxjs/mobx - ea8f60331833f91aa7fd665cbae2f26b90fef06a authored almost 7 years ago
Added test to reproduce #1122

github.com/mobxjs/mobx - 8c2f648b3a6c1dcfea35e8ac98f858266535c700 authored almost 7 years ago
isolateGlobalState has now become a configuration option

github.com/mobxjs/mobx - 1a4defd0bb7b002a1ea001cb4564e16b85252ad2 authored almost 7 years ago
Introduced `mobx.configure({ warnOnUnsafeComputationReads: true })`, implements #961

github.com/mobxjs/mobx - db3ff5b0f1a9bd09ce58b9bf465a87fec18c4aef authored almost 7 years ago
Replaces `useStrict` with `configure`

github.com/mobxjs/mobx - 856aa2658ccb94549bf821f105d6812dbc8acfc6 authored almost 7 years ago
More cleanup!

github.com/mobxjs/mobx - 65a0b98218351ee89beb391e98d443d902d30045 authored almost 7 years ago
Cleaned a bunch of TODO's

github.com/mobxjs/mobx - e79f7948ed0a4a434ccf1c4284d14fa27ff2e487 authored almost 7 years ago
Moved `createTransformer` to mobx-utils package

github.com/mobxjs/mobx - 1a74a2900ee8a6efccbba5ef6454ba5b998b4991 authored almost 7 years ago
Added prettier config file

github.com/mobxjs/mobx - b55c7c03ae8f8ee95682b39c7130f3f6064798e5 authored almost 7 years ago
Removed `expr`, now part of mobx-utils

github.com/mobxjs/mobx - 1ab5ac5a239bd2500083287d82fbc39b48f6b614 authored almost 7 years ago
Sorted sponsors.md

github.com/mobxjs/mobx - c84035af6841a621fd73a25113afd8c6beed7ecd authored almost 7 years ago
Improved sponsors layout

github.com/mobxjs/mobx - bb5699c858047bab64c6e883ea77d34cc5752c67 authored almost 7 years ago
Improved / updated sponsors section

github.com/mobxjs/mobx - fab4bff362230ca0a016166ae3782d74a8e84407 authored almost 7 years ago
Cleaned up unused stuff

github.com/mobxjs/mobx - 3fcb72d8e5231ef3812aecbfafaadfde63f22d9d authored almost 7 years ago
Introduced non-production only code for smaller / faster prod bundles

github.com/mobxjs/mobx - fd8ab30f99a9f3de0591f5d141528c1752d01bb6 authored almost 7 years ago
Set up envify for conditional compilation

github.com/mobxjs/mobx - a040981579ee4ed1427053d0fd9bc592c080cd65 authored almost 7 years ago
Slightly faster object initialization

github.com/mobxjs/mobx - 8e52f9f59b66897fdb005a5b99435adfa311b889 authored almost 7 years ago
Fixed incorrect test

github.com/mobxjs/mobx - bf7cca87fd848867c35bb0c3d01e6bb677d3e03a authored almost 7 years ago
Fixed bug in hook disposal

github.com/mobxjs/mobx - 1b4863a582aacb204226c0d765a780305e6cce95 authored almost 7 years ago
Fixed circular dependency problem with Atoms

github.com/mobxjs/mobx - f75812355d1529f237f7116ad56a199ae5a90252 authored almost 7 years ago
Map / array api's now properly return iterator objects, instead of combined iterators / arrays

github.com/mobxjs/mobx - c79f843b3ea80b023d42c287ffb36d04e5ab6e8a authored almost 7 years ago
Finished cleanup of createTransformer

github.com/mobxjs/mobx - 8f8cb22f1389f041f7c1fc7ceded0cb9b00ab20a authored almost 7 years ago
Introduced `createAtom`, little cleanup

github.com/mobxjs/mobx - 65ef22aaa2d8706f5451bed723a69d6eacb6d0a8 authored almost 7 years ago
onBecome(Un)Observed are now only triggered for observables that are used reactively

github.com/mobxjs/mobx - 701102c9770eb1a4e6b91d2fba9fd738247ea5f1 authored almost 7 years ago
WIP improving onbecome(un)observed

github.com/mobxjs/mobx - 5135530091e801cdf7b1c8326ed07d966671c2cc authored almost 7 years ago
fixed error handling tests, many were broken...

github.com/mobxjs/mobx - c0d4e8f0c39214465ff53e466735a411616d3c15 authored almost 7 years ago
decorate now supports plain objects as well

github.com/mobxjs/mobx - 2c88f3344573f7d0ce7657c69ba8491d036420d6 authored almost 7 years ago
spy events now report the name of the observable they are invoked upon.

github.com/mobxjs/mobx - 7f04ff55a078272bc2c27a79180d9054f101c1fc authored almost 7 years ago
Migrated spy tests to use snapshots

github.com/mobxjs/mobx - 0cb3568e853ac2d80039dbd3ad0ee72567962a46 authored almost 7 years ago
Added typings & type test for decorate

github.com/mobxjs/mobx - 51d6f74a2239d373133fec3353638e651ae69863 authored almost 7 years ago
Removed debugger statement

github.com/mobxjs/mobx - d96e0e0d08603fd32d0021b00824026f8a6857aa authored almost 7 years ago
Introduced `decorate`

github.com/mobxjs/mobx - bbc31c868407ee6f3b2371d82a15551d0c23cd28 authored almost 7 years ago
Removed a todo

github.com/mobxjs/mobx - 8b4b6507db6a94a580c92df9c22eb58e4f7b3a70 authored almost 7 years ago
Added tests for `set`, `remove`, `values` and `keys` with several data structures

github.com/mobxjs/mobx - 52922549754ac606954c6cf5d57820a050aaeb6b authored almost 7 years ago
WIP `values` / `set` / `remove`

github.com/mobxjs/mobx - aac67295cd3e9dcac70b8586c21e8d458ede3edc authored almost 7 years ago
Fixed bug in `extendObservable`; values were not assigned to computed values with setters

github.com/mobxjs/mobx - e510603973182c85e4ea31e31a1f9eb800de51db authored almost 7 years ago
Fixed a regression in toJS

github.com/mobxjs/mobx - 8b1ae866537ffd26c10f1dcf59b023ff763376cc authored almost 7 years ago
Introduced `keys`. Observable objects now have an observable keyset

github.com/mobxjs/mobx - 26a8b55d174a94def7c9d3dc5a055ba33d969886 authored almost 7 years ago
extendObservable now extends objects in a single batch

github.com/mobxjs/mobx - f5cae0072578138987541df5ba3cee9709ea3b67 authored almost 7 years ago
fixed dependency issue with decorators

github.com/mobxjs/mobx - 1e95ad4ec7b076edeb7953bc5353028c3ae6a371 authored almost 7 years ago
Fixed performance tests

github.com/mobxjs/mobx - 51ded3ac4eb5bf6899f5ffec1d9cbcc7f42cda50 authored almost 7 years ago
Disabled TS / Babel perf tests by default

github.com/mobxjs/mobx - 9f5eda9810af4566ee5fbc7bf4a99e208cf8ced9 authored almost 7 years ago
Made decorators work with Babel 7 (loose mode only)

github.com/mobxjs/mobx - 839060959e1a49d983a55ec425903ac1019fea87 authored almost 7 years ago
Merged #1305 into mobx4, added scheduler support for reactions as well

github.com/mobxjs/mobx - 6abdb58a6ec11798c45f37660acea0de157d89c4 authored almost 7 years ago
Merge branch 'master' of https://github.com/TrentHouliston/mobx into TrentHouliston-master

github.com/mobxjs/mobx - 60507a4a85fe22f4e5642934784bf6fe10d9a022 authored almost 7 years ago
cleaned up reaction api

github.com/mobxjs/mobx - 6f1829ef0f0e4236a4159adf10c9e1b164ee9090 authored almost 7 years ago
upgraded to TS 2.7

github.com/mobxjs/mobx - 53a3d31d15a9b1a921da14f48228622a65f39827 authored almost 7 years ago
Improved error messages

github.com/mobxjs/mobx - 967c557ad5f7fa282bb539d89651dc00c80a4ef2 authored almost 7 years ago
Merge pull request #1350 from jgarces-tw/patch-1

fix type definition for when

github.com/mobxjs/mobx - a0a278b10f2bd2f17b70cde8d3f6b75d53cab54d authored almost 7 years ago
fix type definition for when

right now some of the when definitions return IReactionDisposer and others return Lambda, this p...

github.com/mobxjs/mobx - 125f6b2ef9656cb3022e56a1a92f83f8165bdfcf authored almost 7 years ago
Created a MobX4 todo list

github.com/mobxjs/mobx - 350efdcab421137f07121406e1c670b4c265b931 authored almost 7 years ago
Killed whyRun

github.com/mobxjs/mobx - 3c55d85f73dc3e01dbefc8f980fd25c80a3dd935 authored almost 7 years ago
Merged in master

github.com/mobxjs/mobx - 0d4e0a73909f650223a796d23e2e1837eef64933 authored almost 7 years ago
Published version 3.5.1

github.com/mobxjs/mobx - abf9df3b971689c4687532309062bd221241c6a1 authored almost 7 years ago
Published version 3.5.0

github.com/mobxjs/mobx - 72052b8c753db8cbbe5402a543520f995860a6b0 authored almost 7 years ago
Merge pull request #1340 from mobxjs/feature/trace

Introduce `.trace()` to ease debugging

github.com/mobxjs/mobx - 4a629bc87da84ecf26dffe60503d18ab834fc141 authored almost 7 years ago
deprecated whyrun

github.com/mobxjs/mobx - aaf47501064bd11b0202c1320bdbdd9fe89ab15f authored almost 7 years ago
Fixed forgotten file

github.com/mobxjs/mobx - 32ed5ef98c2caa8db83f4b3c55e233667b7014bb authored almost 7 years ago
Added tests, and api improvements, to `trace`

github.com/mobxjs/mobx - 562f20e732380006fb5ebb5c594225b8a460c8aa authored almost 7 years ago
Merge pull request #1324 from outring/hotfix/find-typing

IObservableArray.find() typing fix

github.com/mobxjs/mobx - 64c3ee2f44931701be333be1c3ba7a77df05cd15 authored almost 7 years ago
IObservableArray find typing fix

github.com/mobxjs/mobx - 296a84b1039badb11ddc039a0501c8444f56b1b8 authored almost 7 years ago
Initial whyRun implementation

github.com/mobxjs/mobx - be0ba01f67769c3955a3a24811704409d2ba503a authored almost 7 years ago
fixed tsconfig issue

github.com/mobxjs/mobx - 24247938c1cce70ad07b0e6332d4d7ca969d5393 authored almost 7 years ago
Fixed editor config

github.com/mobxjs/mobx - 04e34fcffe06bf0d760b3267f094fd7e65ddf5c6 authored almost 7 years ago
fixed state sharing tests

github.com/mobxjs/mobx - b0f37df517500e17fb91ef8a9f7fbb6fac46e1cb authored almost 7 years ago
Whyrun will now print why a computed value / reaction is re-running

github.com/mobxjs/mobx - 208390fd81743c8f584d7e55cce6e83a7c65b80b authored almost 7 years ago
Fixed newline issues

github.com/mobxjs/mobx - 78df300ee12463b4cfe8d6ac717dc077d018599a authored almost 7 years ago
Snapshotted whyrun test

github.com/mobxjs/mobx - dad19a2c1aee59a2f84e1db9072dc462c0cfed82 authored almost 7 years ago
Removed all remaining leaking console logs

github.com/mobxjs/mobx - 15d6a1eacfdd8751ab3dfa10ed85d4a8211338dc authored almost 7 years ago
Jest cleanup: don't log errors as side effects

github.com/mobxjs/mobx - dd21bc14f8232a42d8de26984e65c0a2a56caaf6 authored almost 7 years ago
introduced `isObservableProp` and `isComputedProp`

github.com/mobxjs/mobx - b0ce8bc04ee932bd5b522f2d2ba762d401f89a63 authored almost 7 years ago
`observable(value)` no longer accepts primitives. Use `observable.box(value)` instead

github.com/mobxjs/mobx - df6d17c76fd0b3ad0cd9cc07eb79fbe23d1089e4 authored about 7 years ago
Fixed tests :)

github.com/mobxjs/mobx - cc5ccd418a2dda47d43a6ba5c758943572c7b565 authored about 7 years ago
Fixing tests

github.com/mobxjs/mobx - cef553b6363206d1475bfde6d183c81f56367f12 authored about 7 years ago
Dropped `.extras` namespace

github.com/mobxjs/mobx - 53edb5cdedc82e9a437c318fcda5f6f228c2c51a authored about 7 years ago
Fixed exports

github.com/mobxjs/mobx - 4bcdb97efdf0134c32419c6240ae0fb22f8a8f89 authored about 7 years ago
Implemented #1089: throw if there are multiple mobx instances

github.com/mobxjs/mobx - 49514b154b48cbd1ea1dc09f4b9c81a507d2a5cc authored about 7 years ago
Dropped bower support. Fixes #1263

github.com/mobxjs/mobx - 31744bb6d79acda4a3215c4433af25d89d80244e authored about 7 years ago
killed old modifiers

github.com/mobxjs/mobx - e805559d1c0b90c8cd7fe8b1b130ad3872e57b9b authored about 7 years ago
Update changelog

github.com/mobxjs/mobx - 9be342eb09eb41a4320ab5eccdd767bf22b687c2 authored about 7 years ago
Increase time to execute the test for travis

github.com/mobxjs/mobx - 407775536cf03af0b6410a81e1f0ae918bed06b9 authored about 7 years ago
Make types more explicit

github.com/mobxjs/mobx - 787bf5ab61526cee390b553f61b03adb73bf5afe authored about 7 years ago
Add unit test for autorunAsync scheduling function

github.com/mobxjs/mobx - 7510b812ca65e50cd2943a1997647667a07663bd authored about 7 years ago
Merge pull request #1306 from mobxjs/adds-husky

adds husky so that precommit runs when it should

github.com/mobxjs/mobx - a7c7b45fa4b74bdf12c1dc07c8fd241327c14b86 authored about 7 years ago
adds husky so that precommit runs when it should

github.com/mobxjs/mobx - 62fb41b7a9ef5910121cb27c37491707e3bda328 authored about 7 years ago
Allow autorunAsync to take a debouncing function in addition to a delay

github.com/mobxjs/mobx - 2f32c15c6c504d24652bce85fc902d77bf0d1f80 authored about 7 years ago
Merge pull request #1296 from zhaocnus/flow-support-update

Update Flow support instructions

github.com/mobxjs/mobx - f888574ad849d0620611025e9aa2652b75245d4f authored about 7 years ago
Update Flow support instructions

github.com/mobxjs/mobx - 1ba87bec8507fbb4b8881ddefb1664e13cb640d8 authored about 7 years ago
Merge pull request #1289 from clemtrek/patch-1

Update README.md

github.com/mobxjs/mobx - ac30baea9b6cc721867fba5ce79e408d30842244 authored about 7 years ago
Migrated from tape to jest (#1291)

* Converted most tests to jest

* fixed some tape issues

* Started with JEST setup

* Add...

github.com/mobxjs/mobx - 0e4239c0dee1838dcd8549da1356144ca0783de4 authored about 7 years ago
Update README.md

Update Prettier Badge

github.com/mobxjs/mobx - 59866718ff37f10df2f0e802d07ec97750673aa1 authored about 7 years ago