Releases: omar-dulaimi/prisma-schema-sorter
Releases · omar-dulaimi/prisma-schema-sorter
v1.5.0 - Dependency Updates and Bug Fixes
🚀 What's New
✨ Features
- Added comprehensive test suite using Vitest
- Modernized README with better structure and examples
- Added support for pnpm in installation instructions
🐛 Bug Fixes
- Fixed issue #8: Removed unwanted blank lines at the start of schema files
- Resolved issue #9: Enum map properties now work correctly with updated dependencies
🔧 Improvements
- Updated all dependencies to latest versions:
- @mrleebo/prisma-ast: 0.2.6 → 0.13.0
- TypeScript: 4.4.4 → 5.9.2
- ESLint: 7.32.0 → 9.34.0
- And many more dev dependencies
- Migrated ESLint to v9 flat config format (eslint.config.js)
- Updated Node.js requirement from >=10 to >=18
- Removed buy me a coffee links while keeping GitHub sponsors
🧪 Testing
- Added Vitest testing framework with comprehensive coverage
- Created tests for all core functionality
- Added regression tests for reported issues
- New test scripts:
test:unit,test:unit:watch,test:unit:ui
⚠️ Breaking Changes
- Minimum Node.js version is now 18 (was 10)
- ESLint configuration migrated to v9 flat config format
Full Changelog
All changes since v1.4.1 included in this release.