ToolfyToolfy
MiscellaneousChangelog Generator

Changelog Generator

Generate structured changelogs from conventional commit messages (feat, fix, chore, refactor, docs, test, etc.). Automatically groups commits by type and formats them into a clean, readable CHANGELOG.md-compatible output.

Use Conventional Commits format: type(scope): message

## [1.0.0] - 2026-04-06

### ⚠️ BREAKING CHANGES

- migrate to new database schema

### ✨ Features

- **auth:** add OAuth2 login support

### 🐛 Bug Fixes

- **api:** handle null response from payment service
- **ui:** resolve dropdown z-index issue in modals

### ⚡️ Performance

- **search:** optimize full-text search queries

### ♻️ Refactoring

- **core:** extract validation logic into separate module

### 📚 Documentation

- update README with setup instructions

### ✅ Tests

- **auth:** add integration tests for login flow

### 🔨 Chores

- update dependencies to latest versions