Releases: node-celery-ts/node-celery-ts
Releases · node-celery-ts/node-celery-ts
1.2.1
Same as 1.2.0 just with actually fixed package.json tag.
What's Changed
- chore: Update libs by @cwill747 in #81
- chore(build): Run integration test during actions by @cwill747 in #85
- chore(deps): bump yargs-parser and nyc by @dependabot in #86
- chore(deps): Add dependabot by @cwill747 in #94
- chore(build): Disable integration test in GHA by @cwill747 in #98
- chore(build): Update GHA runners, change publish to node 20 by @cwill747 in #101
- chore(deps): bump uuid and @types/uuid by @dependabot in #96
- chore(deps): bump minimist and mocha by @dependabot in #99
- chore(deps-dev): bump @babel/traverse from 7.20.1 to 7.24.1 by @dependabot in #100
- chore(deps): bump json5 from 2.2.1 to 2.2.3 by @dependabot in #91
- chore(deps-dev): bump @types/events from 1.2.0 to 3.0.3 by @dependabot in #95
- fix: Use correct encoding from compressor by @cwill747 in #102
- fix: Bump to 1.2.1 by @cwill747 in #103
Full Changelog: 1.1.1...1.2.1
1.2.0
TLDR: This change includes dependency updates to fix several critical severity issues, and also tweaks the compressor
to be based on the packer. This will be changed again in a subsequent release.
What's Changed
- chore: Update libs by @cwill747 in #81
- chore(build): Run integration test during actions by @cwill747 in #85
- chore(deps): bump yargs-parser and nyc by @dependabot in #86
- chore(deps): Add dependabot by @cwill747 in #94
- chore(build): Disable integration test in GHA by @cwill747 in #98
- chore(build): Update GHA runners, change publish to node 20 by @cwill747 in #101
- chore(deps): bump uuid and @types/uuid by @dependabot in #96
- chore(deps): bump minimist and mocha by @dependabot in #99
- chore(deps-dev): bump @babel/traverse from 7.20.1 to 7.24.1 by @dependabot in #100
- chore(deps): bump json5 from 2.2.1 to 2.2.3 by @dependabot in #91
- chore(deps-dev): bump @types/events from 1.2.0 to 3.0.3 by @dependabot in #95
- fix: Use correct encoding from compressor by @cwill747 in #102
Full Changelog: 1.1.1...1.2.0
1.1.1
v1.0.0
Basic functionality. Lacking some tests, some documentation, and some amenities when it comes to creational patterns.