v0.2.6
Pre-release
Pre-release
Release Notes - v0.2.6
Changes
- Updated Node.js requirement to version 22 or higher
- Migrated from pnpm to npm as the primary package manager
- Added explicit system requirements in documentation
Technical Updates
- Added
enginesfield in package.json to specify Node.js version requirement - Migrated ESLint configuration from
.eslintignoreto modern format in eslint.config.js - Removed unused ESLint directives in test files
- Updated documentation to reflect npm usage instead of pnpm
Dependencies
- All dependencies verified compatible with Node.js 22
- Maintained MongoDB 4.4 as minimum required version
Documentation
- Added clear system requirements section in README
- Updated installation and development instructions to use npm
- Improved formatting in documentation