v0.4.7
Pre-release
Pre-release
[0.4.7] - 2024-12-02
Added
- Added export for errors/index.js module for better error handling
- Added Vitest support for testing, replacing Jest
- Added MongoDB 6.0 support
- Added basic usage examples in README for label creation and querying
Changed
- Improved MongoDB date handling in label operations:
- Storing dates as ISO strings for better compatibility
- Enhanced filtering of expired labels using MongoDB queries
- Updated LabelerServer with improved error handling
- Migrated test framework from Jest to Vitest:
- Removed Jest configuration files
- Added Vitest configuration
- Updated test files for Vitest compatibility
- Enhanced ESLint configuration to properly ignore coverage files
Fixed
- Fixed expired label filtering in MongoDB queries
- Fixed date comparison issues in label operations
- Fixed test cases to properly handle expired labels