Skip to content

v2.0.0 (NLP enchanted)

Choose a tag to compare

@woozyking woozyking released this 06 Oct 20:42

Release Notes: from v1.5.0 to v2.0.0

version

  • [FEATURES, PERFECTIVE] v2.0.0, NLP enchanted (ed421d8 by Runzhou Li (woozyking))

README

  • [FEATURES, PERFECTIVE] clarify commit message convention tips (08bae5b by Runzhou Li (woozyking))

lib

  • [CORRECTIVE, PERFECTIVE] fix NLP model loading to be portable (58ef627 by Runzhou Li (woozyking))
  • [CORRECTIVE, PERFECTIVE] parseCommits - fix error case return, print full error log on -v (c83c3b3 by Runzhou Li (woozyking))
  • [FEATURES, CORRECTIVE] parseCommits - enrich with NLP model predicted label (27ecd40 by Runzhou Li (woozyking))
    • [BREAKING] parseCommits is now a Promise (async function)
    • NLP model trained and applied through fastText (by facebook)
  • [PERFECTIVE, FEATURES] factor out lib/common and refactor command to be like plugins (ce658b4 by Runzhou Li (woozyking))

notes

  • [FEATURES, PERFECTIVE] utilize NLP labels into the format (1ac3818 by Runzhou Li (woozyking))
    • README - update with latest big changes

misc

  • [FEATURES, PERFECTIVE] update CHANGELOG.md by dogfooding the changelog cmd (ea4be5b by Runzhou Li (woozyking))

common

  • [FEATURES, PERFECTIVE] --print flag to redirect file output to stdout (print) (558da11 by Runzhou Li (woozyking))

changelog

  • [FEATURES, CORRECTIVE] command to generate changelog with NLP predicted labels (ddf4799 by Runzhou Li (woozyking))