Skip to content

Commit 8f9a402

Browse files
cressie176claude
andcommitted
Implement comprehensive code formatting with Biome
- Update Node.js engine requirement from >=10 to >=16 - Add @biomejs/biome as development dependency with strict formatting rules - Configure Biome with 2-space indents, 140-char lines, single quotes, trailing commas - Install Lefthook for automated pre-commit formatting hooks - Add npm format script for manual code formatting - Format entire codebase (63 files) with consistent styling - Update changelog for v1.0.0 major release - All tests pass with formatted code 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 212e078 commit 8f9a402

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+7120
-5442
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change log for amqplib
22

3+
## v1.0.0
4+
- **BREAKING**: Update minimum Node.js requirement to v16
5+
- Introduce Biome formatter for consistent code formatting
6+
- Add automated formatting via pre-commit hooks using Lefthook
7+
- Format entire codebase with standardised formatting rules
8+
- Add npm format script for manual code formatting
9+
310
## v0.10.9
411
- Add support for IPv6 urls
512

0 commit comments

Comments
 (0)