You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 21, 2020. It is now read-only.
complete rewrite from scratch, close#50
Tons of things changed.
Just see the docs and tests, they are pretty enough.
- Update repo boilerplate stuff to latest templates
- Basically absolute separation of every aspect.
- Support for both parsing and stringify-ing
- Now we can parse, check and validate strings, array of strings and array of objects or mixed.
Tons of methods are exposed as named exports:
- parse / parseCommit / parseHeader
- stringify / stringifyCommit / stringifyHeader
- validate / validateCommit / validateHeader
- check / checkCommit / checkHeader
In addition to that there are also:
- applyPlugins
- plugins
- mappers
Signed-off-by: Charlike Mike Reagent <mameto2011@gmail.com>
0 commit comments