changelog.md
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased](https://github.com/patrik-csak/BB26/compare/v4.0.0...HEAD)
### Changed
- **BREAKING**: Require Node.js v18
## [4.0.0](https://github.com/patrik-csak/BB26/compare/v3.0.2...v4.0.0) – 2023-05-24
### Removed
- **BREAKING**: Removed support for Node.js v14
## [3.0.2](https://github.com/patrik-csak/BB26/compare/v3.0.1...v3.0.2) – 2023-04-25
### Changed
- Update dependencies
## [3.0.1](https://github.com/patrik-csak/BB26/compare/v3.0.0...v3.0.1) – 2023-04-04
### Changed
- Update dependencies
## [3.0.0](https://github.com/patrik-csak/BB26/compare/v2.2.1...v3.0.0) – 2023-03-28
### Changed
- Convert BB26 to a pure ECMAScript module (ESM). Please read Sindre Sorhus’s [Pure ESM Package](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c) article
- Update dependencies
- Improve documentation
## [2.2.1](https://github.com/patrik-csak/BB26/compare/v2.2.0...v2.2.1) – 2022-11-22
### Changed
- Improve documentation
## [2.2.0](https://github.com/patrik-csak/BB26/compare/v2.1.1...v2.2.0) – 2021-12-25
### Changed
- Development and maintenance improvements. These should have no impact on using BB26.