Commit Graph

71 Commits

Author SHA1 Message Date
Michel Weststrate
04e98c40e4 Docs and more tests 2018-10-12 20:25:03 +02:00
Michel Weststrate
99ba010f88 Some fixes 2018-10-12 20:18:36 +02:00
Michel Weststrate
ec1fc0808f More tests 2018-10-12 20:12:12 +02:00
Michel Weststrate
1eadedde33 Make sure administration is not grabbed 2018-10-12 19:53:20 +02:00
Michel Weststrate
9dd2387dd4 initial implementation of deep observe 2018-10-12 19:47:27 +02:00
Mark Buer
e2baf213e0 fix createTransformer id collision 2018-07-30 08:07:28 +09:30
Michel Weststrate
f4879f273d Added mobx5 compatibility 2018-06-04 19:53:30 +02:00
Rafał Filipek
2ee1a1dd6c Add computed properties in view-model 2018-04-25 21:56:57 +02:00
Michel Weststrate
fabd40a870 Fixed #119, it is not possible to wrap fromPromises 2018-04-23 07:06:03 +02:00
Jeff Hansen
d024478cc7 feat: add moveItem array utility
Ripped from MobX with the deprecation warning removed.
2018-03-26 20:30:22 +02:00
Michel Weststrate
e5cd42bc9f restored decorator implementation 2018-03-12 16:01:28 +01:00
Michel Weststrate
7c6a2b6bf7 Removed .promise 2018-03-06 22:21:21 +01:00
Michel Weststrate
50e1b84e0d Fixed some promise issues 2018-03-06 22:20:10 +01:00
Michel Weststrate
58e1b29377 Fixing tests 2018-03-06 22:15:21 +01:00
Michel Weststrate
f6d4a7d615 Fixing stuff 2018-03-06 21:46:02 +01:00
Michel Weststrate
16e54503ed Moved createTransformer from mobx to mobx-utils 2018-02-27 10:23:17 +01:00
Michel Weststrate
194607dede Moved expr from mobx to mobx-utils 2018-02-27 09:50:09 +01:00
Michel Weststrate
a8f8d70295 Upgraded tests / impl to mobx4 2018-02-27 09:47:00 +01:00
Michel Weststrate
b1a55c6d1b changed default of to false to avoid changing behavior 2017-11-23 14:55:03 +01:00
Michel Weststrate
26a4fe7f7a Merge branch 'master' into feature/toStreamPushInitialValue 2017-11-23 14:49:40 +01:00
Peter Donald
140665188b Run prettier over the codebase 2017-09-29 13:32:24 +10:00
Robert Parker
776c32b77e Update fromPromise documentation
* re-add src/when-async.ts
* fix relative import path in test/type-tests.ts
2017-09-27 15:46:50 -07:00
Netanel Basal
08222505f8 Change toStream to push the initial value 2017-09-27 15:55:07 +03:00
Michel Weststrate
cdf48b1b82 Merge pull request #64 from mobxjs/async-action
Introduce `asyncAction` to support asynchronous actions that auto wrap `runInAction`
2017-07-25 10:49:12 +02:00
Michel Weststrate
a984f2d38e removed test flakyness 2017-07-25 10:42:55 +02:00
Michel Weststrate
487c9e164e Added docs 2017-07-25 10:27:29 +02:00
Michel Weststrate
3c07ce5679 Merge pull request #63 from mobxjs/frompromise-improvements
Improve `fromPromise`
2017-07-25 09:14:40 +02:00
Michel Weststrate
ba2790d488 Added nice action names for debugging 2017-07-25 06:08:01 +02:00
Michel Weststrate
aba43f8a79 Implemented asyncAction 2017-07-24 16:39:37 +02:00
Michel Weststrate
241d8511c1 Setup typescript tests 2017-07-24 16:39:27 +02:00
Michel Weststrate
f29ee0b890 Fixed #40 2017-07-24 14:36:01 +02:00
Michel Weststrate
bdc6c43565 Implemented #45, support directly creating fromPromise from promise function 2017-07-24 14:22:00 +02:00
Michel Weststrate
d8672771c9 Implemented #36 2017-07-24 13:02:12 +02:00
Michel Weststrate
97e870d34d Improved typings, removed initialValue 2017-07-24 12:44:44 +02:00
Michel Weststrate
21093be312 Fixed #56, state and value of promises are now observable 2017-07-24 11:15:06 +02:00
jamiewinder
4aac303288 fix test 2017-01-30 21:26:16 +00:00
jamiewinder
78422d9ffa attempt at tests! 2017-01-30 21:15:57 +00:00
Michel Weststrate
626e6e984b Refresh shouldn' t start lazy obs if not started yet, fixes #25 2017-01-12 16:11:20 +01:00
RainerAtSpirit
c5cdbb1d62 change deprecated transaction to runInAction 2017-01-10 11:49:28 +01:00
Michel Weststrate
7e5cf303e7 Upgraded to MobX3 2017-01-09 20:50:36 +01:00
Michel Weststrate
a45d274dba Fixed #34: fromStream not working in strict mode 2017-01-09 20:17:43 +01:00
Michel Weststrate
22a783c0c9 Merge pull request #28 from daitr92/master
add reset feature for lazyObservable
2017-01-09 20:07:12 +01:00
Michel Weststrate
d80f853f7c use allowStateChanges instead of action to create lazy observables 2017-01-03 08:25:38 +01:00
Michel Weststrate
690323fe3e introduced now 2016-12-31 17:04:00 +01:00
Michel Weststrate
f6612c23d9 Introduced fromStream / toStream
See https://github.com/mobxjs/mobx/issues/677
2016-12-24 23:48:28 +01:00
daitr-gu
bf46ac052b add reset feature for lazyObservable 2016-12-09 11:26:25 +07:00
A-gambit
18725e8d31 strict mode 2016-11-15 00:42:22 +02:00
A-gambit
834f23dd5b lint js 2016-11-15 00:40:27 +02:00
A-gambit
2fea5d06d7 tslint and test refactoring 2016-11-15 00:24:33 +02:00
Michel Weststrate
14c0082429 Merge pull request #20 from voxuanthinh/master
add invalidating to lazyObservable
2016-11-01 11:52:33 +01:00