Commit Graph

  • c9f554df89 Update with upstream master to resolve conflicts. Wesley Bercx 2019-03-11 12:36:25 +11:00
  • dc7d9d4aff Added test for primitive value changes. Wesley Bercx 2019-03-11 12:28:44 +11:00
  • c9a6680c1c Add pending observable in lazyObservable miton18 2019-03-07 11:15:21 +01:00
  • 28577b9252 add unit test Puxuan 2019-03-06 22:47:17 -06:00
  • b563b61a89 Move isRecursivelyObservable out of deepObserve's closure Wesley Bercx 2019-03-05 22:50:54 +11:00
  • fa20801d50 Modernized deps, fixed some security warnings (hopefully) Michel Weststrate 2019-03-04 22:24:30 +01:00
  • f10ac1c5f7 Published version 5.2.0 5.2.0 Michel Weststrate 2019-03-04 21:59:09 +01:00
  • 6930ee9729 Added missing item to changelog Michel Weststrate 2019-03-04 21:58:27 +01:00
  • c7764dedea "Borrowed" sligthly more modern publish script from mobx-react Michel Weststrate 2019-03-04 21:52:45 +01:00
  • 439b81e8eb Updated changelog for 5.2.0 Michel Weststrate 2019-03-04 21:48:42 +01:00
  • c669f2b95a Added note that deepObserve doesn't support computeds. See #168 Michel Weststrate 2019-03-04 21:39:28 +01:00
  • f6a73b86bd [Case] - Return fulfilled if callback not supplied (#167) Jef Hellemans 2019-03-04 14:11:12 +01:00
  • da9a593891 Also guard array splice. Wesley Bercx 2019-03-04 23:37:27 +11:00
  • 47312982af Fix: guard around unobserveRecursively to avoid error being thrown Wesley Bercx 2019-03-04 22:22:39 +11:00
  • 299557e2d6 Update from-promise.ts (#175) Vojtech Novak 2019-03-03 08:51:34 +01:00
  • 3795f8e421 set started to false when calling lazyObservable.reset to allow further update to lazyObservable. phe 2019-02-27 17:23:06 -06:00
  • b1af44d920 Merge pull request #172 from ItamarShDev/create-view-model-changed-values itamar sharify 2019-02-22 00:32:55 +02:00
  • a5354c5220 [CreateViewModel] - Add changedValues computed Itamar Sharify 2019-02-07 01:17:59 +02:00
  • c1d82ef88d Merge pull request #169 from dr0p/bugfix/honor-enumerable-property-descriptor Michel Weststrate 2019-01-04 17:22:48 +01:00
  • 9aebd222f1 createViewModel now honors the non-enumerability of a property dr0p 2019-01-04 15:57:00 +02:00
  • 09a51bc4c7 Published version 5.1.0 5.1.0 Michel Weststrate 2018-11-19 10:39:16 +01:00
  • df23e7db44 Updated docs / tests Michel Weststrate 2018-11-19 10:32:11 +01:00
  • 3916cc807c Merge pull request #159 from hc-12/patch-2 Michel Weststrate 2018-11-19 10:09:36 +01:00
  • 13430e9b76 Merge pull request #160 from ItamarShDev/add-current-promise-to-fromPromise Michel Weststrate 2018-11-19 10:08:45 +01:00
  • e2368fbeaa Merge pull request #161 from ItamarShDev/unit-test-fixes Michel Weststrate 2018-11-19 09:30:23 +01:00
  • da1a34b135 Allow passing previous state to fromPromise Itamar Sharify 2018-10-27 11:59:09 +03:00
  • f278baeec3 Merge pull request #164 from UppaJung/patch-1 Matt Ruby 2018-11-08 06:56:30 -06:00
  • 13935f65f4 "allowing observes to" => "allowing observers to" Stuart Schechter 2018-11-05 14:02:32 +09:00
  • ac12d89689 Update README.md Stuart Schechter 2018-11-05 13:52:30 +09:00
  • 3bc9a16a7a correct grammar: "to early" => "too early" Stuart Schechter 2018-11-05 13:50:07 +09:00
  • addc4eb264 refactor: simplified object to string conversion Henry Chung 2018-10-29 11:37:26 +11:00
  • 7231c273b2 Add tests and fix deprecations and warnings Itamar Sharify 2018-10-27 13:10:18 +03:00
  • ee39ed04f9 chore: update yarn.lock Henry Chung 2018-10-23 22:14:26 +11:00
  • 29989cb8b0 test: createTransform function parameter type check Henry Chung 2018-10-23 22:13:51 +11:00
  • f423bbc135 refactor: error message to include function type & print symbol value Henry Chung 2018-10-23 22:13:04 +11:00
  • 0c28efabbd Published version 5.0.4 5.0.4 Michel Weststrate 2018-10-23 11:10:22 +02:00
  • aed0907099 Fixed #158, deepObserve not being available Michel Weststrate 2018-10-23 11:09:34 +02:00
  • 575e7a712e Allow memoization of function parameter Henry Chung 2018-10-23 09:53:42 +11:00
  • 5839f69f2c clarifications for deep observe (#155) Javier Gonzalez 2018-10-20 20:22:27 +02:00
  • aa89535c09 code review fixes deep-observe-readme Javier Gonzalez 2018-10-19 21:48:34 +02:00
  • ebc57a900c Update README.md Javier Gonzalez 2018-10-16 23:14:17 +02:00
  • 400993af17 clarifications for deep observe Javier Gonzalez 2018-10-16 23:13:39 +02:00
  • 714024ab9e Added code comment Michel Weststrate 2018-10-16 14:26:23 +02:00
  • 3393ad39be regenned docs Michel Weststrate 2018-10-16 14:17:23 +02:00
  • 93fdac86ff Published version 5.0.3 5.0.3 Michel Weststrate 2018-10-16 14:16:34 +02:00
  • 3ebe2391a7 Merge pull request #154 from mobxjs/deepObserve Michel Weststrate 2018-10-16 13:17:36 +02:00
  • 6067edd06e Build fix deepObserve Michel Weststrate 2018-10-16 13:08:09 +02:00
  • 997ee64c6f bye linters Michel Weststrate 2018-10-16 12:10:43 +02:00
  • 3ad1c9058a Fixed linting issues Michel Weststrate 2018-10-16 12:07:37 +02:00
  • d262ffcda8 Merge pull request #153 from n9/patch-1 Michel Weststrate 2018-10-16 12:02:45 +02:00
  • 475ab403af Update when-async.ts n9 2018-10-15 17:24:34 +02:00
  • 7d88988d22 Merge pull request #152 from n9/patch-1 Matt Ruby 2018-10-15 09:47:07 -05:00
  • 566428b569 Update README.md n9 2018-10-15 16:11:32 +02:00
  • 04e98c40e4 Docs and more tests Michel Weststrate 2018-10-12 20:25:03 +02:00
  • 99ba010f88 Some fixes Michel Weststrate 2018-10-12 20:18:36 +02:00
  • ec1fc0808f More tests Michel Weststrate 2018-10-12 20:12:12 +02:00
  • 1eadedde33 Make sure administration is not grabbed Michel Weststrate 2018-10-12 19:53:20 +02:00
  • 883d3f2d75 lastest mobx version Michel Weststrate 2018-10-12 19:48:57 +02:00
  • 9dd2387dd4 initial implementation of deep observe Michel Weststrate 2018-10-12 19:47:27 +02:00
  • 21675452d0 Merge pull request #150 from vonovak/patch-6 Matt Ruby 2018-09-13 18:38:17 -05:00
  • 96d5d5ac64 Update from-promise.ts Vojtech Novak 2018-09-14 00:12:53 +02:00
  • c35b118362 Merge pull request #149 from davidosomething/typos Matt Ruby 2018-09-13 14:38:07 -05:00
  • f82aaac463 plural David O'Trakoun 2018-09-11 01:50:42 -04:00
  • 89a2236394 fix typos David O'Trakoun 2018-09-11 01:48:38 -04:00
  • 052d400d11 Published version 5.0.2 5.0.2 Michel Weststrate 2018-09-04 14:39:27 +02:00
  • 3d7e4452ff Expose IStreamListener, implements #143 Michel Weststrate 2018-09-04 14:31:06 +02:00
  • 66ad42afcb Merge pull request #147 from pelotom/patch-1 Michel Weststrate 2018-09-04 14:23:12 +02:00
  • e9b9709c9b Make IObservableStream overload order match RXJS Tom Crockett 2018-09-03 15:10:36 -07:00
  • 364f5c4a00 Merge pull request #145 from wangdejun/master Samuel Greene 2018-08-30 10:35:14 -04:00
  • 36bb97197b Merge pull request #1 from wangdejun/wangdejun-patch-1 wangdejun 2018-08-30 09:41:26 +08:00
  • e20fb8f965 Update README.md wangdejun 2018-08-30 09:41:10 +08:00
  • afa1e833fe Published version 5.0.1 5.0.1 Michel Weststrate 2018-08-17 16:16:54 +02:00
  • 096593f889 improved typings Michel Weststrate 2018-08-17 16:11:32 +02:00
  • 14726b3b59 Merge pull request #139 from kuitos/master Michel Weststrate 2018-08-17 16:12:31 +02:00
  • 741c74408f Merge pull request #142 from domehead100/patch-1 Michel Weststrate 2018-08-17 16:11:06 +02:00
  • b9f5f1d6b8 Merge branch 'master' into master Michel Weststrate 2018-08-17 16:09:29 +02:00
  • 3d7a55c2b6 Merge pull request #135 from mark-buer/patch1 Michel Weststrate 2018-08-17 16:08:20 +02:00
  • 977f1f3613 Replace word "sink" with "sync" in documentation Michael Stephenson 2018-08-16 00:33:30 -04:00
  • e2baf213e0 fix createTransformer id collision Mark Buer 2018-06-26 12:36:20 +09:30
  • 38ca0b9b89 fixed lint errors Kuitos 2018-07-19 15:51:06 +08:00
  • a4a330649d bump version & add changelog Kuitos 2018-07-19 15:42:27 +08:00
  • bbc4ba3431 update ci configuration Kuitos 2018-07-19 15:34:45 +08:00
  • 77a23c25b6 Merge pull request #137 from kuitos/master Samuel Greene 2018-07-18 12:55:56 -04:00
  • f939834b7c support webpack v4 sideEffects feature for enhanced tree shaking Kuitos 2018-07-18 13:24:25 +08:00
  • 44869fc934 Published version 5.0.0 5.0.0 Michel Weststrate 2018-06-04 19:56:45 +02:00
  • f4879f273d Added mobx5 compatibility Michel Weststrate 2018-06-04 19:53:30 +02:00
  • c6b894276a Merge pull request #126 from RafalFilipek/master Michel Weststrate 2018-06-04 16:47:41 +02:00
  • 2e86199ddb Merge pull request #132 from JoshuaKGoldberg/patch-1 Matt Ruby 2018-06-02 08:47:43 -05:00
  • 7535a7f4f3 README.md type: \@ in code snippet Josh Goldberg 2018-06-01 21:31:41 -07:00
  • 975dadbc49 Merge pull request #127 from gene9/patch-1 Michel Weststrate 2018-05-10 11:56:39 +03:00
  • d6695647f4 Updated README.md - minor typo Andrey Sidorenko 2018-05-09 10:13:54 -05:00
  • 2ee1a1dd6c Add computed properties in view-model Rafał Filipek 2018-04-25 21:56:57 +02:00
  • e46fcabb65 Published version 4.0.1 4.0.1 Michel Weststrate 2018-04-23 08:22:01 +02:00
  • f3387ede15 Updated changelog Michel Weststrate 2018-04-23 08:19:59 +02:00
  • fabd40a870 Fixed #119, it is not possible to wrap fromPromises Michel Weststrate 2018-04-23 07:06:03 +02:00
  • 73fe5683c6 Merge pull request #118 from navidjh/master Michel Weststrate 2018-04-23 06:15:10 +02:00
  • 03a5447c4a Merge pull request #121 from jeffijoe/master Michel Weststrate 2018-04-23 06:14:09 +02:00
  • 19fcb1dd2e Merge pull request #125 from runningskull/export-viewmodel Samuel Greene 2018-04-12 17:17:52 -04:00
  • 08bc11c1d0 export ViewModel class Juan Patten 2018-04-12 10:44:42 -06:00
  • d024478cc7 feat: add moveItem array utility Jeff Hansen 2018-03-26 20:30:22 +02:00