Javier Gonzalez
|
c8fac112c2
|
fix typo
|
2019-03-26 21:21:14 +01:00 |
|
Javier Gonzalez
|
b0c1869912
|
update changelog
|
2019-03-26 21:19:44 +01:00 |
|
Javier Gonzalez
|
8a7e4323f4
|
update docs
|
2019-03-26 21:18:27 +01:00 |
|
Javier Gonzalez
|
28a66578a8
|
upgrade jest, add updateableObservable
|
2019-03-26 21:16:02 +01:00 |
|
asaarnak
|
ecb5e849b0
|
Fix fromPromise types. Add oldPromise? argument. (#179)
|
2019-03-14 00:53:16 +02:00 |
|
Michel Weststrate
|
fa20801d50
|
Modernized deps, fixed some security warnings (hopefully)
|
2019-03-04 22:24:30 +01:00 |
|
Michel Weststrate
|
f10ac1c5f7
|
Published version 5.2.0
5.2.0
|
2019-03-04 21:59:09 +01:00 |
|
Michel Weststrate
|
6930ee9729
|
Added missing item to changelog
|
2019-03-04 21:58:27 +01:00 |
|
Michel Weststrate
|
c7764dedea
|
"Borrowed" sligthly more modern publish script from mobx-react
|
2019-03-04 21:54:45 +01:00 |
|
Michel Weststrate
|
439b81e8eb
|
Updated changelog for 5.2.0
|
2019-03-04 21:48:42 +01:00 |
|
Michel Weststrate
|
c669f2b95a
|
Added note that deepObserve doesn't support computeds. See #168
|
2019-03-04 21:39:28 +01:00 |
|
Jef Hellemans
|
f6a73b86bd
|
[Case] - Return fulfilled if callback not supplied (#167)
|
2019-03-04 15:11:12 +02:00 |
|
Vojtech Novak
|
299557e2d6
|
Update from-promise.ts (#175)
* Update from-promise.ts
|
2019-03-03 09:51:34 +02:00 |
|
itamar sharify
|
b1af44d920
|
Merge pull request #172 from ItamarShDev/create-view-model-changed-values
[CreateViewModel] - Add changedValues computed
|
2019-02-22 00:32:55 +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
|
c1d82ef88d
|
Merge pull request #169 from dr0p/bugfix/honor-enumerable-property-descriptor
Bugfix: createViewModel to honor the non-enumerability of a property
|
2019-01-04 17:22:48 +01:00 |
|
dr0p
|
9aebd222f1
|
createViewModel now honors the non-enumerability of a property
|
2019-01-04 15:57:00 +02:00 |
|
Michel Weststrate
|
09a51bc4c7
|
Published version 5.1.0
5.1.0
|
2018-11-19 10:39:16 +01:00 |
|
Michel Weststrate
|
df23e7db44
|
Updated docs / tests
|
2018-11-19 10:32:11 +01: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 |
|
Michel Weststrate
|
e2368fbeaa
|
Merge pull request #161 from ItamarShDev/unit-test-fixes
Add tests and fix deprecations and warnings
|
2018-11-19 09:30:23 +01:00 |
|
Itamar Sharify
|
da1a34b135
|
Allow passing previous state to fromPromise
|
2018-11-09 23:37:28 +02:00 |
|
Matt Ruby
|
f278baeec3
|
Merge pull request #164 from UppaJung/patch-1
correct grammar: "to early" => "too early"
|
2018-11-08 06:56:30 -06:00 |
|
Stuart Schechter
|
13935f65f4
|
"allowing observes to" => "allowing observers to"
|
2018-11-05 14:02:32 +09:00 |
|
Stuart Schechter
|
ac12d89689
|
Update README.md
|
2018-11-05 13:52:30 +09:00 |
|
Stuart Schechter
|
3bc9a16a7a
|
correct grammar: "to early" => "too early"
|
2018-11-05 13:50:07 +09:00 |
|
Henry Chung
|
addc4eb264
|
refactor: simplified object to string conversion
|
2018-10-29 11:37:26 +11:00 |
|
Itamar Sharify
|
7231c273b2
|
Add tests and fix deprecations and warnings
|
2018-10-27 13:11:52 +03:00 |
|
Henry Chung
|
ee39ed04f9
|
chore: update yarn.lock
|
2018-10-23 22:14:26 +11:00 |
|
Henry Chung
|
29989cb8b0
|
test: createTransform function parameter type check
|
2018-10-23 22:13:51 +11:00 |
|
Henry Chung
|
f423bbc135
|
refactor: error message to include function type & print symbol value
|
2018-10-23 22:13:04 +11:00 |
|
Michel Weststrate
|
0c28efabbd
|
Published version 5.0.4
5.0.4
|
2018-10-23 11:10:22 +02:00 |
|
Michel Weststrate
|
aed0907099
|
Fixed #158, deepObserve not being available
|
2018-10-23 11:09:34 +02:00 |
|
Henry Chung
|
575e7a712e
|
Allow memoization of function parameter
This would allow transformer to accept function as prop which may custom properties.
|
2018-10-23 09:53:42 +11:00 |
|
Javier Gonzalez
|
5839f69f2c
|
clarifications for deep observe (#155)
* clarifications for deep observe
* Update README.md
* code review fixes
|
2018-10-20 20:22:27 +02:00 |
|
Michel Weststrate
|
714024ab9e
|
Added code comment
|
2018-10-16 14:26:23 +02:00 |
|
Michel Weststrate
|
3393ad39be
|
regenned docs
|
2018-10-16 14:17:23 +02:00 |
|
Michel Weststrate
|
93fdac86ff
|
Published version 5.0.3
5.0.3
|
2018-10-16 14:16:34 +02:00 |
|
Michel Weststrate
|
3ebe2391a7
|
Merge pull request #154 from mobxjs/deepObserve
Introduce deepObserve
|
2018-10-16 13:17:36 +02:00 |
|
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
|
d262ffcda8
|
Merge pull request #153 from n9/patch-1
Update when-async.ts
|
2018-10-16 12:02:45 +02:00 |
|
n9
|
475ab403af
|
Update when-async.ts
deprecation comment
|
2018-10-15 17:24:34 +02:00 |
|
Matt Ruby
|
7d88988d22
|
Merge pull request #152 from n9/patch-1
Update README.md
|
2018-10-15 09:47:07 -05:00 |
|
n9
|
566428b569
|
Update README.md
whenAsync is deprecated
|
2018-10-15 16:11:32 +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 |
|