spec/util_promise_spec.lua
Fri, 07 Oct 2022 18:04:30 +0100 Matthew Wild util.promise: Fix field name in failing test (introduced in 2639e0e1c378)
Fri, 07 Oct 2022 17:56:38 +0100 Matthew Wild util.promise: Add some missing test cases (found through mutation testing)
Fri, 07 Oct 2022 17:43:26 +0100 Matthew Wild util.promise: Remove some redundant checks, add tests confirming redundancy
Fri, 26 Nov 2021 22:38:07 +0100 Kim Alvefur util.promise: Fix test
Sat, 05 Jan 2019 07:08:24 +0100 Kim Alvefur util.promise: Support delayed promise execution
Tue, 27 Jul 2021 00:13:18 +0200 Kim Alvefur Fix various spelling errors (thanks codespell)
Thu, 25 Mar 2021 15:08:22 +0000 Matthew Wild util.promise: Switch order of parameters to join()
Thu, 25 Mar 2021 14:32:32 +0000 Matthew Wild util.promise: all()/all_settled() pass through non-promise values
Thu, 25 Mar 2021 14:28:38 +0000 Matthew Wild util.promise: Add join() convenience method
Thu, 25 Mar 2021 13:51:16 +0000 Matthew Wild util.promise: Add support for arbitrary keys in all()/all_settled()
Mon, 08 Jun 2020 14:01:02 +0100 Matthew Wild util.promise: Add all_settled, which follows semantics of allSettled from ES2020
Mon, 30 Sep 2019 08:22:30 +0100 Matthew Wild util.promise: Add some additional tests to cover callback return values
Fri, 26 Oct 2018 09:23:00 +0100 Matthew Wild util.promise: Add tests ensuring returning a promise resolves the current promise with that promise
Thu, 25 Oct 2018 15:33:46 +0100 Matthew Wild util.promise tests: Fix declared but unused variables
Thu, 25 Oct 2018 15:24:52 +0100 Matthew Wild util.promise: Fix missing parameters
Thu, 25 Oct 2018 14:38:00 +0100 Matthew Wild util.promise: Ensure chained promises always receive a value/rejection even if an intermediate promise has no handlers
Thu, 18 Oct 2018 18:03:31 +0100 Matthew Wild util.promise: Add promise.try()
Thu, 18 Oct 2018 12:13:17 +0100 Matthew Wild util.promise: Add promise:finally()
Thu, 18 Oct 2018 12:04:14 +0100 Matthew Wild util.promise: Add additional test for promise.reject()
Thu, 18 Oct 2018 12:03:33 +0100 Matthew Wild util.promise: Fix promise.reject() to return a rejected promise, and fix buggy test for it
Wed, 10 Oct 2018 18:02:36 +0100 Matthew Wild util.promise tests: Fix luacheck warnings
Wed, 10 Oct 2018 17:45:19 +0100 Matthew Wild util.promise: ES6-like API for promises
less more (0) tip