@hyperfrontend/versioning

Changelog§

Every published release, newest first. The latest is v0.9.0.

  1. v0.9.01 feature

    Features

    • list every commit type in a forced release's changelog
    Compare the commits behind v0.9.0 on GitHub ↗
  2. v0.8.01 feature · 1 fix

    Features

    • add a content-only changelog entry comparison

    Bug Fixes

    • carry an item's scope on the item, not in its text
    Compare the commits behind v0.8.0 on GitHub ↗
  3. v0.7.01 feature · 8 fixes

    Features

    • announce a stable promotion in the changelog

    Bug Fixes

    • flush pending changes before the commit step
    • bound the analysed commit range with a warning
    • refuse a release that moves the version backwards
    • refuse to release when the registry cannot answer
    • realign a derived bump onto the published version
    • force a release from the published version
    • stop calling a repeat release an initial release
    • read the full commit range since the last release
    Compare the commits behind v0.7.0 on GitHub ↗
  4. v0.6.33 fixes

    Bug Fixes

    • skip references the description already carries
    • stop duplicating the breaking marker in item text
    • lift breaking markers off changelog item text
    Compare the commits behind v0.6.3 on GitHub ↗
  5. v0.6.21 fix

    Bug Fixes

    • anchor staged paths to the repo root for scope discovery
    Compare the commits behind v0.6.2 on GitHub ↗
  6. v0.6.11 other change

    Other

    • @hyperfrontend/workspaceremove lib-builder and tool-package as implicit dependencies for all lib projects
    Compare the commits behind v0.6.1 on GitHub ↗
  7. v0.6.05 features · 1 fix

    Features

    • replace polynomial regex in parseReferences
    • add cz/cl bin entries with config-driven authoring and validation
    • add commits/author session runner with config loader and step preset
    • add commits/format pure preview formatter with draft model
    • add commits/validate pure rule engine with conventional preset

    Bug Fixes

    • commit preview and live subject countdown
    Compare the commits behind v0.6.0 on GitHub ↗
  8. v0.5.41 fix

    Bug Fixes

    • make first-release idempotent on re-run
    Compare the commits behind v0.5.4 on GitHub ↗
  9. v0.5.31 fix

    Bug Fixes

    • add missing re-export in main entrypoint
    Compare the commits behind v0.5.3 on GitHub ↗
  10. v0.5.21 fix

    Bug Fixes

    • @hyperfrontend/workspacedefine local custom eslint rules plugin globally on config files
    Compare the commits behind v0.5.2 on GitHub ↗
  11. v0.5.11 fix

    Bug Fixes

    • add end-of-options separator to prevent git argument injection
    Compare the commits behind v0.5.1 on GitHub ↗
  12. v0.5.03 features

    Features

    • support various files changed detection strategies
    • support unstable git state detection
    • add support to discard git changes
    Compare the commits behind v0.5.0 on GitHub ↗
  13. v0.4.05 features · 3 fixes

    Features

    • add backup changelog options and use is file for type safe validation
    • add vfs-aware discovery for multi-phase flow support
    • add rollback on failure option for clean failure recovery
    • add diff preview before committing changes
    • add list changes observability to flow execution

    Bug Fixes

    • prevent command injection in git remote operations
    • remove useless initial assigment in parse version from heading
    • remove useless initial assignment in fetch-registry
    Compare the commits behind v0.4.0 on GitHub ↗
  14. v0.3.05 features · 1 fix

    Features

    • add commit type to section config option
    • add changelog file name config option
    • export key configuration constants
    • make project prefixes configurable
    • add max commit fallback config option

    Bug Fixes

    • eslint-rulesvalidate github urls via url parsing
    Compare the commits behind v0.3.0 on GitHub ↗
  15. v0.2.09 features · 2 fixes

    Features

    • support commit existence verification
    • track commits to project dependencies
    • support of indirect infra changes tht may be consider for semantic versioning
    • add core commit classification engine
    • git client now supports get remote url
    • support remote repository url comparison
    • support remote repository url parsing
    • support repository models
    • support jscutlery/semver style changelog entries

    Bug Fixes

    • idempotently update pre-existing unpublished change log entry
    • update calculate bump process to account for unpublished versions
    Compare the commits behind v0.2.0 on GitHub ↗
  16. v0.1.03 features · 2 fixes

    Features

    • support commit amend no edit
    • support force bump with release as config
    • implement project versioning

    Bug Fixes

    • remove unused %h format causing git log field misalignment
    • @hyperfrontend/workspaceprevent changelog corruption in pr ci