v0.9.1
🎉 KaibanJS Release Notes - v0.9.1
We're excited to announce the release of KaibanJS v0.9.1!
Special thanks to @alienkarma for this one 🤗.
🔧 Enhancements
Development Experience Improvements
- Added ESLint and Prettier configuration to maintain consistent code style (#69)
- Implemented pre-commit hooks for automated linting and formatting
- Added new npm scripts for code quality checks:
npm run lint:check
- Check for lint errorsnpm run lint:fix
- Attempt to fix lint errorsnpm run format:check
- Check for formatting errorsnpm run format:fix
- Fix formatting errors
🐛 Bug Fixes
Type Definitions
- Fixed
ITeamParams
interface to properly support arrays and other primitive types in theinputs
field (#99)- Previously only supported string values
- Now correctly handles arrays and other primitive types as input parameters
📝 Developer Notes
- For optimal development experience, it's recommended to install the following IDE plugins:
- ESLint (VS Code Extension)
- Prettier (VS Code Extension)