New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cz-git

Package Overview
Dependencies
Maintainers
1
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cz-git - npm Package Versions

1
891012

1.1.1

Diff
zhengqbbb
published 1.1.1 •

Changelog

Source

1.1.1 (2022-02-28)

Bug Fixes

  • cz-git: fix footerPrefix custom (fc8dc78)
zhengqbbb
published 1.1.0 •

Changelog

Source

1.1.0 (2022-02-28)

Features

  • cz-git: done document README.Marks the official version release (31e8b4d), closes #1
zhengqbbb
published 1.0.9 •

Changelog

Source

1.0.9 (2022-02-27)

⚠ BREAKING CHANGES

  • cz-git: - customScopesAlign and customIssuePrefixsAlign: can change align in selet
  • emptyScopesAlias, customScopesAlias, emptyIssuePrefixsAlias, customIssuePrefixsAlias: can change name of the prompt show

Features

  • cz-git: add align and alias option for selector (5be93a5), closes #1
  • cz-git: add allowEmptyScopes, allowCustomScopes to control disable (e0becb6), closes #1

Bug Fixes

  • cz-git: fixed use both maxHeaderLength and maxSubjectLengt (659b8eb), closes #1
zhengqbbb
published 1.0.8 •

Changelog

Source

1.0.8 (2022-02-24)

⚠ BREAKING CHANGES

  • feat: allowCustomScopes and allowCustomScopes control disable
  • feat: scopes can auto load value from commitlint
  • cz-git: - customScopesAlign and customIssuePrefixsAlign: can change align in selet
  • emptyScopesAlias, customScopesAlias, emptyIssuePrefixsAlias, customIssuePrefixsAlias: can change name of the prompt show

Features

  • cz-git: add align and alias option for selector (5be93a5), closes #1
  • cz-git: add allowEmptyScopes, allowCustomScopes to control disable (e0becb6), closes #1
zhengqbbb
published 1.0.7 •

Changelog

Source

1.0.7 (2022-02-22)

⚠ BREAKING CHANGES

  • cz-git: confirmColorize option: Prompt final determination whether to display the color

Features

  • cz-git: add confirmColorize option to handle confirm colorize (68b2629), closes #1
zhengqbbb
published 1.0.6 •

Changelog

Source

1.0.6 (2022-02-21)

⚠ BREAKING CHANGES

  • cz-git: add option breaklineChar

Features

  • cz-git: add breaklineChar option to make new line for body and BreakingChanges (6691c26), closes #1
zhengqbbb
published 1.0.5 •

Changelog

Source

1.0.5 (2022-02-21)

Features

  • cz-git: support both head and subject max rules (2444724), closes #1
zhengqbbb
published 1.0.4 •

Changelog

Source

1.0.4 (2022-02-19)

⚠ BREAKING CHANGES

  • cz-git: Need open option useEmoji

Features

  • cz-git: :sparkles: support commit add emoji (dd7d9e0), closes #1
zhengqbbb
published 1.0.3 •

Changelog

Source

1.0.3 (2022-02-19)

⚠ BREAKING CHANGES

  • cz-git: e.g: { value: "cz-git", name: "cz-git: core control" }

Features

  • cz-git: scopes config support value to add descrition for selector (980f163), closes #1
zhengqbbb
published 1.0.2 •

Changelog

Source

1.0.2 (2022-02-18)

⚠ BREAKING CHANGES

  • cz-git: if you want to use just set option:
  • defaultScope
  • defaultSubject
  • defaultBody
  • defaultIssues more introduction see types: https://github.com/Zhengqbbb/cz-git/blob/main/src/share.ts#L176

Features

  • cz-git: add default option to provide default value (9910b75), link #1