Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: implement subject feedback, scope filtering, subject filtering … #75

Merged
merged 9 commits into from Apr 18, 2019

Commits on Jan 11, 2019

  1. feat: implement subject feedback, scope filtering, subject filtering …

    …and config through package.json
    
    cz-conventional-changelog can now have its values (specifically all the defaults and maxLineWidth)
    through the config.commitizen key in the package.json file.  The scope now automatically becomes
    lowercase (as is required for conventional changelogs) and is prompted on the same line (as it is
    always short and doesn't need an additional line). The subject question now indicates the total
    number of characters that are allowed based upon the maxLineWidth configuration (or 100 as it is now
    by default), the length of the type, and scope. Validation prevents entering more than the allowed
    number of characters with feedback of the number of characters entered.  Subject will always have a
    lowercase first letter and strip any trailing dots (as is required by the conventional changelog
    standard).  'commitizen' and 'semantic-release' have been updated to the most recent versions
    (because of current vunderabilites) and the .travisci file has been updated to reflect newer node
    versions.
    yinzara committed Jan 11, 2019
    Copy the full SHA
    f3b87d5 View commit details
    Browse the repository at this point in the history
  2. test: add jest unit tests, prettier w/ config and .editorconfig

    jest unit tests are implemented in engine.test.js and have achieve 100% code coverage and all tests
    are passing. also add prettier and .editorconfig and reformatted files
    yinzara committed Jan 11, 2019
    Copy the full SHA
    2f9561f View commit details
    Browse the repository at this point in the history
  3. build: fix travis build

    yinzara committed Jan 11, 2019
    Copy the full SHA
    28556b0 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    6307351 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2019

  1. Copy the full SHA
    9b85fad View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    01b8a04 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2019

  1. Copy the full SHA
    bb40394 View commit details
    Browse the repository at this point in the history
  2. fixes for Node 4 tests

    yinzara committed Feb 6, 2019
    Copy the full SHA
    70aed2d View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2019

  1. Update README.md

    Add commitlint related docs.
    yinzara committed Feb 8, 2019
    Copy the full SHA
    952c9c1 View commit details
    Browse the repository at this point in the history