Skip to content

Releases: EQWorks/release

v3.5.3

27 Jun 20:33
bc5238f
Compare
Choose a tag to compare

Changelog (by label): from v3.5.2 to v3.5.3

CHANGED

version - bump v3.5.3 (55056ff by @amy83762100)

version - bump v3.5.3-alpha.1 (bbc8248 by @amy83762100)

version - bump v3.5.3-alpha.0 (457c8f5 by @amy83762100)

node - remove '--no-experimental-fetch' flag (e4c95c5 by @amy83762100)

ADDED

readme - update readme.md with Node.js 18 instructions (207485c by @amy83762100)

Contributors:

  • @amy83762100 (returning contributor - 5 commits across 1 day)

v3.5.3-alpha.1

27 Jun 19:57
Compare
Choose a tag to compare
v3.5.3-alpha.1 Pre-release
Pre-release
version - bump v3.5.3-alpha.1

v3.5.3-alpha.0

27 Jun 19:32
Compare
Choose a tag to compare
v3.5.3-alpha.0 Pre-release
Pre-release
version - bump v3.5.3-alpha.0

v3.5.2

27 Jun 18:33
eeccc13
Compare
Choose a tag to compare
Merge pull request #66 from EQWorks/shebang

[G2M] shebang - use -S to pass further args to node cli

v3.5.2-alpha.0

27 Jun 17:23
Compare
Choose a tag to compare
v3.5.2-alpha.0 Pre-release
Pre-release
version - bump v3.5.2-alpha.0

v3.5.1

27 Jun 16:29
1dcfd58
Compare
Choose a tag to compare
Merge pull request #65 from EQWorks/fasttext_wasm_node

[G2M] node - fix fasttext_wasm error

v3.5.0

17 Feb 15:16
Compare
Choose a tag to compare

Changelog (by label): from v3.4.0 to v3.5.0

CHANGED

version - bump v3.5.0 (ae96a33 by @woozyking)

version - bump v3.5.0-alpha.5 (0707762 by @woozyking)

devops/deps - yarn upgrade-interactive 20220209 (b7f3c49 by @woozyking)

version - bump v3.5.0-alpha.4 (6274ab7 by @woozyking)

github - gracefully handle contributions fetching that won't match local commits (e4c8b46 by @woozyking)

version - bump v3.5.0-alpha.3 (148f675 by @woozyking)

formatter - contributorsReport to include date related stats, including fresh..since.. (4993a80 by @woozyking)

github - filter out merge commits from contributions (fa27ec9 by @woozyking)

github - fetch contributions short sha without invoking git CLI, ~4x faster (81e9303 by @woozyking)

devops - yarn upgrade 20220128 (for node-fetch) (1f8d5dd by @woozyking)

version - bump v3.5.0-alpha.2 (eac13d4 by @woozyking)

devops - remove non-LTS node version from test matrix, apply default workflow to all PRs (5e0ffe0 by @woozyking)

devops - upgrade eslint to from v6 to v8 (9cf5032 by @woozyking)

formatter - rework notes and changes formatters to be more flexible (d462efd by @woozyking)

  • retain commit body as-is for easy markdown formatting carryover

formatter/refactor - split out dedicated module from utils (496bb25 by @woozyking)

  • no feature change refactor

nlp - deps pipenv update 20211103 (0b3e44e by @woozyking)

devops - rename and revise main CI workflow (bb0b483 by @woozyking)

devops - yarn upgrade 20211103 (1a32871 by @woozyking)

ADDED

utils - add groupParsed() for grouping parsed commits (by tier/label) (d601c22 by @woozyking)

formatter - revise contributor's commit stats (06d4a66 by @woozyking)

github - consolidate author and merge commit filter (c50954f by @woozyking)

Co-authored-by: Kyle Grimsrud-Manz kyle.grimsrudmanz@gmail.com

parsecommit - embed dependency updates in commit message if available (fa851be by @woozyking)

parsecommit - link author to GH @login, fallback to git commit author str (abf793f by @woozyking)

basehandler - add --include-contributors flag (defaut true) and revise contribution sha filtering logic (08a108d by @woozyking)

basehandler - include all contributors (8fbb5d0 by @vxsl)

formatter - include new contributor report (2a833c3 by @vxsl)

basehandler - compute new contributor info (4aeecae by @vxsl)

basehandler - hyperlink commit author if possible (40ecaa0 by @vxsl)

github - add contributions action (08b5daf by @vxsl)

readme - revise usage documentation, elevate commit msg convention (3abe78e by @woozyking)

FIXED

lib/parseCommits - fix embedded deps matching pattern (4ffc846 by @woozyking)

basehandler - fix commit listing sha to known tag HEAD (cc9b141 by @woozyking)

Contributors:

  • @woozyking (returning contributor - 27 commits across 6 days)
  • @vxsl (🎉 fresh contributor since at least 2020-03-26 - 5 commits across 1 day)

v3.5.0-alpha.5

10 Feb 23:02
Compare
Choose a tag to compare
v3.5.0-alpha.5 Pre-release
Pre-release
version - bump v3.5.0-alpha.5

v3.5.0-alpha.4

02 Feb 22:24
b7b5516
Compare
Choose a tag to compare
v3.5.0-alpha.4 Pre-release
Pre-release
Merge pull request #56 from EQWorks/deps-trace-fix

[G2M] Deps trace fix

v3.5.0-alpha.3

02 Feb 20:42
1a94168
Compare
Choose a tag to compare
v3.5.0-alpha.3 Pre-release
Pre-release
Merge pull request #55 from EQWorks/contrib/enrich

[G2M] more contributors stats, speed up contributions stats pulling