v1.5.1
1.5.1 (2024-01-03)
Bug Fixes
- index.ts: remove unnecessary module.exports line to clean up code and adhere to ES6 syntax (3da8bd7)
Documentation
- README.md: add SonarQube quality gate status badge to provide quick access to code quality metrics (79df843)
Code Refactoring
- index.ts: replace logical OR with nullish coalescing operator for better handling of falsy values (2c7bfe9)