@hyperfrontend/versioning
Changelog§
Every published release, newest first. The latest is v0.9.0.
16 releases, newest first
v0.9.01 feature
Compare the commits behind v0.9.0 on GitHub ↗Features
- list every commit type in a forced release's changelog
v0.8.01 feature · 1 fix
Features
- add a content-only changelog entry comparison
Compare the commits behind v0.8.0 on GitHub ↗Bug Fixes
- carry an item's scope on the item, not in its text
v0.7.01 feature · 8 fixes
Features
- announce a stable promotion in the changelog
Compare the commits behind v0.7.0 on GitHub ↗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
v0.6.33 fixes
Compare the commits behind v0.6.3 on GitHub ↗Bug Fixes
- skip references the description already carries
- stop duplicating the breaking marker in item text
- lift breaking markers off changelog item text
v0.6.21 fix
Compare the commits behind v0.6.2 on GitHub ↗Bug Fixes
- anchor staged paths to the repo root for scope discovery
v0.6.11 other change
Compare the commits behind v0.6.1 on GitHub ↗Other
@hyperfrontend/workspaceremove lib-builder and tool-package as implicit dependencies for all lib projects
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
Compare the commits behind v0.6.0 on GitHub ↗Bug Fixes
- commit preview and live subject countdown
v0.5.41 fix
Compare the commits behind v0.5.4 on GitHub ↗Bug Fixes
- make first-release idempotent on re-run
v0.5.31 fix
Compare the commits behind v0.5.3 on GitHub ↗Bug Fixes
- add missing re-export in main entrypoint
v0.5.21 fix
Compare the commits behind v0.5.2 on GitHub ↗Bug Fixes
@hyperfrontend/workspacedefine local custom eslint rules plugin globally on config files
v0.5.11 fix
Compare the commits behind v0.5.1 on GitHub ↗Bug Fixes
- add end-of-options separator to prevent git argument injection
v0.5.03 features
Compare the commits behind v0.5.0 on GitHub ↗Features
- support various files changed detection strategies
- support unstable git state detection
- add support to discard git changes
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
Compare the commits behind v0.4.0 on GitHub ↗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
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
Compare the commits behind v0.3.0 on GitHub ↗Bug Fixes
eslint-rulesvalidate github urls via url parsing
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
Compare the commits behind v0.2.0 on GitHub ↗Bug Fixes
- idempotently update pre-existing unpublished change log entry
- update calculate bump process to account for unpublished versions
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