Releases: kei-g/async-iterable-queue
Releases · kei-g/async-iterable-queue
Version 1.0.16
Change Logs
- 💚 CI chore
- Add the workflow to automatically merge PRs from Dependabot[bot]
- Ignore events that branch is created not to run 'Release' workflow
- Reduce triggers to run GitHub Actions
- Use
kei-g/github/create-release
action to create a release on GitHub - Use the latest Node.js to publish
- 🐛 Import EventEmitter from not 'node:stream' but 'node:events'
- 🏗️ Migrations
- Coverage framework is migrated from
nyc
toc8
@typescript-eslint/eslint-plugin
and@typescript-eslint/parser
are migrated totypescript-eslint
- Coverage framework is migrated from
- ⬆️ Packages for development are bumped
@types/chai
is bumped from 4.3.4 to 5.0.1@types/mocha
is bumped from 10.0.1 to 10.0.9@types/node
is bumped from 18.11.18 to 22.8.7chai
is bumped from 4.3.7 to 5.1.2esbuild
is bumped from 0.17.0 to 0.24.0eslint
is bumped from 8.32.0 to 9.14.0mocha
is bumped from 10.2.0 to 10.8.2rimraf
is bumped from 4.0.7 to 6.0.1typescript
is bumped from 4.9.4 to 5.6.3
Version 1.0.15
Change Logs
- 💚 CI chore
- The missing comma made up
Version 1.0.13
Change Logs
- ⬆️ Packages for development are bumped
eslint
is bumped from 8.31.0 to 8.32.0rimraf
is bumped from 4.0.4 to 4.0.7
Version 1.0.12
Change Logs
- ⬆️ Packages for development are bumped
@types/node
is bumped from 18.11.17 to 18.11.18@typescript-eslint/eslint-plugin
is bumped from 5.47.0 to 5.48.1@typescript-eslint/parser
is bumped from 5.47.0 to 5.48.1esbuild
is bumped from 0.16.10 to 0.17.0eslint
is bumped from 8.30.0 to 8.31.0rimraf
is bumped from 3.0.2 to 4.0.4
- 🔒 Security update
json5
is bumped from 2.2.0 to 2.2.3 bynpm audit fix
Version 1.0.11
Change Logs
- 💚 CI chore
- A Farewell to Travis
- CodeQL is installed
- links on CI status badges are related specific branches
- looser Node.js versions are specified
- open-pull-requests-limit is increased up to 16
- workflows are separated
- 🙉 CONTRIBUTING.md is added to .npmignore
- ⬆️ Packages for development are bumped
@types/chai
is bumped from 4.3.0 to 4.3.7@types/mocha
is bumped from 9.0.0 to 10.0.1@types/node
is bumped from 16.11.12 to 18.11.17@typescript-eslint/eslint-plugin
is bumped from 5.6.0 to 5.47.0@typescript-eslint/parser
is bumped from 5.6.0 to 5.47.0chai
is bumped from 4.3.4 to 4.3.7esbuild
is bumped from 0.14.2 to 0.16.10eslint
is bumped from 8.4.1 to 8.30.0mocha
is bumped from 9.1.3 to 10.2.0ts-node
is bumped from 10.4.0 to 10.9.1typescript
is bumped from 4.5.3 to 4.9.4
- ✏️ Typo on README.md is fixed
Version 1.0.10
Change Logs
- 🔧 'clean' is made to be invoked after 'publish'
- 🩹 'lib/index.ts' is added
- 🔧 'lint' is made to be invoked before 'build'
- 💚 'paths-ignore' section is added for GitHub CI
- 📝 CONTRIBUTING.md is added
- 📝 README.md is updated
- contributions section is added
- license section is added
- 💚 Step to report code coverages is renamed
Version 1.0.9
Change Logs
- 🔧 'engines' section is added to 'package.json'
- 💚 Code coverage report is archived on GitHub CI
- 🤖 Dependabot is installed
- 📝 GitHub Actions' canonical badge is used instead of Shields.io
- 🏗️ Migration from
terser
toesbuild
- 💚 Node.js is bumped from 16.8.0 to 16.13.1 for GitHub CI
- ⬆️ Packages for development are bumped
@types/chai
is bumped from 4.2.22 to 4.3.0@types/node
is bumped from 16.11.6 to 16.11.12@typescript-eslint/eslint-plugin
is bumped from 5.3.0 to 5.6.0@typescript-eslint/parser
is bumped from 5.3.0 to 5.6.0eslint
is bumped from 8.2.0 to 8.4.1typescript
is bumped from 4.4.4 to 4.5.3
- 🔧 URL of the repository is simplified
- 🔧 Unnecessary 'categories' section is purged from 'package.json'
Version 1.0.8
ChangeLogs
- 📦 Badge section is deleted
- 📦 Email address is corrected
- ⬆️ Packages for development are updated
@types/chai
is upgraded from 4.2.21 to 4.2.22@types/node
is upgraded from 16.7.8 to 16.11.6@typescript-eslint/eslint-plugin
is upgraded from 4.30.0 to 5.3.0@typescript-eslint/eslint-parser
is upgraded from 4.30.0 to 5.3.0eslint
is upgraded from 7.32.0 to 8.2.0mocha
is upgraded from 9.1.1 to 9.1.3terser
is upgraded from 5.7.2 to 5.9.0ts-node
is upgraded from 10.2.1 to 10.4.0typescript
is upgraded from 4.4.2 to 4.4.4
- 🎨 Some indents are fixed
Version 1.0.7
ChangeLogs
- ➖
uuid
is removed from development packages - 📝 Badges are updated
- ✏️ Fix typo of build script
Version 1.0.6
ChangeLogs
- 📝 Badge for Travis CI is corrected
- 🔨 Build script is optimized
- 🚸 Example code is added
- 💚 Github Action for CI
- ⬆️ Packages for development are updated
@types/node
is upgraded from 16.7.1 to 16.7.8@typescript-eslint/eslint-plugin
is upgraded from 4.29.2 to 4.30.0@typescript-eslint/parser
is upgraded from 4.29.2 to 4.30.0mocha
is upgraded from 9.1.0 to 9.1.1terser
is upgraded from 5.7.1 to 5.7.2typescript
is upgraded from 4.3.5 to 4.4.2
- 📝 README is updated
- Badges for both CI and coverage are added
- Installation section is added
- Usage section is added
- 💚 Travis CI
- Node.js v15.x is excepted from test target
- Only 'main' branch is made to be tested