Ecosyste.ms: OpenCollective

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

github.com/mobxjs/mobx

Simple, scalable state management.
https://github.com/mobxjs/mobx

Merge pull request #473 from andykog/plainObjectNoPrototype

Concider object with null prototype a plain object

80495c0548f27ff5e48d5a52e4e7d78a160ffbf1 authored over 8 years ago
Merge pull request #475 from igncp/master

Refactor max iterations exception message

caaf7c8a25bc03b84430788b9414764abf3e2493 authored over 8 years ago
Refactor max iterations exception message

fddf32b6141cb71e76853d0ad9d2d58a7bc528ae authored over 8 years ago
Concider object with null prototype a plain object

a9d7956ecdd660dc8f951e7fe200afad9dad2a3c authored over 8 years ago
even more perf

5cae55443b5c54c98682d163f37de34cdadafb8f authored over 8 years ago
more perf improvements

f8f4140922bbbef22be455184cec9416fc8d9918 authored over 8 years ago
even better perf?

734cf329a331806173054a1789a268df2109f63a authored over 8 years ago
small fix of pendingDeletions in endBatch

ecc34ef91dcb1db4bdae3099011b3533ec8263c3 authored over 8 years ago
tighter loops and some comments

e43ac271a5d1083d5645bdfd03fd3c4a4faabc5c authored over 8 years ago
rename to ILegacyObservers to fix lint warning

11699ddc193701ff27952edd5b049dafb5b53866 authored over 8 years ago
improve perf

210e7eb79a30bbc295f312167c2c8a4367e5b5c4 authored over 8 years ago
drop __mapid

1f876d0e83bcd3b5e28e5614d07a0eb0e7e2d3f9 authored over 8 years ago
small tweaks

ee91b19bf87bb24fbd0607ed111f0005e1c3c091 authored over 8 years ago
rewrite DerivationsSets for better perf

6bf6da97e497a5dead7a9b5d8a75fb3f2e682e79 authored over 8 years ago
Published version 2.4.2

59a14f0a8af72cda041a55298f940924d0637123 authored over 8 years ago
array.concat automatically applies slice, fixes #460

9a1cab9be373a21d4cd3b791829f2682aab4225e authored over 8 years ago
Create separate issue to discuss the error message in more detail

439f6d584c9c5a4357f7f6bde930a8f7e4d38039 authored over 8 years ago
moved most of action from core/ to api/, where it belongs

0ee37bc3d374a5be9aff61d0e61d4dcb2cb470ce authored over 8 years ago
Improve error msg when wrongly using `@computed` (#450)

When using `@computed` on a property, `originalDescriptor` is undefined thus the access to `get`...

0d96a1b635fffe659e732344c9bb532b9f11c58e authored over 8 years ago
use strict for loop with let

1d2d80f891d6e9b328069d483db69f0090dd13de authored over 8 years ago
change tests (computeds now shuoldnt recalculate as much)

6278b0446c45e373d2f3441c558800d0089b410f authored over 8 years ago
Merge branch 'master' into always_track_computed

3029544f55ad059cc27601595957582278974e34 authored over 8 years ago
optimize perf?

5bad89f4f5ffb0ec5d6708ae483ba4d8710dbe51 authored over 8 years ago
fix bugs, change tests (mostly recomcomputing order/count)

2c7c228caf3765f5877b5543812566ca4b582b49 authored over 8 years ago
introduce batch, reimplement derivation flow

31333fc55013691eeb171c9e91feb8f1d648cc74 authored over 8 years ago
Fixed link

492481b16bb3378127504a98c95ba5ed0ee5440a authored over 8 years ago
Added link to egghead course

b817f347709d0bc7cf3e3d93b871d999834af1c4 authored over 8 years ago
Published version 2.4.1

6d06f1e92e9301d59bbd9275d8ed84010f35a1ab authored over 8 years ago
Pass Reaction as an argument (#438)

* Pass Reaction as an argument

- to mobx.reaction's expression and effect functions
- to m...

ef9002b756c5a6fd2682607380fee588d294ef7e authored over 8 years ago
Fixed compile issues with typescript 2.0

1a44ed75ded08d79c18b8b7b8465d86ec3de6499 authored over 8 years ago
Added instructions on how to set up decorators in Typescript / babel

f284776e5f414406bd6e6e0759efedfbc7de90ea authored over 8 years ago
useStrict() now returns current value of strictMode

42a0f53647e0f458cc2e4a2d59e49d8ab3f0b6d1 authored over 8 years ago
synced readme

829ed64f72ac00a728bc1a16c1dd6dcb69301649 authored over 8 years ago
onBecomeObserved is now fired as part of reportObserved instead of bind.

Fixes #427.
Also splitted Atom in Atom and BaseAtom

350e736ad78a0ab60e19258d2746a693b00f59ed authored over 8 years ago
Added additional in depth link

faa4fd635355efc0e1835b25837154924f7f769b authored over 8 years ago
Made action prop descriptors configurable. Fixes #441

f456f1a88da74b99d89fb455194de01c9a0841a1 authored over 8 years ago
Changed testimonals

b2b02f060cfd22c279a676bc59cd72345788ae7f authored over 8 years ago
Published version 2.4.0

08e4f10c3301a300c1606d1a7c65765f19f439ed authored over 8 years ago
Simplified #423

407edbc1b16c6f01664b91329e93f083cbbda1f7 authored over 8 years ago
Merge branch 'master' of github.com:mweststrate/MOBservable

d5dc2efb7a35b27d77eacfa1c3a5359ce664c367 authored over 8 years ago
use created descriptor for defineProperty (#423)

If descriptor was falsy (line 33), a newDescriptor was created (line 35) but it was not actually...

cd19b90a818d0057a37fc5bd659bb79e09adf2e0 authored over 8 years ago
Introduced faster dependency tracking and binding (#422) fixes #375

* Store timing results when running perf tests

for easy comparison

* First naive set imple...

840b2e9a0992cd25ed76ae648616a94f0c915c27 authored over 8 years ago
Store timing results when running perf tests

for easy comparison

67b1affd4ce0ca7bfa5777cc1897671aa9d37103 authored over 8 years ago
Added plain object example

d1cf9bdd3007c1015b29606cf59571fea7563303 authored over 8 years ago
Added ES5 examples to readme

c3eec2adf18c0c81a20ee19814298b90c966dbc3 authored over 8 years ago
Added more perf tests, see #375

f02be49a18c76b1c1d3077d02b3cdbf6f9374fe0 authored over 8 years ago
Published version 2.3.7

db510b7dc881d559cdee380b6f059da6e3381e01 authored over 8 years ago
Fixed issue where computeds in actions where accidentally tracked

83913add4ebedd626fa5c84ea4a457f84a6ebfc3 authored over 8 years ago
added some defineProperty convenience

ac8b7442bc4a52e405090076f5b3ae9225b7f9b9 authored over 8 years ago
Updated changelog to reflect addition of iterators

59fe84c6d1833198371dbc352db5ea1f23a128c4 authored over 8 years ago
Added test for initializing map with empty value (#406)

e919518adb64089c261a8ea1aa9e27cf1d779dc6 authored over 8 years ago
Published version 2.3.6

c0bf8966611dc6a21b993471df0778790ba09a56 authored over 8 years ago
Fixed typings / minification issue for iterators

bfdde63109f5211f64e7cb9d29bbc586f56cd904 authored over 8 years ago
Added regression test for #373

5d95e77f6fc23a1d17ef545d00cc08aee661e93c authored over 8 years ago
Added support for iterators, fixes #348, #357

606a1699cbfd52eb5fe6ee9495bbdf2553f74e05 authored over 8 years ago
More minimal iOS 9.1.1 bugfix, see #364 / #396

0ac2d21a2f9778aac4cf1180a099b2c4fbf49555 authored over 8 years ago
Published version 2.3.5

ca4928398b30e3d02066d7f6bbddaa0d66c25af2 authored over 8 years ago
only apply patch when in iOS9, more notes

ad3110b776f391bcd8b8f8f44da4f4727191e6be authored over 8 years ago
Safari bug: added length check

7565600e293c9a584fc3fd937e45131126f9d747 authored over 8 years ago
fix autoincrease observablearray buffer

0e1e75bdafe19d72fcc48ed4e060af7f02a84c08 authored over 8 years ago
Fix setters in safari 9.1.1

6ab6a4d8821b5a0b66d76e353276f974165032c7 authored over 8 years ago
fixed tests in chrome & ff

92062490c2f9e9f84c6ac5d5d6781b991f8c12b3 authored over 8 years ago
arrays are now enumerable. perf overhead on array creation: 90ms -> 1300ms

30ec5efe2999b18288c7a540a691f4fdb8de7c71 authored over 8 years ago
fixed range error in deepEquals

dfa3380cdb26403cd28720b3edc7b037f102ee7d authored over 8 years ago
Added out of bounds warning, should avoid #381

b8e461b12ea6779991ec3a51300d8e0bc472560a authored over 8 years ago
Improved typings of boxed values. Addresses #387

b02452824bcc1e89f4fb5abad0855fa1c5bba7da authored over 8 years ago
Added scripts for running tests in browsers, fixed strict mode exceptions

e8a461c1448f1c58dc4489b9bf71dc262467c208 authored over 8 years ago
Published version 2.3.4

81cd229054e43b4372b8733d19e0b0b2792c1e5c authored over 8 years ago
Merge branch 'no-cycles'. Removed preemptive cycle detection, fixes #360

d8e38e19836b6a622c49c61d4f42014688ab19d1 authored over 8 years ago
Fixed #377: toJS of Date and Regexes are kept as is

d0404bb0e4d95c5a5ea5f888ee5952ed4b256f6e authored over 8 years ago
Fix #379: action methods can be inherited now

95edec0ece63da61dff6118249586b646aac78e9 authored over 8 years ago
added regression tests for #379

8d7fcb2feb8c0cc46772b92b153c8821c59881b4 authored over 8 years ago
Readme improvements, more links to the docs

f6867022104f6554216ea46a99f78d0bf390814a authored over 8 years ago
Merge pull request #383 from darrylblake/master

Improved README wording

e13b329b5007abc970ef87769b43361c14758c16 authored over 8 years ago
Easier to read :)

1524c66b539b6a6f751a4824985a400ed4c039fc authored over 8 years ago
Removed eager cycle detection, didn't detect really new cases. Fixes #360, #236

bc0df7d11d6019315d32070b10b8a936ffe1a1d7 authored over 8 years ago
More extensive babel enumerability test

b669f82ecb993f45795555c6e07f59e36334fee8 authored over 8 years ago
Merge pull request #368 from tapos007/master

readme file my boilerplate url error solve

73fe2e4b6065ad906978667a2b8ad1bee39dade8 authored over 8 years ago
readme file my boilerplate url error solve

9a120fa3e5c00afe6305004e43efab1e17fd22ed authored over 8 years ago
Merge pull request #365 from tapos007/master

add new boilerplate info in readme.md file

3266a15329075fbcdc9d9afc1403dc76284375a6 authored over 8 years ago
add new boilerplate info in readme.md file

75adf91fd27b4ad2b538f1eac23cf273aa8b7f95 authored over 8 years ago
Merge pull request #361 from markuplab/patch-1

TYPO Fix

3d67f455d2536802b7c26f2e7f1d30208114d925 authored over 8 years ago
Merge pull request #362 from donaldpipowitch/patch-1

fixed version

c9c6e941801ceb5296b05652ac9c4b04b06ee0ac authored over 8 years ago
fixed version

0d8f921569d8554ad69189f3db220524ab4aeae1 authored over 8 years ago
Update reaction.ts

TYPO Fix

fc0637f954dae0214359ccb4016169dcd67aac8a authored over 8 years ago
Published version 2.3.3

6baf07f35391a58004b626ae47690087d51cea75 authored over 8 years ago
Changed uncaught exception in derivation to warning, fixes #186 and unusable React Native error screens

8b854ed0bdbdb8c89cef74101149ad262596e66a authored over 8 years ago
Reuse property descriptors. Observables enumerable with similar performance impact. Fixes #333, restores perf from #313 in combination with #359, #343

40a6d48457e39c0d3e04bd1b164e1d948aa5d06a authored over 8 years ago
Merge pull request #359 from andykog/fixDecoratedInstances

Make observable decorator define instance properties

6d2cd3bc8a0e1560c3f43b048436698357a517fd authored over 8 years ago
make observable decorator define instance properties

7fdfe15c9e48201c79aaa25ef8090b150af9d470 authored over 8 years ago
Merge pull request #343 from andykog/fixTypescriptES3decorator

Fix decorator in typescript targeting ES3, see #333

2f78290098eba9b22fc728148f2cdc44e9fbb3e2 authored over 8 years ago
Added comment about Reflect.decorate and link to #333

76d3a881aed991f53163dac910b9a1c509a9eb3e authored over 8 years ago
Fix decorator in typescript targeting ES3 (#333)

2f55b6b7de579e7aa3c2a5ca2f552f2c827eb0b0 authored over 8 years ago
Published version 2.3.2

4aff8291127324d4bbb8193ca709a563a3c5039e authored over 8 years ago
Updated tests according to #341

3156b3444928d92a65e5d48dc8c7a78f595330d5 authored over 8 years ago
Merge pull request #342 from hellectronic/master

Fixed #341 ObservableArray.find return null instead of undefined

639ca5fa2a5dae15b369e0ecae0804f38cabc5a1 authored over 8 years ago
Fixed #328: exception when observing in onBecomeObserved callback

2a762abc95a7a06079c41b0daf6b2fda915b0ce4 authored over 8 years ago
Merge pull request #334 from delaetthomas/master

notifyListeners only one loop

e84a928c24345727630961d13de8334f9a490f6c authored over 8 years ago
Merge pull request #335 from Torwori/master

add ts-mobx-react-starter-kit to README

f275af55a630e105b3c9526ef796e882e47e0574 authored over 8 years ago
Fixed #341 ObservableArray.find return null instead of undefined

6e0748c97ca800f1f08255eed38dce9cd29fec1b authored over 8 years ago