Skip to content

v0.1.0 - Initial Release

Choose a tag to compare

@gustavovalverde gustavovalverde released this 06 Dec 12:14
· 46 commits to main since this release
e0eeec0

whatsnew v0.1.0

First public release of the whatsnew changelog intelligence platform.

Features

  • Multi-source aggregation - GitHub releases → CHANGELOG.md → commit history
  • Format detection - Changesets, Keep-a-Changelog, Conventional Commits, GitHub auto-generated
  • Version and date ranges - --since v3.0.0 or --since 2024-06
  • Monorepo support - Filter by package with --package
  • AI-enhanced categorization - Optional via Vercel AI SDK (Anthropic/OpenAI)
  • Multiple output formats - Terminal, JSON, Markdown

Packages

Package Description
@whatsnew/cli Command-line interface
@whatsnew/core Business logic, GitHub client
@whatsnew/parsers Format parsers and categorizer
@whatsnew/types WNF schema and TypeScript types

Quick Start

# Install
npm install -g @whatsnew/cli

# Or run directly
npx @whatsnew/cli facebook/react

# Check what changed since a version
whatsnew vercel/ai --since v3.0.0

Distribution

  • npm packages
  • Homebrew: brew tap gustavovalverde/wnf && brew install whatsnew
  • Standalone binaries (coming soon)