Skip to content

Releases: zgid123/rabbitmq-ts

[email protected]

06 Apr 19:15
Compare
Choose a tag to compare

Release [email protected]

Changelogs

update usage from [email protected] to support multiple urls

[email protected]

06 Apr 19:14
Compare
Choose a tag to compare

Release [email protected]

Changelogs

support multiple urls

[email protected]

01 Apr 06:59
Compare
Choose a tag to compare

Release [email protected]

Changelogs

update dependent version for core package to latest

[email protected]

01 Apr 07:00
Compare
Choose a tag to compare

Release [email protected]

Changelogs

update dependent version of core package to latest

[email protected]

28 Mar 14:24
Compare
Choose a tag to compare

Release [email protected]

Changelogs

support both cjs and mjs

[email protected]

28 Mar 14:26
Compare
Choose a tag to compare

Release [email protected]

Changelogs

  • support both cjs and mjs
  • create new context for better type for TypeScript

[email protected]

28 Mar 14:23
Compare
Choose a tag to compare

Release [email protected]

Changelogs

Support both cjs and mjs

[email protected]

16 Oct 18:33
Compare
Choose a tag to compare

Current declare exchange won't work due to channel is not created completely. Must declare exchanges inside setup prop of connection's createChannel because at this moment, the channel is created completely

[email protected]

16 Oct 18:15
Compare
Choose a tag to compare

For jest, after test completes, it will keep the process due to amqp connection is running. Implement OnApplicationShutdown for DynamicModule to close the connection.

1.0.6

14 Oct 17:03
Compare
Choose a tag to compare

Fix typing for @rabbitmq-ts/core by installing @types/amqplib as dependencies instead of devDependencies