Skip to content

v0.9.1

Compare
Choose a tag to compare
@darielnoel darielnoel released this 08 Nov 22:36
· 74 commits to main since this release

🎉 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 errors
      • npm run lint:fix - Attempt to fix lint errors
      • npm run format:check - Check for formatting errors
      • npm run format:fix - Fix formatting errors

🐛 Bug Fixes

Type Definitions

  • Fixed ITeamParams interface to properly support arrays and other primitive types in the inputs field (#99)
    • Previously only supported string values
    • Now correctly handles arrays and other primitive types as input parameters

📝 Developer Notes