Viewing Changes
Each package maintains its own changelog that documents all version updates, new features, bug fixes, and breaking changes.GitHub Releases
View all releases and their detailed changelogs on GitHub
Package Changelogs
Browse individual CHANGELOG.md files for each package
Core Packages
The framework consists of several core packages, each with its own changelog:@resolid/di
@resolid/di
Dependency injection container for managing application dependencies.View Changelog
@resolid/event
@resolid/event
Event management and handling system.View Changelog
@resolid/cache
@resolid/cache
Caching utilities and implementations.View Changelog
@resolid/cache-file
@resolid/cache-file
File-based caching implementation.View Changelog
@resolid/dev
@resolid/dev
Development tools and utilities.View Changelog
Understanding Changelog Format
Changelogs follow the Keep a Changelog format with semantic versioning:- Major Changes
- Minor Changes
- Patch Changes
Breaking changes that require migration steps.Example:
Staying Updated
Watch the repository
Watch the repository on GitHub to receive notifications about new releases.
Check release notes
Review the releases page for detailed information about each version.
Follow migration guides
For breaking changes, follow the migration guides provided in the release notes.
The changelog is automatically generated from commit messages following the Conventional Commits specification.