All Versions
39
Latest Version
Avg Release Cycle
10 days
Latest Release
551 days ago

Changelog History
Page 2

  • v1.3.2 Changes

    May 21, 2022

    ๐Ÿ”‹ Features

    • cz-git: add theme color for prompt inquirer (d776149), closes #28
    • cz-git: use search-list replace autocomplete (5dbe4e2), closes #28
    • ๐Ÿ”Œ plugin-inquirer: checkbox support theme color configure (8c2effe)
    • ๐Ÿ”Œ plugin-inquirer: done search-list inquirer plugin (ad12f75), closes #28

    ๐ŸŽ Performance Improvements

    • โšก๏ธ :zap: update tsup bundle build cz-git (0e15e1c)
    $ npm i -D cz-git
    
    + [email protected]
    added 1 package from 1 contributor and audited 1 package in 0.47s
    
    $ du -sh ./node_modules
    1.8M ./node_modules/cz-git/
    
  • v1.3.1 Changes

    May 14, 2022
    $ npm i -D cz-git
    
    + [email protected]
    added 1 package from 1 contributor and audited 1 package in 0.611s
    
    $ du -sh ./node_modules
    5.6M ./node_modules/cz-git/
    

    ๐Ÿ› Bug Fixes

    • ๐Ÿ”Œ plugin-inquirer: bump inquirer version (1111fda)
  • v1.3.0 Changes

    May 14, 2022

    ๐Ÿ› Bug Fixes

    • cz-git: fix emoji and checkbox subcmd usage (9efe275)

    ๐Ÿ”‹ Features

    • cz-git: add get command arg to set useEmoji and enableMultipleScopes (2cebeea)
    • cz-git: configure loader extract, perf load speed (d4ec683), closes #24 #25
    • cz-git: update ci defalut emoji code: ferris_wheel (4df8de8)

    ๐Ÿ’ฅ BREAKING CHANGES

    • cz-git: No supprt typescript config define file. commitlint.config.ts
  • v1.2.9 Changes

    May 12, 2022

    ๐Ÿ› Bug Fixes

    • cz-git: fix empty scope err validate for not allow empty (654f75f)

    ๐Ÿ”‹ Features

    • cz-git: add multiple scopes mode (89470d9), closes #14
    • ๐Ÿ”Œ plugin-inquirer: add figures symbols (3eea116)
    • ๐Ÿ”Œ plugin-inquirer: add separator option for checkbox multiple (3eaab45)
    • ๐Ÿ”Œ plugin-inquirer: add style util Fuc to output colorizen of prompt (9c48ace)
    • ๐Ÿ”Œ plugin-inquirer: done checkbox inquirer plugin for multiple (26b54c5), closes #14
    • ๐Ÿ”Œ plugin-inquirer: done the checkbox core render (2849162), closes #14
  • v1.2.8 Changes

    April 30, 2022

    ๐Ÿ”‹ Features

    • cz-git: use fuzzy search for type, scope and issues list (b82fbf9), closes #22
    • ๐Ÿ”Œ plugin-inquirer: add fuzzy match str util funtion (efde652), closes #22
    • ๐Ÿ”Œ plugin-inquirer: add fuzzyFilter util Fuc provide cz-git (83f773e), closes #22
  • v1.2.7 Changes

    April 27, 2022

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  fix deploy script (a2b6242)
  • v1.2.6 Changes

    April 27, 2022

    ๐Ÿ› Bug Fixes

    • cz-git: fix breaking char priority than maxNumber (4f463fa)

    ๐Ÿ”‹ Features

    • cz-git: support single item intelligent filter ouput of scope and issueprefix (73f688c), closes #12
    • cz-git: upgrade inquirer dep version 8.2.2 (fbbf429)

    โช Reverts

    • cz-git: fix getSingleParams use error param (3c32415)
  • v1.2.5 Changes

    April 23, 2022

    ๐Ÿ› Bug Fixes

    • cz-git: both check the scope empty rule use ruleIsNotApplicable (3545cce), closes #15
    • cz-git: use strict empty scope strategy (ba44c8d), closes #12 #15
  • v1.2.4 Changes

    April 23, 2022

    ๐Ÿ› Bug Fixes

    • cz-git: fix custom scope skip allowEmptyScopes check (f0d8c53), closes #16
    • cz-git: fix minor issues in default messages (99d8cc4)

    ๐Ÿ”‹ Features

    • cz-git: add strict issuePrefixs configure (f2d11a9), closes #12
    • cz-git: allowEmptyScopes can base on ["scope-empty"] rule (4d3eff9), closes #15
    • cz-git: use defaultScope can star item of scope list (b899d2c), closes #16
  • v1.2.3 Changes

    April 07, 2022

    ๐Ÿ”‹ Features

    • cz-git: add typesAppend options to add extra types to default types (8e8d4cc)