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

Re-enabled skipped Jest tests

github.com/mobxjs/mobx - 5ab9b3cc783faaaddd85cae1b533c522bd9146d5 authored over 6 years ago
Merge pull request #1725 from mayorovp/master

Change property descriptor caches to null-prototype objects

github.com/mobxjs/mobx - 42a3dd823e3f359e65b91b9e71d924d1a1cb3a40 authored over 6 years ago
Change property descriptor caches to null-prototype objects

see issue #1650

github.com/mobxjs/mobx - a120190caeb6338404c742b5268c121d8de4c201 authored over 6 years ago
Merge pull request #1724 from Lipus86/patch-2

Prevent rollup from breaking on `process.env.NODE_ENV`

github.com/mobxjs/mobx - 03af0858f4b91bd2a62e0ee3a5bf4a87c564ca70 authored over 6 years ago
Update mobx.ts

added comment

github.com/mobxjs/mobx - 100bb2f13ea895b54e674a666b70bb30854d5054 authored over 6 years ago
Update mobx.ts

github.com/mobxjs/mobx - d6881ed6bed5fc2a46184592b3a2040868a5ae8d authored over 6 years ago
Update mobx.ts

changes according to PR comment

github.com/mobxjs/mobx - 3b72ded799f23360f09e5512b68c7667c18f22d2 authored over 6 years ago
Update mobx.ts

update for prevent error when rollup-plugin-commonjs is used

github.com/mobxjs/mobx - dfcc79115629a420edb2f1be51dd5a2b5b08d945 authored over 6 years ago
Published version 5.1.1

github.com/mobxjs/mobx - dcd0e58e79712911e0276b3c3437faf952f4492e authored over 6 years ago
Added mobx 4 version to changelog

github.com/mobxjs/mobx - 3261444995b28ea9bfc431f58597cc32f45f8cdb authored over 6 years ago
Merge pull request #1711 from makepost/master

Decorate: Allow modifier when strict

github.com/mobxjs/mobx - df6b0c86c1eb8c4281e9f5c195c42cfa59313ada authored over 6 years ago
Merge pull request #1707 from jjinux/fix/changelog-3-0-0

Added an item to the CHANGELOG for version 3.0.0

github.com/mobxjs/mobx - cc896ea6b2dc06e43665909558df27455c2b73f6 authored over 6 years ago
Decorate: Allow modifier when strict

Same issue #1448, new case.

github.com/mobxjs/mobx - d97e9155e56b6ba91a15c043370cd6d01254ee84 authored over 6 years ago
Added an item to the CHANGELOG for version 3.0.0

github.com/mobxjs/mobx - 91fc585bc464f48d9268250163a03a9519b2a75b authored over 6 years ago
Published version 5.1.0

github.com/mobxjs/mobx - a175c70b41151630ae4d28ed45010eca3c6b4cb1 authored over 6 years ago
Improved `configure({ enforceActions })` api

github.com/mobxjs/mobx - 8a62b989df2da8023c6c1cf18d2d120382bd587e authored over 6 years ago
Warn about the absence of Symbols

github.com/mobxjs/mobx - 86f32d36e7339daafbc0b01d681dd74f2b93f4c1 authored over 6 years ago
Improved handling of multiple MobX instances, by using share-by-default, fixes #1681 / #1082

github.com/mobxjs/mobx - 36b015929ea6a534c41f39a10696ffca95509e01 authored over 6 years ago
Published version 5.0.5

github.com/mobxjs/mobx - eb55603520a2bc71e6099c42358077ae83a5a07c authored over 6 years ago
Fixed array concatenation for large files, fixes #1667

github.com/mobxjs/mobx - 6fc2bf699a33dd717df579adbd89f61906633d59 authored over 6 years ago
Fix in changelog

github.com/mobxjs/mobx - 8b8d3df0e128b60883d9d9a69478a5e24f6e84aa authored over 6 years ago
Published version 5.0.4

github.com/mobxjs/mobx - 35169875ce2fd4bd7cf5edf917fc89beeeb3000b authored over 6 years ago
Updated changelog

github.com/mobxjs/mobx - 8e013fd464910f41d5c4b637ad13d977ae42e1ad authored over 6 years ago
Fixed #1685: expose `IAutorunOptions`

github.com/mobxjs/mobx - 101bacd229afe12aac133a440fa5f1ce837a758d authored over 6 years ago
Added clearer version table

github.com/mobxjs/mobx - 133e4763c4dd41fc5062be3257c3425314ca0aac authored over 6 years ago
Removed multiple decorators from readme and moved to gh-pages

github.com/mobxjs/mobx - f1deb351e3b92fa14b045baf429e04cef6fb3a92 authored over 6 years ago
decorate - compose decorators for a single prop (#1652)

* decorate - compose decorators for a single prop

- Reduce multiple decorators to a single de...

github.com/mobxjs/mobx - 433452a3e42127c75939579c8bbd4ae18f4dd259 authored over 6 years ago
Recommend to PR instead of filing issues for documentation related stuff

github.com/mobxjs/mobx - a9673568bc71ca272315c43c78e4c1c00f911471 authored over 6 years ago
Merge pull request #1601 from nunocastromartins/support-arrays-on-keys

Add support for obs. arrays on `keys`. Fixes #1600

github.com/mobxjs/mobx - 2d6cab703d9c8eff6f4a75998a6b33d08f18d596 authored over 6 years ago
Merge pull request #1656 from dannsam/AsyncIteratorTypingsForFlow_mobx4

Update typings to allow flow to take async generators - async function*

github.com/mobxjs/mobx - fe46d37b4abba2bc7bbda6c1724551e0f86a5b2f authored over 6 years ago
Added MobX book to the readme

github.com/mobxjs/mobx - 5eecedea0247eeb0950087c776ce4c5508dd890a authored over 6 years ago
Merge pull request #1659 from qcam/master

Rename decorators2.ts to decorators.ts

github.com/mobxjs/mobx - 5dbe7372b0b9d667cc079e10c2b4a25846400af6 authored over 6 years ago
Rename decorators2.ts to decorators.ts

github.com/mobxjs/mobx - 49286ecb5e1ad23437636decc23da2050b8cf8f4 authored over 6 years ago
Update typings to allow flow to take async generators - async function*

flow already supports async generators that yield promises,
just changing typings to allow it to...

github.com/mobxjs/mobx - 3281c137a6d5b10b27d3a88b1c06087c7e517526 authored over 6 years ago
Merge pull request #1640 from zhDmitry/patch-1

Update README.md

github.com/mobxjs/mobx - f76f19851cba9e525fb5aebdc4b6f379776d5154 authored over 6 years ago
Update README.md

github.com/mobxjs/mobx - c4d4669e4e31cab552731ec720091c150a272902 authored over 6 years ago
Readme / sponsor improvement

github.com/mobxjs/mobx - b5c0ce04ff82dcbffaa1dcedbdb6ff68c646b93d authored over 6 years ago
Merge pull request #1602 from SashaBayan/fix-grammar-error

Fix small grammar error

github.com/mobxjs/mobx - f944b5413f2f4b9de89e00e7de1ddde2a178e19d authored over 6 years ago
Fix small grammar error

github.com/mobxjs/mobx - 8c9a66300076e35e199c20dece34760d151e5f82 authored over 6 years ago
Add support for obs. arrays on `keys`. Fixes #1600

github.com/mobxjs/mobx - 6d38609ac72af6925d63b66ff76a17d6aefc5be6 authored over 6 years ago
Added webpack tip

github.com/mobxjs/mobx - 4874fd5b3293a2cb1b98f7e16d908b2e253265a8 authored over 6 years ago
Merge pull request #1593 from dmitrage/test-async-iterator-reassign

Do not reassign Symbol.asyncIterator in ts tests

github.com/mobxjs/mobx - 6c62b7da5ecc3c9c947e5d0dce09d161d0f1b24f authored over 6 years ago
Published version 5.0.3

github.com/mobxjs/mobx - e667c162290d1b8ec3cd023254f6ead637627e29 authored over 6 years ago
fixed issue where custom props could no longer be used on observable arrays

github.com/mobxjs/mobx - 6d7616ad024048778f96f2263ef6815248d0121e authored over 6 years ago
Do not reassign Symbol.asyncIterator

github.com/mobxjs/mobx - 248436369b78d7c9c785c4e5b31402feaf8258fc authored over 6 years ago
Published version 5.0.2

github.com/mobxjs/mobx - e59797ce09017bdb5809a566ce8a59b573e7afba authored over 6 years ago
Slightly faster loop

github.com/mobxjs/mobx - e4bff697c38101bdaca9b36b1b4a743f10a7bde4 authored over 6 years ago
Fixed ES5 compilation issue

github.com/mobxjs/mobx - 3e4c21f1dc18347bbca8569595bd030cc985a732 authored over 6 years ago
Added JSCore upgrade link

github.com/mobxjs/mobx - aeb5f07691d2fbff7cbccca466878a2e0f47b6a1 authored over 6 years ago
Published version 5.0.1

github.com/mobxjs/mobx - 00e0acc669d1d2b9e24437fae17f100fb2e37637 authored over 6 years ago
Reverted back to publishing ES5 builds. Fixes #1584

github.com/mobxjs/mobx - dd68d98477598785b7df91b1265aef749ed98731 authored over 6 years ago
Fixed #1583: observableMap.size not observable

github.com/mobxjs/mobx - e656edfcb98694cd1cea31b82f3d591f4c5403e4 authored over 6 years ago
Export $mobx flag for devtools

github.com/mobxjs/mobx - 67e957799e1786195979921c3072a20dbc4ff359 authored over 6 years ago
Merge pull request #1579 from t49tran/fix-changelog-typo

doc: fix changelog typo

github.com/mobxjs/mobx - ee3f286b41d5962e9d53f19d7ca9c94a431fb431 authored over 6 years ago
Merge pull request #1581 from Loilo/patch-1

docs: fix minor typo in readme

github.com/mobxjs/mobx - a9d3b1120b981e88c33052749005b4f3dc97eeb3 authored over 6 years ago
the later -> the latter

github.com/mobxjs/mobx - e7e020956f95d879dd73c5fab5f4f7a8546a91bd authored over 6 years ago
Somehow linked to unrelated issues in changelog

github.com/mobxjs/mobx - eb85b9e60e57b006d88f728df8fa1a456032c342 authored over 6 years ago
Updated changelog to reflect changes in mobx-react 5.2.1

github.com/mobxjs/mobx - f534e7f8fcaa5d48197364441c6ab7abea2ef890 authored over 6 years ago
doc: fix changelog typo

github.com/mobxjs/mobx - 7e954f53de080798c2f05930195753a3779183a0 authored over 6 years ago
Added note about freeze exception icmw React `style` property

github.com/mobxjs/mobx - f8496e62726ab6570312b55b0ab6bb53a8136b66 authored over 6 years ago
Clearer NodeJS version number

github.com/mobxjs/mobx - 9133f6d7a9ddef29509488e4d2f214f29e793830 authored over 6 years ago
Added `componentWillMount` issue to the changelog, and fixed node version

github.com/mobxjs/mobx - 445b490fa0d2da1cc15b7161c6c0339ab6040cfa authored over 6 years ago
Merge pull request #1576 from mobxjs/capaj-patch-1

just wording fixes

github.com/mobxjs/mobx - fae3f2e6b22bb44a70c5712bfda57650143631c4 authored over 6 years ago
just wording fixes

github.com/mobxjs/mobx - 88ac8ea8f05f68c892ef254862c72b8de5ae5e59 authored over 6 years ago
Published version 5.0.0

github.com/mobxjs/mobx - c2dd6fbef6d02d4536a361666bec0e9e62a98d7a authored over 6 years ago
Merge branch 'mobx5'

github.com/mobxjs/mobx - 7f57ad4d1eb6d12d389cb27402e21afe9b5edc62 authored over 6 years ago
Improved changelog & readme

github.com/mobxjs/mobx - e17c47833d1812eee6d77914be890aa41e4b7908 authored over 6 years ago
fixed peformance test

github.com/mobxjs/mobx - 5b8ba54e1b73b2d39b79c4c301e666c73cad8e27 authored over 6 years ago
Merge remote-tracking branch 'origin/master' into mobx5

github.com/mobxjs/mobx - e10dbda16ae153d13e4db306f4ba98d9e5604554 authored over 6 years ago
Merge pull request #1573 from kuitos/master

bugfix: allow changing while observable array initialization

github.com/mobxjs/mobx - 405a0259890656ec3631209ed64e8592703f2b3f authored over 6 years ago
Better reuse, small optimizations

github.com/mobxjs/mobx - f695dae43f4792b346eaa13a488f1e683642a9e9 authored over 6 years ago
Fixed computed values not receiving proxy as this

github.com/mobxjs/mobx - 9aace8f242351824ddecee5cc85a0a6c9c67f819 authored over 6 years ago
Improved changelog

github.com/mobxjs/mobx - c53f8bedb9d138e47768c14d3318549ddd615a24 authored over 6 years ago
Make sure `action.bound` uses the proxy as `this` if available

github.com/mobxjs/mobx - b05c2dfffdead36ef0f5ee5a4b59fc675650970d authored over 6 years ago
Using `observableArray.reverse` or `sort` now prints a warning about the correct usage

github.com/mobxjs/mobx - a27b84901d94076dd11ad191f2dae3d12fece24f authored over 6 years ago
'Fixed test

github.com/mobxjs/mobx - 445f7c031d3a637da3627938a5348ab3bf39d9e8 authored over 6 years ago
Somehow travis keeps using uglifyjs instead of uglify-es

github.com/mobxjs/mobx - 37d6abca5d5ecb2d26281e5d243a3d24983cc071 authored over 6 years ago
Downgraded node version for travis

github.com/mobxjs/mobx - b3a43b38e816d623612fbedff2e3c9f8808d2c75 authored over 6 years ago
Notes about Jest in the changelog

github.com/mobxjs/mobx - c405059bc38252fe92b4103162d3487fc71b67a1 authored over 6 years ago
bug: allow changing while observable array initialization

github.com/mobxjs/mobx - e66b1ad6d955e8dabd13130d052d33c9aa0d903d authored over 6 years ago
fix typo in readme

github.com/mobxjs/mobx - 41c124bad82312d3791f6b78abf7361bd978f593 authored over 6 years ago
Processed some review comments

github.com/mobxjs/mobx - b5e60e72fc076abc341cd298922005a42cbb863e authored over 6 years ago
Upgraded to TypeScript 2.9

github.com/mobxjs/mobx - 1547199add70d7a927078f7c64f8e1313accc9ec authored over 6 years ago
Merge pull request #1560 from hector/compued-keepAlive

@computed({keepAlive: true}) no long calculates before being accessed

github.com/mobxjs/mobx - 4f6ec32e02cffe2c218351a4b5a275ada97e3e50 authored over 6 years ago
Merge branch 'master' into compued-keepAlive

github.com/mobxjs/mobx - 495a45b53115abf44a732ccbe9652e6eff87ec1c authored over 6 years ago
Merge pull request #1562 from mobxjs/capaj-readme-patch-1

adds Browser support section to the main readme

github.com/mobxjs/mobx - 1be3976494bed4d123e228ddb123ca2e6c2f080c authored over 6 years ago
Published version 4.3.1

github.com/mobxjs/mobx - b54e03b4a07e912fcb220f6b277956312d7242ec authored over 6 years ago
Added MobX 5 forward compatibility

github.com/mobxjs/mobx - de76c5636252a1b3b671d7a609daf27388ebb87e authored over 6 years ago
Some additional tests to verify interaction with jest

github.com/mobxjs/mobx - faf4bb831450d051a28934f75c8918d9cf105b52 authored over 6 years ago
Jest does not place nice with toEqual and symbols

Skip until https://github.com/facebook/jest/issues/6392 is resolved

github.com/mobxjs/mobx - 68084adb5b5895bf99851967a01a9ad33e26031c authored over 6 years ago
Tests to verify #1567

github.com/mobxjs/mobx - 841e58605049c18b22cdc15d83d1b015fbb7c3aa authored over 6 years ago
Merge pull request #1564 from JSlife23/master

Remove redundant code

github.com/mobxjs/mobx - 7098bd230f53d4f23734bf0aa73baeb73513e68f authored over 6 years ago
More tests, better changelog, added `in` trap

github.com/mobxjs/mobx - e794a2cd18fb5661394c9471831ba8c64a02019d authored over 6 years ago
fixed travis issue

github.com/mobxjs/mobx - e9d8760b88ef0ec01c4821bb4429cd9e4e826ad4 authored over 6 years ago
Fixed potential issue in untracked

github.com/mobxjs/mobx - b1d8b97869b4aa149aa206bf89bb6539e8fb3fe3 authored over 6 years ago
Remove redundant code

github.com/mobxjs/mobx - a5dee3aae40edb210854a0f352a74697a9551c4a authored over 6 years ago
adds Browser support section to the main readme

as this might be a common question for mobx 5 and up

github.com/mobxjs/mobx - c572d104c5c3d8ad6bd7ba7ee5129f16e45c70f6 authored over 6 years ago
@computed({keepAlive: true}) no long calculates before being accessed

github.com/mobxjs/mobx - bfbe0c26256cda8c88830c2a53119c07ca02e48b authored over 6 years ago
Fixed build issue

github.com/mobxjs/mobx - 3d355673c0749ed3cd4b426f9ae5440b73487304 authored over 6 years ago
Merge branch 'uncircular' into mobx5

github.com/mobxjs/mobx - 4bc864d5a284b1f3fe2df5e4b86b6bc390a78e1d authored over 6 years ago