96 Commits

Author SHA1 Message Date
Yonggoo Noh
3a1ee03527 chore: Fix indentation (#299) 2021-08-16 21:12:54 +01:00
Michel Weststrate
5c2b956f5f docs: improve docs of expr / createTransfomer per #267 2021-04-11 14:58:18 +01:00
Michel Weststrate
68bc4ad909 Published version 6.0.1 2020-10-03 20:13:39 +01:00
Michel Weststrate
c2330f8a8d Made mobx-utils compatible with MobX 6 2020-08-21 21:45:52 +01:00
Adrian Leonhard
ae261403da Don't attempt to polyfill Symbol, leave it up to the user.
Closes #263
2020-08-05 22:42:09 +02:00
Adrian Leonhard
1e659acca3 fromResource/lazyObservable: reorder docs/overloads to generate docs properly 2020-05-25 10:37:46 +02:00
Benjamin Bock
28acc5c5a6 Move OGM constructor docs to class head.
As recommended by https://github.com/documentationjs/documentation/blob/HEAD/docs/RECIPES.md#classes.
2020-05-24 20:21:48 +02:00
Michel Weststrate
cc346a6e9a Published version 5.6.0 2020-05-23 12:00:06 +01:00
Adrian Leonhard
de1a77d938 Update devDependencies 2020-05-23 12:00:48 +02:00
Adrian Leonhard
4a040b0291 add npm badge 2020-05-15 18:28:40 +02:00
Adrian Leonhard
562298216a Regenerate README.md 2020-05-15 18:25:26 +02:00
Adrian Leonhard
cc69152427 Add OGM documentation 2020-05-04 15:41:03 +02:00
Javier Gonzalez
def1e3744f rebuilt docs 2020-04-05 12:41:57 +02:00
Michel Weststrate
b15d4c4960 Published version 5.5.5 2020-03-03 21:25:50 +00:00
Vojtech Novak
1778933214 add ref modifier to searchResults
technically this is more accurate as fromPromise returns promise with some fields being already observable, so there's no need to wrap the whole return value in another observable
2020-02-25 15:22:40 +01:00
xaviergonz
c0c8065b8c Published version 5.5.4 2020-02-21 16:32:22 +01:00
Michel Weststrate
197cfe3554 Published version 5.5.3 2020-01-13 18:57:18 +00:00
Javier Gonzalez
41246eadd7 actionAsync (#217)
* actionasync

* fix docs indentation

* fix typo

* fixed more typos

* slight improvement to unit tests

* add fail function

* fix dangling promises, improve unit tests

* fix recursivity, some edge cases

* removed wrong unit test

* silly commit to retrigger build

* silly commit to retrigger build

* try to fix unit test

* update some dev-deps
2019-10-13 20:28:06 +02:00
Wesley Dews
179513a7b8 Fix typo in README: fromPromse -> fromPromise 2019-08-26 15:21:24 -04:00
Guy Warburg
fe9b9ec2ef docs: fix typo (#204) 2019-06-04 20:21:20 +03:00
Michel Weststrate
69343faeef Published version 5.4.1 2019-06-04 09:57:38 +02:00
Tom Peck
fce16b62b8 Update README.md 2019-05-16 14:58:04 -04:00
Michel Weststrate
5634a2ba7e Published version 5.4.0 2019-04-18 16:34:37 +02:00
Michel Weststrate
0980233e18 Published version 5.3.0 2019-04-17 16:18:26 +02:00
Michel Weststrate
f10ac1c5f7 Published version 5.2.0 2019-03-04 21:59:09 +01:00
Jef Hellemans
f6a73b86bd [Case] - Return fulfilled if callback not supplied (#167) 2019-03-04 15:11:12 +02:00
Michel Weststrate
09a51bc4c7 Published version 5.1.0 2018-11-19 10:39:16 +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
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
Itamar Sharify
7231c273b2 Add tests and fix deprecations and warnings 2018-10-27 13:11:52 +03:00
Michel Weststrate
0c28efabbd Published version 5.0.4 2018-10-23 11:10:22 +02: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
3393ad39be regenned docs 2018-10-16 14:17:23 +02:00
n9
566428b569 Update README.md
whenAsync is deprecated
2018-10-15 16:11:32 +02:00
David O'Trakoun
f82aaac463 plural 2018-09-11 01:50:42 -04:00
David O'Trakoun
89a2236394 fix typos 2018-09-11 01:48:38 -04:00
wangdejun
e20fb8f965 Update README.md 2018-08-30 09:41:10 +08: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
Michel Weststrate
44869fc934 Published version 5.0.0 2018-06-04 19:56:45 +02:00
Josh Goldberg
7535a7f4f3 README.md type: \@ in code snippet 2018-06-01 21:31:41 -07:00
Andrey Sidorenko
d6695647f4 Updated README.md - minor typo 2018-05-09 10:13:54 -05:00
Michel Weststrate
e46fcabb65 Published version 4.0.1 2018-04-23 08:22:01 +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
835330014e Published version 4.0.0 2018-03-12 16:02:48 +01:00
Michel Weststrate
e1ff89f8a0 beta2 2018-03-07 11:32:06 +01:00
Michel Weststrate
f6d4a7d615 Fixing stuff 2018-03-06 21:46:02 +01:00
Will Stone
24314df450 Minor typo
to > too
2018-01-09 15:48:25 +00:00
Michel Weststrate
90bef9532a Published version 3.2.2 2017-11-23 15:15:52 +01:00