Releases: nassiry/cartflow
Releases · nassiry/cartflow
v3.0.1
v3.0.0
Added
- TypeScript support with generated type definitions (
CartFlow.d.ts). - ES Module support (
import CartFlow from 'cartflow') support. - Updated documentation in
README.mdfor better clarity. SHOWCASE.mdto highlight projects using CartFlow.js.CONTRIBUTING.mdto guide community contributions.
Improved
- Packaging optimized for modern bundlers (CommonJS + ESM output).
- Development workflow with ESLint, Prettier, and Tsup integration.
- Documentation updates in
README.mdfor better clarity and examples.
Changed
- Minor internal refactoring and codebase cleanups.