Commit Graph

260 Commits

Author SHA1 Message Date
Michel Weststrate
6067edd06e Build fix 2018-10-16 13:08:09 +02:00
Michel Weststrate
997ee64c6f bye linters 2018-10-16 12:10:43 +02:00
Michel Weststrate
3ad1c9058a Fixed linting issues 2018-10-16 12:07:37 +02:00
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
883d3f2d75 lastest mobx version 2018-10-12 19:48:57 +02:00
Michel Weststrate
9dd2387dd4 initial implementation of deep observe 2018-10-12 19:47:27 +02:00
Michel Weststrate
052d400d11 Published version 5.0.2 5.0.2 2018-09-04 14:39:27 +02:00
Michel Weststrate
3d7e4452ff Expose IStreamListener, implements #143 2018-09-04 14:31:06 +02:00
Michel Weststrate
66ad42afcb Merge pull request #147 from pelotom/patch-1
Make IObservableStream overload order match RXJS Subscribable
2018-09-04 14:23:12 +02:00
Tom Crockett
e9b9709c9b Make IObservableStream overload order match RXJS 2018-09-03 15:10:36 -07:00
Samuel Greene
364f5c4a00 Merge pull request #145 from wangdejun/master
fix Uppercase in doc
2018-08-30 10:35:14 -04:00
wangdejun
36bb97197b Merge pull request #1 from wangdejun/wangdejun-patch-1
Update README.md
2018-08-30 09:41:26 +08:00
wangdejun
e20fb8f965 Update README.md 2018-08-30 09:41:10 +08:00
Michel Weststrate
afa1e833fe Published version 5.0.1 5.0.1 2018-08-17 16:16:54 +02:00
Michel Weststrate
096593f889 improved typings 2018-08-17 16:12:38 +02:00
Michel Weststrate
14726b3b59 Merge pull request #139 from kuitos/master
update ci configuration and changelog
2018-08-17 16:12:31 +02:00
Michel Weststrate
741c74408f Merge pull request #142 from domehead100/patch-1
Replace word "sink" with "sync" in documentation
2018-08-17 16:11:06 +02:00
Michel Weststrate
b9f5f1d6b8 Merge branch 'master' into master 2018-08-17 16:09:29 +02:00
Michel Weststrate
3d7a55c2b6 Merge pull request #135 from mark-buer/patch1
fix createTransformer id collision
2018-08-17 16:08:20 +02:00
Michael Stephenson
977f1f3613 Replace word "sink" with "sync" in documentation
Replace "sink" with "sync" in documentation of lazyObservable and fromResource.

Fixes #141
2018-08-16 00:33:30 -04:00
Mark Buer
e2baf213e0 fix createTransformer id collision 2018-07-30 08:07:28 +09:30
Kuitos
38ca0b9b89 fixed lint errors 2018-07-19 15:51:06 +08:00
Kuitos
a4a330649d bump version & add changelog 2018-07-19 15:42:27 +08:00
Kuitos
bbc4ba3431 update ci configuration 2018-07-19 15:34:45 +08:00
Samuel Greene
77a23c25b6 Merge pull request #137 from kuitos/master
support webpack v4 sideEffects feature for enhanced tree shaking
2018-07-18 12:55:56 -04:00
Kuitos
f939834b7c support webpack v4 sideEffects feature for enhanced tree shaking 2018-07-18 13:24:25 +08:00
Michel Weststrate
44869fc934 Published version 5.0.0 5.0.0 2018-06-04 19:56:45 +02:00
Michel Weststrate
f4879f273d Added mobx5 compatibility 2018-06-04 19:53:30 +02:00
Michel Weststrate
c6b894276a Merge pull request #126 from RafalFilipek/master
Add computed properties in view-model
2018-06-04 16:47:41 +02:00
Matt Ruby
2e86199ddb Merge pull request #132 from JoshuaKGoldberg/patch-1
README.md type: \@ in code snippet
2018-06-02 08:47:43 -05:00
Josh Goldberg
7535a7f4f3 README.md type: \@ in code snippet 2018-06-01 21:31:41 -07:00
Michel Weststrate
975dadbc49 Merge pull request #127 from gene9/patch-1
Updated README.md - minor typo
2018-05-10 11:56:39 +03:00
Andrey Sidorenko
d6695647f4 Updated README.md - minor typo 2018-05-09 10:13:54 -05:00
Rafał Filipek
2ee1a1dd6c Add computed properties in view-model 2018-04-25 21:56:57 +02:00
Michel Weststrate
e46fcabb65 Published version 4.0.1 4.0.1 2018-04-23 08:22:01 +02:00
Michel Weststrate
f3387ede15 Updated changelog 2018-04-23 08:19:59 +02:00
Michel Weststrate
fabd40a870 Fixed #119, it is not possible to wrap fromPromises 2018-04-23 07:06:03 +02:00
Michel Weststrate
73fe5683c6 Merge pull request #118 from navidjh/master
adding resetProperty to IViewModel
2018-04-23 06:15:10 +02:00
Michel Weststrate
03a5447c4a Merge pull request #121 from jeffijoe/master
feat: add `moveItem` array utility
2018-04-23 06:14:09 +02:00
Samuel Greene
19fcb1dd2e Merge pull request #125 from runningskull/export-viewmodel
Export ViewModel class
2018-04-12 17:17:52 -04:00
Juan Patten
08bc11c1d0 export ViewModel class 2018-04-12 10:44:42 -06: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
Navid Jalali Heravi
dad81337af adding resetProperty to IViewModel 2018-03-19 17:32:10 -07:00
Samuel Greene
b3fa42bbe1 Merge pull request #115 from xaviergonz/patch-1
fix for warning " > mobx-utils@4.0.0" has incorrect peer dependency "mobx@4.0.0"
2018-03-18 17:55:30 -04:00
Javier Gonzalez
0cdc209517 fix for warning " > mobx-utils@4.0.0" has incorrect peer dependency "mobx@4.0.0" 2018-03-15 18:13:05 +01:00
Michel Weststrate
835330014e Published version 4.0.0 4.0.0 2018-03-12 16:02:48 +01:00
Michel Weststrate
1e7e04482f Merge branch 'mobx4' 2018-03-12 16:01:59 +01:00