Skip to content

Releases: kei-g/async-iterable-queue

Version 1.0.5

23 Aug 08:58
v1.0.5
d6ae93c
Compare
Choose a tag to compare

ChangeLogs

  • 🙈 .npmignore is added
  • 💚 .travis.yml is updated
    • Cache ~/.npm directory
    • Except release tags
  • 📝 CHANGELOG.md is added
  • 📝 CODE_OF_CONDUCT.md is added
  • ✏️ Typo at 'description' of 'badges' is fixed
  • 🔨 package.json is updated
    • Declaration file is generated directly by tsc
    • Use rimraf instead of rm command
  • 🔧 tsconfig.json is updated
    • Declaration file is generated to lib/ by tsc
    • 'typeRoots' is added
    • 'include' is added

Version 1.0.4

23 Aug 00:39
v1.0.4
147f315
Compare
Choose a tag to compare

ChangeLogs

  • 📌 Node.js v14.x is supported
    • SharedArrayBuffer is also used with Uint8Array

Version 1.0.3

23 Aug 00:38
v1.0.3
c281044
Compare
Choose a tag to compare

ChangeLogs

  • ⚡ Performance improvement
    • Call reject rather than throwing Error
    • Use Atomics
  • 📝 README.md is updated
    • logo of badges are updated
  • 📦 package.json is updated
    • 'badges' is added

Version 1.0.2

22 Aug 11:30
v1.0.2
a38c388
Compare
Choose a tag to compare

ChangeLogs

  • 📦 package.json is updated
    • 'main' is added

Version 1.0.1

22 Aug 11:29
v1.0.1
84fe810
Compare
Choose a tag to compare

ChangeLogs

  • 📝 README.md is updated
    • description is added
    • image URL of badge is fixed
  • 📦 package.json is updated
    • 'keywords' are added
    • 'license' is added

Version 1.0.0

22 Aug 10:43
v1.0.0
cec9d0f
Compare
Choose a tag to compare

🎉 Initial release