Commit Graph

  • d2245bc38b feat: Update package.json to 2.3.2 2.3.2 github-actions[bot] 2022-10-24 12:59:01 +0000
  • f092f6a112 Fix AwaitForAllAssets stackoverflow #394 neuecc 2022-10-24 21:57:42 +0900
  • ed617a04a6 if UNITY_2022_2_OR_NEWER, use destroyCancellationToken neuecc 2022-10-24 21:56:03 +0900
  • 340736795c UnityEvent.AsAsyncEnumerable handle cancel correctly #365 neuecc 2022-10-24 21:51:23 +0900
  • dc804ffb13 breaking changes, UniTask.WaitForFixedUpdate wait at LastFixedUpdate #377 neuecc 2022-10-24 21:18:36 +0900
  • a879989d1c Unity 2023.1.0a15, remove AsyncOperation.GetAwaiter to avoid conflict neuecc 2022-10-24 21:11:49 +0900
  • ee54559532
    Merge pull request #413 from battleroy/battleroy/observable-extension-cancellation-token-forwarding Yoshifumi Kawai 2022-10-12 10:53:30 +0900
  • 4a72ec2a1a Fix cancellation token forwarding at FirstValueToUniTaskObserver and ToUniTaskObserver; Evgeny Chasovitin 2022-10-11 23:01:19 +0400
  • e999268305
    Merge pull request #395 from kroonhorstdino/diagnostics_helper_null_check Yoshifumi Kawai 2022-09-30 18:49:10 +0900
  • 8300c1b1e6
    Merge pull request #399 from shiena/fix/prevent-nre Yoshifumi Kawai 2022-09-30 18:04:57 +0900
  • daa0c7b9a0 fix: prevent NullReferenceException in TimeoutController KOGA Mitsuhiro 2022-09-14 02:56:06 +0900
  • 9b9a4ec76a fix: prevent NullReferenceException in TimeoutController KOGA Mitsuhiro 2022-09-08 15:08:50 +0900
  • 3f8e43b83f
    Remove empty line with spaces Christoph Hüter 2022-08-31 03:00:22 +0200
  • cf6f0799e9
    Remove spaces in empty line Christoph Hüter 2022-08-25 13:51:44 +0200
  • 91ba4f003a
    Add null checks to diagnostics helper functions Christoph Hüter 2022-08-25 13:48:52 +0200
  • f48cb4b03e
    Merge pull request #392 from Ryuu-64/master Yoshifumi Kawai 2022-08-23 10:38:44 +0900
  • 70a243d978 typo in TaskPool.cs internaly -> internally DESKTOP-FQ830JM\Ryuu 2022-08-22 12:20:52 +0800
  • 9b95f3b9f6
    Merge pull request #385 from fpagyu/support-addressablesCN Yoshifumi Kawai 2022-08-02 10:46:39 +0900
  • a25adb601b re-define UNITASK_ADDRESSABLE_SUPPORT for supporting Addressables.CN yuzj 2022-08-01 18:21:04 +0800
  • e6240879c4 chore: checkout@v3 Ikiru Yoshizaki 2022-07-26 15:34:50 +0900
  • a94e8cceac
    Merge pull request #381 from Cysharp/feature/actions Ikiru Yoshizaki 2022-07-26 13:59:46 +0900
  • 0595a4182a feat: use Cysharp/Actions for release Ikiru Yoshizaki 2022-07-26 13:10:40 +0900
  • df96c119c1 chore: set timeout Ikiru Yoshizaki 2022-07-26 13:10:32 +0900
  • 534f4a2588 chore: use Cysharp/Actions reusable workflow stale Ikiru Yoshizaki 2022-07-26 13:10:22 +0900
  • 873485ad1a chore: IsPackable marking Ikiru Yoshizaki 2022-07-26 13:10:10 +0900
  • f6037d6c9b doc:provide simple chinese readme NKG丶MadLife 2022-07-16 10:02:16 +0800
  • 78db78c7bd
    Merge pull request #369 from nolimet/bugfix/issue#368 Yoshifumi Kawai 2022-06-23 17:46:29 +0900
  • 226e272787 Added simple check to see if there is text. Jesse Stam 2022-06-23 09:31:05 +0200
  • 9e2163616b Merge remote-tracking branch 'origin/master' neuecc 2022-03-03 08:14:22 +0900
  • 52df6fbf3f t neuecc 2022-03-03 08:14:18 +0900
  • 33d32baea4 feat: Update package.json to 2.3.1 2.3.1 github-actions[bot] 2022-03-02 23:02:44 +0000
  • b0250cfe75 Merge remote-tracking branch 'origin/master' neuecc 2022-03-03 08:02:10 +0900
  • 7a35f121cd build and analyzer neuecc 2022-03-03 08:02:06 +0900
  • 79f1566fdb feat: Update package.json to 2.3.0 2.3.0 github-actions[bot] 2022-03-02 22:56:07 +0000
  • 364b67805d test ignore neuecc 2022-03-03 07:53:14 +0900
  • 62ca0c6e92 Fix IObservable.ToUniTask does not propagate unobserved exception neuecc 2022-03-03 07:40:28 +0900
  • f63212aa17 ReadMe more neuecc 2022-03-03 07:34:49 +0900
  • 768fd16e60 UniTask,Run obsolete neuecc 2022-03-03 07:32:15 +0900
  • 3c99010ba0 Add UniTask.WaitForEndOfFrame(MonoBehaviour), Obsolete no args. neuecc 2022-03-03 07:22:58 +0900
  • 5c668717d8 Run DelayFrame on UnityEditor neuecc 2022-03-03 06:23:34 +0900
  • b089f74c65
    Merge pull request #323 from SolidAlloy/throw-exception-fix Yoshifumi Kawai 2022-03-03 06:04:55 +0900
  • fcf4f21cc1
    Merge pull request #300 from satanabe1/fix-bad_image_format_exception Yoshifumi Kawai 2022-03-03 05:34:07 +0900
  • ee2fd3e91d
    Merge pull request #280 from yellowisher/master Yoshifumi Kawai 2022-03-03 05:31:33 +0900
  • 27604496ca
    Merge pull request #327 from cjaligaga/patch-1 Yoshifumi Kawai 2022-02-08 10:42:27 +0900
  • 0d01034a57
    Update README.md cjaligaga 2021-11-09 13:00:26 +0800
  • 50a67d8f41 r neuecc 2021-10-26 19:48:28 +0900
  • 2a23a85cdd
    Update README.md Yoshifumi Kawai 2021-10-26 00:31:02 +0900
  • e127d9976e
    Update README.md Yoshifumi Kawai 2021-10-25 22:51:58 +0900
  • c31b78e45e Add a unit test to verify that an unawaited task reports exceptions Artem Perepelitsa 2021-10-16 12:18:52 +0300
  • b6b0b4000d Add unobserved task exception publishing if an exception inside ExceptionResultSource is never thrown Artem Perepelitsa 2021-10-16 11:55:30 +0300
  • 69be818a46 AnalyzeSymbol -> AnalyzeOperation neuecc 2021-08-27 16:51:39 +0900
  • a1dee8b54f add experimental analyzer neuecc 2021-08-27 16:44:05 +0900
  • 4f6166102d
    Merge pull request #285 from Cysharp/chore/xml Yoshifumi Kawai 2021-07-27 06:26:56 +0900
  • 6b1d2c231a
    Merge pull request #284 from Cysharp/chore/setup_dotnet Yoshifumi Kawai 2021-07-27 06:26:47 +0900
  • 0715dd31bf fix BadImageFormatException watanabe_satoshi 2021-07-05 18:41:31 +0900
  • 26dbfa3655 chore: add intellisense xml to nuget Ikiru Yoshizaki 2021-05-24 14:38:36 +0900
  • 6ac55e37a1 chore: remove setup-dotnet Ikiru Yoshizaki 2021-05-24 11:01:36 +0900
  • 60bfbae787
    Update package.json Yoshifumi Kawai 2021-05-11 10:07:23 +0900
  • fc9ddeb15c Fix typo yellowisher 2021-05-08 14:40:02 +0900
  • dfe18d11ff [DoTween]: call original complete callback as well yellowisher 2021-05-08 14:39:26 +0900
  • 958a8e11ab
    Merge pull request #266 from oktomus/patch-1 Yoshifumi Kawai 2021-04-21 16:51:30 +0900
  • 257186313b
    Fix wording and code instructions for -batchmode usage Kevin Masson 2021-04-20 14:31:16 +0200
  • 5bd508b31c shore: skip ci supported by default Ikiru Yoshizaki 2021-04-19 18:47:10 +0900
  • 9e18ba332e
    Update README.md Yoshifumi Kawai 2021-04-18 11:26:35 +0900
  • 946b9003f0
    Update README.md Yoshifumi Kawai 2021-04-13 19:03:58 +0900
  • ffa55becf3
    Update README.md Yoshifumi Kawai 2021-04-13 14:09:32 +0900
  • 72e620d169 feat: Update package.json to 2.2.5 2.2.5 github-actions[bot] 2021-04-06 04:33:51 +0000
  • 10ebddf892 Revert "feat: Update package.json to 2.2.5" github-actions[bot] 2021-04-06 04:24:55 +0000
  • c51e45ee21 Merge remote-tracking branch 'origin/master' neuecc 2021-04-06 13:32:36 +0900
  • 6968faf35b remove remove neuecc 2021-04-06 13:32:31 +0900
  • 4fc9ca315e feat: Update package.json to 2.2.5 github-actions[bot] 2021-04-06 04:24:55 +0000
  • aaf1c0eaa1 assembly signed neuecc 2021-04-06 13:23:56 +0900
  • 44ce3c96bb en-us docs neuecc 2021-04-06 13:17:11 +0900
  • 03097f08e2
    Merge pull request #259 from hadoumune/patch-1 Yoshifumi Kawai 2021-04-06 13:11:28 +0900
  • af82dd719e
    Merge pull request #260 from euglenach/master Yoshifumi Kawai 2021-04-06 13:11:03 +0900
  • ecd3625a08 Fix UniTaskAsyncEnumerable.Prepend does not work, #251 neuecc 2021-04-06 13:08:18 +0900
  • da8f599ccb fix unittest more neuecc 2021-04-06 13:05:52 +0900
  • aa3216e48d fix invalid unit tests(BeEquilvalentTo -> Equal) neuecc 2021-04-06 13:02:35 +0900
  • 5f7148419f fix typo in README.md Euglenach 2021-04-06 00:31:18 +0900
  • 89ae106ea7 fix: release tag update when package.json has change Ikiru Yoshizaki 2021-04-05 11:06:40 +0900
  • 721a7d9e4e
    fix typo unitySynchronizationContext hatomune 2021-04-04 01:17:23 +0900
  • 18f2746f0d feat: Update package.json to 2.2.4 2.2.4 github-actions[bot] 2021-03-12 07:36:32 +0000
  • 8a10f2191f
    Merge pull request #243 from Cysharp/playerloop-timer Yoshifumi Kawai 2021-03-12 16:07:11 +0900
  • 8b3c8d15c4 PlayerLoopTimer unit test and fixes neuecc 2021-03-12 16:06:42 +0900
  • 49ca9364f7 TimeoutController uses PlayerLoopTimer(WIP, needs test) neuecc 2021-03-12 13:01:46 +0900
  • 62f6429b60 add PlayerLoopTimer neuecc 2021-03-12 11:35:46 +0900
  • b6a9836e81 WIP, playerlooptimer neuecc 2021-03-11 17:56:41 +0900
  • be34d8abf4 feat: Update package.json to 2.2.3 2.2.3 github-actions[bot] 2021-03-02 06:19:55 +0000
  • 9af15d7ab3 Merge remote-tracking branch 'origin/master' neuecc 2021-03-02 15:16:07 +0900
  • 308fef2859 Fix: UniTask(not generics).ToObservable does not return error when task neuecc 2021-03-02 15:16:00 +0900
  • 3cc0c80b1e feat: Update package.json to 2.2.2 2.2.2 github-actions[bot] 2021-03-02 02:02:01 +0000
  • cdda33a98e Add UniTask.Yield(CancellationToken), NextFrame(CancellationToken) neuecc 2021-03-01 19:08:40 +0900
  • e57a4332ec feat: Update package.json to 2.2.1 2.2.1 github-actions[bot] 2021-02-26 09:52:12 +0000
  • e88e553cc9 2.2.1 neuecc 2021-02-26 18:51:16 +0900
  • a1a38d0d7c feat: Update package.json to 2.2.0 2.2.0 github-actions[bot] 2021-02-26 07:47:03 +0000
  • c9bebd6550
    Merge pull request #238 from Cysharp/custom-loop-injector Yoshifumi Kawai 2021-02-26 16:42:54 +0900
  • 42047070dd more ci neuecc 2021-02-26 11:42:30 +0900
  • 316f3bd963 cm neuecc 2021-02-26 11:00:47 +0900
  • 5f96e646d4 netcore neuecc 2021-02-26 10:27:22 +0900
  • 186114996c docs: update TOC neuecc 2021-02-25 13:13:40 +0000