Skip to content

Release v1.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Sep 17:27
· 75 commits to main since this release

Major Changes

  • BREAKING CHANGE: Refactor plugin architecture to factory pattern

    • Changed: Default export is now createSemverPlugin() factory function instead of plugin object
    • Improved: Semver validation now uses validateStrict and handles version prefixes (e.g., ^1.2.3)
    • Added: Better TypeScript support with immutable configuration
    • Fixed: Configuration is now properly scoped per plugin instance

    Migration required: See MIGRATION.md for upgrade instructions.

Full Changelog: 0.0.2...1.0.0