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

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

github.com/mobxjs/mobx - 959167354b01b1a8146fd34f00af8dade5ffda26 authored over 8 years ago
Changed apply to spread operator

github.com/mobxjs/mobx - 76b7710a3c0f424ba0c6a6c817eabc2488510d1a authored over 8 years ago
Published version 2.3.1

github.com/mobxjs/mobx - de437da5605b08df6f14902dc0deb821ed0c3958 authored over 8 years ago
Fixed #327, spy failing in combination with runInAction

github.com/mobxjs/mobx - 5b47a6022fd6c3774bb1f00a83880df733c1c07d authored over 8 years ago
Accidentally removed the decorator improvements from the changelog

github.com/mobxjs/mobx - dd67a2ecf1dd3c8e859a0980454c4490b9d391a2 authored over 8 years ago
Published version 2.3.0

github.com/mobxjs/mobx - 86e3f944a0f7f96cbbc34a56ada38d6193a0d202 authored over 8 years ago
Fixed deepEqual not respecting props on prototypes

github.com/mobxjs/mobx - 3b2cdabf71bf73d5e4c2eba77c0aa3ec8a29a329 authored over 8 years ago
stricter semantics for #278; reaction only runs effect if returned data changed

github.com/mobxjs/mobx - 24a0a2428625842aa5fde3066d419a486910d902 authored over 8 years ago
Introduced `runInAction`. Addresses #299

github.com/mobxjs/mobx - 4855963c93da8add6316e1c5af4ea04daaea36da authored over 8 years ago
Debug name of when is now `When` instead of `Autorun` (#294)

github.com/mobxjs/mobx - 512f69a53e286cf927a502acd9b1914fac6a1c96 authored over 8 years ago
Factored out some unnecessary closures

github.com/mobxjs/mobx - a039af1634ee9907f93b89bacb8d7cfd3a1226d7 authored over 8 years ago
Fixed #286: handle exceptions in actions gracefully

github.com/mobxjs/mobx - 85c2400b44c1612e0ddd16345e1b8a427e9404b0 authored over 8 years ago
Merge branch 'named-autorun' of https://github.com/jamiewinder/mobx

github.com/mobxjs/mobx - 30fb3360ca3d6c9ce42a5e7f1d2be6f0a6f8fc59 authored over 8 years ago
map keys are now always coerced to strings. Fixes #308

github.com/mobxjs/mobx - a5052e9d26e064733dbb3ae3190a8c841e41c17f authored over 8 years ago
Merge Whyrun (#321)

* Implemented #316: whyRun
* observable / extendObservable now accepts actions (leaving them as...

github.com/mobxjs/mobx - 8dad27ad773f50b9c2d9fb1797961f9af66eda5e authored over 8 years ago
Fixed #285: toJS now supports non plain objects as well

github.com/mobxjs/mobx - e03dc4311990edc8fc7c7dbbb4abff8bfeeb56db authored over 8 years ago
observable / extendObservable now accepts actions (leaving them as-is)

github.com/mobxjs/mobx - 0bd115bd71a330c57c3c030672f36ccf4cf4e606 authored over 8 years ago
Removed discord channel to avoid creating two communities

github.com/mobxjs/mobx - 5536f71c1e723d5a762069a46d8774c6d6955f70 authored over 8 years ago
Fixed image width of overview

github.com/mobxjs/mobx - fd9aebbe3bc0e26676df53c6374796e6fe807056 authored over 8 years ago
Improved overview image. Fixes #130

github.com/mobxjs/mobx - 5e04bcc2928ebad7b9c89745be4d3d18a5eaed64 authored over 8 years ago
implemented #290: isAction

github.com/mobxjs/mobx - 7cb6fca32fb9bc2493eb3f59474079da1058a0a8 authored over 8 years ago
Merge branch 'master' of github.com:mweststrate/MOBservable

github.com/mobxjs/mobx - cc79c4bb8a659edb18b2d9f23560c1ba729a06df authored over 8 years ago
Added link to Practical React with MobX by @mattruby

github.com/mobxjs/mobx - 397b2b59194cceffa5890d615228bbfb6b6bac1f authored over 8 years ago
Fix decorators (#313)

Improved decorators; faster, more consistent in babel and TS, more code reuse

github.com/mobxjs/mobx - 0973aeab9e2fc5db63fd249145659ca0b59705e1 authored over 8 years ago
added tests for measuring decorator performance

github.com/mobxjs/mobx - 0ffa4fe8b1d747924695855f0447c06a49b884eb authored over 8 years ago
Merge pull request #311 from nikgraf/patch-1

fix example in Readme to use React 0.14 & 15 API

github.com/mobxjs/mobx - 36df55c01e081f1f3e1577938367adc4083dab70 authored over 8 years ago
fix example in Readme to use React 0.14 & 15 API

github.com/mobxjs/mobx - 09a23214dc1f1fda7c5c9a0f2201e29517be8865 authored over 8 years ago
reaction name parameter

github.com/mobxjs/mobx - 91044fe704c707f0a3ec09daef5935e2df0b1f52 authored over 8 years ago
autorunAsync name parameter

github.com/mobxjs/mobx - a8454cd7dd58db4f62708b21fda5f6a4301d2d8c authored over 8 years ago
adds name parameter to when

github.com/mobxjs/mobx - d7f8f89f48f014203d8203a2011bd5437d93b9bc authored over 8 years ago
update autorun function

github.com/mobxjs/mobx - 7e483b22f7f2a07c61cfd65569b5a195a8cb76a2 authored over 8 years ago
Merge pull request #282 from vinej/patch-1

Added react-portal repo as inspiration

github.com/mobxjs/mobx - 24d81486ce4016322fc362feeb7e7b50b543fba8 authored over 8 years ago
Add example React-Portal

github.com/mobxjs/mobx - 08ef2aaac1d9e753e68e98606a4a94b235c8e5ef authored over 8 years ago
Merge pull request #279 from xiamidaxia/patch-1

Added mobx-roof to README

github.com/mobxjs/mobx - ece94923b91b7de48ca30add3d2916c042cc47b2 authored over 8 years ago
Update README.md

Add mobx-roof to related projects

github.com/mobxjs/mobx - b0a2a49d3794bb71ca573bd5fbe1efb85dd53f5f authored over 8 years ago
Fixed version number in changelog

github.com/mobxjs/mobx - 98df3cd53818b351a8bbcff390df7238b91f8a9e authored over 8 years ago
Published version 2.2.2

github.com/mobxjs/mobx - bfd6639687a1b5e2e80f016e4d68bead6bb4e830 authored over 8 years ago
Fixed #267: should be allowed to declare properties observable when using babel

github.com/mobxjs/mobx - 8dfc6099620341149d65c10e9312de9cb1b9b21c authored over 8 years ago
Fixed #269 @action in combination with TypeScript ES6 and Reflect

github.com/mobxjs/mobx - 902b6b58186663d744c7a4e656da261c50dbb8d7 authored over 8 years ago
improved JSON.stringify support, removed incorrect deprecated message

github.com/mobxjs/mobx - 8c360879135ac4fb55bb27ee9054a976a20de753 authored over 8 years ago
Improved some error messages

github.com/mobxjs/mobx - 18669643d432d61c954697fcd1c7c0229399082f authored over 8 years ago
Merge pull request #265 from mtyaka/mtyaka/errmsg-typo

Fix typo in error message.

github.com/mobxjs/mobx - 3eb6acd6892305203a76043e3ddd91147a2e6e16 authored over 8 years ago
Merge pull request #272 from mmazzarolo/patch-1

Added Google Play Music Desktop Remote to examples

github.com/mobxjs/mobx - 827ebc93c2cc638704359aa5a29e8ed9f9547d47 authored over 8 years ago
Added Google Play Music Desktop Remote to examples

MobX + WebSocket

github.com/mobxjs/mobx - 5158414f05d135c88259d8e2b3fbfa5ed4cf1f0d authored over 8 years ago
Merge pull request #271 from aurerua/master

Fix typo

github.com/mobxjs/mobx - cd927250d15b95a41531eb7c880e056aa2df490b authored over 8 years ago
added egghead video link

github.com/mobxjs/mobx - da1e36109d9136f610c75aaf427b32e129bab6d4 authored over 8 years ago
Added link to React-Amsterdam talk

github.com/mobxjs/mobx - 763b9f650b9a1d4cee18edeb8e60052f1fc142e1 authored over 8 years ago
Published version 2.2.1

github.com/mobxjs/mobx - d9f265effc83e06a6cfbb7faaa51c7f9ea694f0a authored over 8 years ago
Merge branch 'fix-action-context-261'. Fixes #261

github.com/mobxjs/mobx - 188f294c29e04e34544b8bf704c8c2519fc97e51 authored over 8 years ago
Fixed typings issue. Fixed / optimized shared context issue

github.com/mobxjs/mobx - e9a44e856c50264edcc9580606fefa3de381c62d authored over 8 years ago
Merge branch 'fix_action_context' of git://github.com/le0nik/mobx into fix-action-context-261

github.com/mobxjs/mobx - dfb420e5b0ec532e325f9268d0245648d9ed1a61 authored over 8 years ago
made regression tests for #261

github.com/mobxjs/mobx - 219a4f4a6aed73ffb70d70e83efee218272f74ef authored over 8 years ago
Fix typo in error message.

github.com/mobxjs/mobx - be211c60687b0f2142a4248e58d93e0dd78ffc84 authored over 8 years ago
Added tests to reproduce #261

github.com/mobxjs/mobx - a573027816b17129d810f944f18daca0a917d572 authored over 8 years ago
Updated ES5 example to the 2.2.0 version on mobx

In the latest example, I've switched over to using factories for todos and the list. In additio...

github.com/mobxjs/mobx - dc2591c069cab368d57e3e2267ab733bd2394b41 authored over 8 years ago
Fix context in @action

github.com/mobxjs/mobx - 0f3aaa5fbc32f9fb6c75b94e3e3c310d7ed59c64 authored over 8 years ago
Published version 2.2.0

github.com/mobxjs/mobx - c2eb387fc94683687bdd0bd39192cbbb063052c2 authored over 8 years ago
Prepared 2.2.0

github.com/mobxjs/mobx - 37a60a0bc3d37a179470608fcb952f889a63d530 authored over 8 years ago
Fixed typing

github.com/mobxjs/mobx - 44a86f45170d52368858d27ea3bc77ed583a58fa authored over 8 years ago
Improved error message

github.com/mobxjs/mobx - a666c551901c023295dd04aceeb8f690d2d2f16e authored over 8 years ago
toJson -> toJS for map and array as well

github.com/mobxjs/mobx - e33ba882251d6d253405fdf2fcb6a6b29266b3e3 authored over 8 years ago
Fixed #256, map.clear() should be untracked

github.com/mobxjs/mobx - 8fb90c552610f35010f315f059dde70ebbfe7fd5 authored over 8 years ago
some renames

github.com/mobxjs/mobx - e0f671cf1d3d834d6ae70c8663b03e300848b584 authored over 8 years ago
toJSON -> toJS, see #247

github.com/mobxjs/mobx - a3fc53d4115123fecf70d5576925b7f5ee95c45a authored over 8 years ago
Implemented `asMap`, see #219

github.com/mobxjs/mobx - 26edb5607b451569c2f01a522c81e9695c273397 authored over 8 years ago
asMap tests

github.com/mobxjs/mobx - 75c3d17ae3ec0625adc5943ffbb1e73ceaf19ba0 authored over 8 years ago
beta.1 build

github.com/mobxjs/mobx - 072d0e48a28bcc831c8f7d082ed26ce267b77d95 authored over 8 years ago
renamed toJSON to toJS, fixes #247

github.com/mobxjs/mobx - 44a59792d6455b5e8efdb49b1dbd26d265b59685 authored over 8 years ago
cleanup, renames, etc

github.com/mobxjs/mobx - e195b01d0dd6516480c76a6e952dda206e612a31 authored over 8 years ago
finished reaction

github.com/mobxjs/mobx - efc17e52c2cc2fd005e8d7d3fada9ad653a88224 authored over 8 years ago
faster cycle detection

github.com/mobxjs/mobx - e4841427c82767c8ac124e3eaccf02e8a1c123e8 authored over 8 years ago
Merge remote-tracking branch 'origin/master' into action-tracking

github.com/mobxjs/mobx - e45c10421077d1fd51e1b2f2476094cf58770b70 authored over 8 years ago
Published version 2.1.7

github.com/mobxjs/mobx - 1b12a47abe009f79c40b8d8f3d18c57f0fe38f65 authored over 8 years ago
Fixed undetected cycle issue as reported in 236

github.com/mobxjs/mobx - 7872829398064de09a74cd116b7e96984dee55bc authored over 8 years ago
reaction WIP

github.com/mobxjs/mobx - 249394dd758fab30258ddcfe1f337328260c0c35 authored over 8 years ago
Fixed travis issue

github.com/mobxjs/mobx - 090ef2d41e119798b4140f1245874c9a14ac9b17 authored over 8 years ago
Creating new observables is allowed outside actions

github.com/mobxjs/mobx - 62151fc83b35d39f5e3b5edd8f737c9cc072ef4e authored over 8 years ago
Merge remote-tracking branch 'origin/master' into action-tracking

github.com/mobxjs/mobx - 6c971bb6ca2dde805af649c1385869318f414548 authored over 8 years ago
@action can now be used as field decorator as well

github.com/mobxjs/mobx - e3b6041fc9a0cc79ef755080195e7bf5d2ac5f3c authored over 8 years ago
Implemented state change #219

github.com/mobxjs/mobx - ceede97a6d14c7716abdc2069c538a66f5005644 authored over 8 years ago
Added test to demonstrate how createTransformer can be used to create on-the-fly derivations which are memoized

github.com/mobxjs/mobx - e2ff545fa4fed42190c3defc30c408057e16fec7 authored over 8 years ago
removed concept of id's, better debug names now

github.com/mobxjs/mobx - c3f6e6557b3d58d0b6c3c06594b509e6b915d389 authored over 8 years ago
Merge pull request #241 from bebraw/patch-1

Improve readability of README

github.com/mobxjs/mobx - 3967279ae6e49f41a6b8f0ecd7edb9aae0b8a926 authored over 8 years ago
additional action test

github.com/mobxjs/mobx - fcfa98cdffba7d1636d1a54dc9491e684490e6b4 authored over 8 years ago
moved action to core, added support for custom name in decorator

github.com/mobxjs/mobx - 99540bd9ab988b737b84092f1aa4bfb2059e876a authored over 8 years ago
introduced observable() to create a new primitive observable

github.com/mobxjs/mobx - caba6f4baa4a89a13a4b9c86bc7c78a5455d0c8d authored over 8 years ago
when effect should be untracked

github.com/mobxjs/mobx - 89768af4cc7bc3214ea2c618045dd77552b95729 authored over 8 years ago
more action tests

github.com/mobxjs/mobx - fd950d717b54c42977c3e88ff2216d9b44b5a6d1 authored over 8 years ago
minor simplifications

github.com/mobxjs/mobx - 96309aa4692dd19fd0c614a56f00f0a5f7cde1cc authored over 8 years ago
Undeprecated and fixed implementation of action

github.com/mobxjs/mobx - abf91b3bb0ccf5ec78f4911fb66c1ace757847f2 authored over 8 years ago
Merge remote-tracking branch 'origin/master' into action-tracking

github.com/mobxjs/mobx - ec15539dc738fde5d616b0c48a0d8f7d522b1d7a authored over 8 years ago
Put observableArrayAdministration methods back into the class for slighly simpler code

github.com/mobxjs/mobx - 91469bf5571b880721550e4f3a28c51f71561521 authored over 8 years ago
Made observable array administration a class as well for more uniformity

github.com/mobxjs/mobx - fcb997c1d2244bde2620dec01107347af9681210 authored over 8 years ago
use class for object administration, saves some memory, simpler code

github.com/mobxjs/mobx - 34643082c5b194c66318c1d50e6cd543bb9811e5 authored over 8 years ago
Use getAdministration at several places

github.com/mobxjs/mobx - fe5d96ee70f101467803accd9b8915c5e3f9905f authored over 8 years ago
added getAtom / getDebugName / getAdministration cc @testsuo

github.com/mobxjs/mobx - 09bce4664def61692b2f4f3931fb46e7fef54939 authored over 8 years ago
Improve readability

I gave the text a light readability pass. Mostly just split up too long paragraphs to make the t...

github.com/mobxjs/mobx - a294963d0e2226bdadbddc9e59373b3dcb352c1f authored almost 9 years ago