Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change log for amqplib

## v1.0.0
- **BREAKING**: Update minimum Node.js requirement to v16
- Introduce Biome formatter for consistent code formatting
- Add automated formatting via pre-commit hooks using Lefthook
- Format entire codebase with standardised formatting rules
- Add npm format script for manual code formatting
- Clean up source file headers by removing empty comment blocks
- Remove obsolete 'use strict' directives from all source files
- Add Biome linting with baseline configuration (all existing issues ignored)

## v0.10.9
- Add support for IPv6 urls

Expand Down
Loading