Commit Graph

113 Commits

Author SHA1 Message Date
Javier Gonzalez
a37d37817a update some dev-deps 2019-10-13 20:17:28 +02:00
Javier Gonzalez
8fa8629e3c try to fix unit test 2019-10-13 17:45:14 +02:00
Javier Gonzalez
7a8a432f6c silly commit to retrigger build 2019-10-13 17:33:32 +02:00
Javier Gonzalez
07ff07543d silly commit to retrigger build 2019-10-13 17:33:20 +02:00
Javier Gonzalez
4f28a46b24 removed wrong unit test 2019-10-08 19:22:19 +02:00
Javier Gonzalez
475bb2e98f fix recursivity, some edge cases 2019-10-08 19:13:31 +02:00
Javier Gonzalez
af6b1914ea fix dangling promises, improve unit tests 2019-10-07 20:29:04 +02:00
Javier Gonzalez
63acececdd slight improvement to unit tests 2019-10-06 21:31:55 +02:00
Javier Gonzalez
48cebea8df fixed more typos 2019-10-06 16:42:10 +02:00
Javier Gonzalez
89a4f167b0 actionasync 2019-10-06 16:24:28 +02:00
Michel Weststrate
75733b1302 applied prettier 2019-10-02 14:33:19 +01:00
Michel Weststrate
772854fe42 Merge pull request #216 from wrench7/fix-create-view-model-missing-properties
Fix: reinstate createViewModel unobserved properties
2019-10-02 14:24:15 +01:00
Jason Langdon
e617af6ddb remove superfluous code that getAllMethodsAndProperties relies on 2019-10-01 12:24:43 +01:00
Jason Langdon
853bd37647 fix unobserved properties not being included in createViewModel 2019-09-26 10:43:34 +01:00
David Hearnden
1652bb20fe Supports IComputedOptions in computedFn 2019-09-20 15:41:58 +10:00
Michel Weststrate
a7076d5b42 Better computed name 2019-04-18 16:27:24 +02:00
Michel Weststrate
abed715e0c Added tests, implementation refinement 2019-04-18 16:17:36 +02:00
Michel Weststrate
bf13617331 small rename 2019-04-17 23:44:46 +02:00
Michel Weststrate
846691b5c9 Implemented deepMap 2019-04-17 23:40:46 +02:00
Michel Weststrate
7c13bcc5b0 Merge branch 'es6-getters-create-view-model' of https://github.com/wrench7/mobx-utils into wrench7-es6-getters-create-view-model 2019-04-17 16:11:18 +02:00
Michel Weststrate
ee840ea0e2 Updated dependencies to fix Github security warnings 2019-04-10 17:04:19 +02:00
Michel Weststrate
8e90487b5a Stricter typings for create-view-model. See #182 2019-04-10 16:46:36 +02:00
Michel Weststrate
b1fb160f44 Merge pull request #182 from mobxjs/view-model-add-to-interface
[CreateViewModel] - Add changedValues to interface
2019-04-10 17:39:17 +03:00
Michel Weststrate
ba820882e7 Merge pull request #174 from hepuxuan/lazyObservable-no-longer-work-after-reset
set started to false when calling lazyObservable.reset to allow further update to lazyObservable.
2019-04-10 17:37:39 +03:00
Michel Weststrate
6cae7d136a Merge pull request #177 from wbercx/deepobserve-guard
Fix: guard around unobserveRecursively to avoid error being thrown
2019-04-10 17:36:09 +03:00
Michel Weststrate
84d2792db1 Merge pull request #176 from mobxjs/add-name-to-create-transformer
[CreateTransformer] - Add debugging name
2019-04-10 17:34:05 +03:00
Jason Langdon
5d147c1a43 Fix: ensure ES6 observable getters are included in createViewModel 2019-04-02 16:44:41 +01:00
Itamar Sharify
6cfb95677a [CreateTransformer] - Add debugging name
Fixes Issue #129
2019-03-15 23:57:49 +02:00
miton18
aaa064ba4c Lazy-observable pending unit tests 2019-03-13 16:23:50 +01:00
Itamar Sharify
6f0d5410c9 [CreateViewModel] - Add changedValues to interface 2019-03-12 00:09:57 +02:00
Wesley Bercx
c9f554df89 Update with upstream master to resolve conflicts. 2019-03-11 12:36:25 +11:00
Wesley Bercx
dc7d9d4aff Added test for primitive value changes. 2019-03-11 12:28:44 +11:00
Puxuan
28577b9252 add unit test 2019-03-06 22:54:19 -06:00
Jef Hellemans
f6a73b86bd [Case] - Return fulfilled if callback not supplied (#167) 2019-03-04 15:11:12 +02:00
Itamar Sharify
a5354c5220 [CreateViewModel] - Add changedValues computed
Fixed issue #171
Fixed issue #173
2019-02-20 23:24:28 +02:00
Michel Weststrate
3916cc807c Merge pull request #159 from hc-12/patch-2
Allow memoization of function parameter
2018-11-19 10:09:36 +01:00
Michel Weststrate
13430e9b76 Merge pull request #160 from ItamarShDev/add-current-promise-to-fromPromise
Allow passing previous state to fromPromise
2018-11-19 10:08:45 +01:00
Itamar Sharify
da1a34b135 Allow passing previous state to fromPromise 2018-11-09 23:37:28 +02:00
Itamar Sharify
7231c273b2 Add tests and fix deprecations and warnings 2018-10-27 13:11:52 +03:00
Henry Chung
29989cb8b0 test: createTransform function parameter type check 2018-10-23 22:13:51 +11:00
Michel Weststrate
3ebe2391a7 Merge pull request #154 from mobxjs/deepObserve
Introduce deepObserve
2018-10-16 13:17:36 +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
9dd2387dd4 initial implementation of deep observe 2018-10-12 19:47:27 +02:00
David O'Trakoun
89a2236394 fix typos 2018-09-11 01:48:38 -04: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