Skip to content
Compare
Choose a tag to compare
@code-pushup-bot code-pushup-bot released this 29 Nov 19:28
· 970 commits to main since this release

Changelog

This file was generated using @jscutlery/semver.

0.1.0 (2023-11-29)

Bug Fixes

  • cli: replace clui on @isaacs/cliui (#282) (465f230), closes #209
  • plugin-eslint: pluralize audit display value based on count (aa35d0c)
  • refactor after core package intro (#83) (aa39d09)
  • testing: fix tests for Windows (#165) (b80255b), closes #131
  • utils,cli: remove all mentions of the interactive option (#245) (be7471e), closes #120
  • utils: handle descriptions ending in code block in report.md (a9a05ad)

Features

  • add transform to persist config (#229) (ce4d975)
  • cli: add --persist.filename cli option (#187) (296df7d)
  • cli: initial collect command (#45) (ba048be)
  • cli: persist login and formatting options (#47) (6241fd7)
  • cli: setup yargs for cli (#42) (37ea0a5), closes #6 #38
  • core: add esm plugin logic (#248) (18d4e3a)
  • core: change to execute all plugins before throwing on failed (#275) (32a6ef5), closes #159
  • models: validate plugin icons using portal-client package (f52cc75)
  • plugin-eslint: configure bin entry point (b34ecb2)
  • plugin-eslint: convert rule ids to slugs, add basic description to audits (971c97a)
  • plugin-eslint: create groups from rules' meta.type (problem/suggestion/layout) (0350e49)
  • plugin-eslint: implement runner logic (0ad5445)
  • plugin-eslint: register audit metadata based on eslintrc and file patterns (3aac581)
  • utils: add audits sorting for reports (#302) (10ee12e), closes #210
  • utils: add command line args helper (#52) (9d6acec), closes #43
  • utils: add file size logging (#65) (c46046f), closes #59
  • utils: add package utils for cli independent logic (#39) (dacaaf7), closes #32
  • utils: add scoring logic (#133) (89fecbb)
  • utils: add upload logic (#66) (3e88ffc), closes #21 #57 #85
  • utils: implement a new design for stdout (#206) (84b8c28), closes #190
  • utils: implement report.md formatting (#196) (346596d), closes #148
  • utils: implement verbose helper logic (#121) (112ebe7)
  • utils: move parts from utils into core (#81) (dd0a180), closes #78
  • utils: update git latest commit functionality (#205) (7ec4582), closes #192

Performance Improvements

  • utils: add benchmark logic and example (#137) (142943e)
  • utils: improve the performance of scoring and reporting (#212) (41d7c0b), closes #132