Skip to content

Releases: Tomas2D/promise-based-task

v3.1.1

21 Oct 22:56
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.0...v3.1.1

v2.2.1

16 Mar 13:10
Compare
Choose a tag to compare

Full Changelog: v2.2.0...v2.2.1

v2.2.0

24 Jan 16:43
Compare
Choose a tag to compare

2.2.0 (2023-01-24)

Added

Miscellaneous

  • Merge pull request #130 from Tomas2D/dependabot/npm_and_yarn/typescript-eslint/parser-5.49.0 [6ed5d9b]
  • Merge pull request #131 from Tomas2D/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-5.49.0 [ded71f7]
  • Merge pull request #126 from Tomas2D/dependabot/npm_and_yarn/prettier-2.8.3 [863b7e1]
  • Bump @typescript-eslint/parser from 5.48.2 to 5.49.0 [7ba51ae]
  • Bump @typescript-eslint/eslint-plugin from 5.48.2 to 5.49.0 [391a41a]
  • Merge pull request #128 from Tomas2D/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-5.48.2 [157f966]
  • Merge pull request #127 from Tomas2D/dependabot/npm_and_yarn/eslint-8.32.0 [f92e3f3]
  • Merge pull request #129 from Tomas2D/dependabot/npm_and_yarn/typescript-eslint/parser-5.48.2 [d357775]
  • Bump @typescript-eslint/eslint-plugin from 5.48.1 to 5.48.2 [b63500d]
  • Bump @typescript-eslint/parser from 5.48.1 to 5.48.2 [424a5ae]
  • Bump eslint from 8.31.0 to 8.32.0 [8c9edd2]
  • Bump prettier from 2.8.2 to 2.8.3 [374aa6f]
  • Merge pull request #122 from Tomas2D/dependabot/npm_and_yarn/typescript-eslint/parser-5.48.1 [b660121]
  • Merge pull request #123 from Tomas2D/dependabot/npm_and_yarn/husky-8.0.3 [93cc772]
  • Merge pull request #125 from Tomas2D/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-5.48.1 [3286323]
  • Merge pull request #124 from Tomas2D/dependabot/npm_and_yarn/prettier-2.8.2 [43bd92a]
  • Bump @typescript-eslint/parser from 5.48.0 to 5.48.1 [e9a5005]
  • Bump @typescript-eslint/eslint-plugin from 5.48.0 to 5.48.1 [0bb99c3]
  • Bump prettier from 2.8.1 to 2.8.2 [4a69602]
  • Bump husky from 8.0.2 to 8.0.3 [9ef0199]
  • Merge pull request #117 from Tomas2D/dependabot/npm_and_yarn/json5-2.2.3 [b7e0663]
  • Merge pull request #118 from Tomas2D/dependabot/npm_and_yarn/eslint-8.31.0 [dac62ec]
  • Merge pull request #119 from Tomas2D/dependabot/npm_and_yarn/typescript-eslint/parser-5.48.0 [112b998]
  • Merge pull request #120 from Tomas2D/dependabot/npm_and_yarn/eslint-config-prettier-8.6.0 [92cd21d]
  • Merge pull request #121 from Tomas2D/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-5.48.0 [9336c88]
  • Bump @typescript-eslint/parser from 5.47.1 to 5.48.0 [85c5411]
  • Bump eslint from 8.30.0 to 8.31.0 [f3d9a81]
  • Bump @typescript-eslint/eslint-plugin from 5.47.0 to 5.48.0 [30c19e1]
  • Bump eslint-config-prettier from 8.5.0 to 8.6.0 [f69df3b]
  • Bump json5 from 2.2.0 to 2.2.3 [169f2fa]

Full Changelog: v2.1.0...v2.2.0

v2.1.0

24 Jan 16:42
Compare
Choose a tag to compare

2.1.0 (2023-01-04)

Added

  • ✨ Add support for synchronously accessing the rejected value [e160b34]

Miscellaneous

  • Merge pull request #114 from Tomas2D/dependabot/npm_and_yarn/types/node-16.18.11 [c241ea7]
  • Merge pull request #116 from Tomas2D/dependabot/npm_and_yarn/typescript-eslint/parser-5.47.1 [1055c37]
  • Bump @typescript-eslint/parser from 5.47.0 to 5.47.1 [2c1f7aa]
  • Bump @types/node from 16.18.10 to 16.18.11 [b1225ef]

v2.0.3

26 Dec 09:01
Compare
Choose a tag to compare

Added/Changed

  • ♻️ Remove all default exports [0981fdf]
  • ⬆️ Switch to ES2020 (Node 14.x) [9ba80db]
  • 🔇 Remove forgotten log [a657e1c]
  • ✨ Allow to access a resolved value directly [de2651f]
  • 📦 Add export for ESM [d99687b]

Full Changelog: v1.3.2...v2.0.3

v1.3.2

19 Jul 09:09
Compare
Choose a tag to compare

v1.3.2 (2022-07-19)

Added

  • ✨ Add information about internal promise state [18c7590]

Changed

  • 🔧 Setup Dependabot auto updates [1df1086]

Fixed

  • 🐛 Handle "undefined" as immediately resolve value [6dae07c]
  • 🐛 Add missing implementation for [Symbol.toStringTag] [2440489]

Miscellaneous

  • Merge pull request #13 from Tomas2D/dependabot/npm_and_yarn/eslint-8.20.0 [fcfbb35]
  • Merge pull request #15 from Tomas2D/dependabot/npm_and_yarn/typescript-eslint/parser-5.30.7 [0f94879]
  • Bump @typescript-eslint/parser from 5.30.6 to 5.30.7 [f9b5cc1]
  • Bump eslint from 8.5.0 to 8.20.0 [b69f521]
  • Merge pull request #5 from Tomas2D/dependabot/npm_and_yarn/typescript-4.7.4 [1d73b2b]
  • Merge pull request #4 from Tomas2D/dependabot/npm_and_yarn/typescript-eslint/parser-5.30.6 [a4650d5]
  • Bump typescript from 4.5.4 to 4.7.4 [7ce9c1d]
  • Merge pull request #10 from Tomas2D/dependabot/npm_and_yarn/lint-staged-13.0.3 [640da7c]
  • Merge pull request #7 from Tomas2D/dependabot/npm_and_yarn/eslint-config-prettier-8.5.0 [b1ef6f3]
  • Merge pull request #8 from Tomas2D/dependabot/npm_and_yarn/prettier-2.7.1 [0604515]
  • Bump lint-staged from 12.1.4 to 13.0.3 [2b68563]
  • Bump prettier from 2.5.1 to 2.7.1 [95e0cf6]
  • Bump eslint-config-prettier from 8.3.0 to 8.5.0 [77cfb3e]
  • Merge pull request #3 from Tomas2D/dependabot/npm_and_yarn/husky-8.0.1 [6f68d6e]
  • Merge pull request #6 from Tomas2D/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-5.30.6 [b0e38fc]
  • Bump @typescript-eslint/parser from 5.8.1 to 5.30.6 [4166ffe]
  • Bump @typescript-eslint/eslint-plugin from 5.8.1 to 5.30.6 [0e14283]
  • Bump husky from 7.0.4 to 8.0.1 [7c465ba]

Full Changelog: v1.3.1...v1.3.2

v1.3.0

05 Feb 17:33
Compare
Choose a tag to compare
  • ✨ Add support for general and specific TTL for tasks in the SlidingTaskMap.

Full Changelog: v1.2.0...v1.3.0

v1.2.0

31 Jan 21:24
Compare
Choose a tag to compare

Adds shift and pop methods for a sliding window (SlidingTaskMap)

Full Changelog: v1.1.0...v1.2.0

v1.1.0

18 Jan 18:37
Compare
Choose a tag to compare

✨ Add SlidingTaskMap

Full Changelog: v1.0.0...v1.1.0

v1.0.0

27 Dec 23:38
Compare
Choose a tag to compare