Skip to content

Latest commit

 

History

History
255 lines (131 loc) · 11.9 KB

CHANGELOG.md

File metadata and controls

255 lines (131 loc) · 11.9 KB

Changelog

2.3.2 (2024-12-07)

Bug Fixes

  • cherry init template should explicitly set up repository info (#145) (9734a1e)

2.3.1 (2024-10-05)

Bug Fixes

  • security updates for vite and rollup (6aa7b3e)

2.3.0 (2024-10-04)

Features

  • split yarn outdated into semver groups (#115) (b3ac57c)

2.2.1 (2024-10-04)

Bug Fixes

2.2.0 (2024-09-30)

Features

  • add support to custom repository info (#100) (59d383b)
  • use repository info to build permalink (#113) (90314a2)

2.1.4 (2024-09-27)

Bug Fixes

  • codeowners exact match patterns starting with slash #109 (b751123)

2.1.3 (2024-09-27)

Bug Fixes

  • codeowners was consuming too much memory (#107) (c7a3811)

2.1.2 (2024-09-26)

Bug Fixes

  • codeowners didn't work for paths starting with / (#105) (a05682f)

2.1.1 (2024-09-10)

Bug Fixes

  • error on cherry push & migrate to typescript (c694029)

2.1.0 (2024-09-10)

Features

2.0.1 (2024-09-09)

Bug Fixes

2.0.0 (2024-09-09)

⚠ BREAKING CHANGES

  • start migrating to typescript (#52)

Features

Bug Fixes

  • bump micromatch and lint-staged (#86) (8839f72)
  • improve docs with details about the configuration file (becc5ff)

1.13.0 (2024-09-08)

Features

Bug Fixes

  • dev: bump @commitlint/config-conventional from 18.4.3 to 19.4.1 (#81) (e7cea20)
  • use relative path for eslint (#83) (bc1cdac)

1.12.2 (2024-09-07)

Bug Fixes

  • update readme and fix owners option from cherry run (92c4e9c)

1.12.1 (2024-09-07)

Bug Fixes

  • update axios from 1.6.2 to 1.7.7 (c274586)
  • update braces to 3.0.3 (f61567a)

1.12.0 (2024-09-07)

Features

  • handle https remotes when trying to guess project name (#73) (a254986)

1.11.0 (2024-09-06)

Features

  • filter out metrics for cherry diff (part 2) (36024aa)

1.10.0 (2024-09-05)

Features

  • filter out metrics for cherry diff (#68) (12189df)

1.9.2 (2024-09-05)

Bug Fixes

  • add registry url to setup node step (2157ef0)
  • automate package publishing (#64) (6e4a420)

1.9.1 (2024-09-05)

Bug Fixes

1.9.0 (2024-09-05)

Features

  • update madge (used for jsCircularDependencies plugin) (#60) (7bf126a)

1.8.0 (2024-08-30)

Features

  • automatically publish npm package when release please pr is merged (7bdfaf2)

1.7.0 (2024-08-30)

Features

  • allow to provide multiple metrics to cherry run (#56) (8350602)

1.6.0 (2024-07-01)

Features

Bug Fixes

  • checkout merge base for cherry diff (#37) (db1106b)

1.5.0 (2023-12-16)

Features

  • make cherry diff agnostic from cherrypush.com (#31) (63bb651)

1.4.0 (2023-12-02)

Features

  • allow cherry commands to be run in quiet mode (#27) (7ec5cd0)

1.3.0 (2023-12-02)

Features

  • allow cherry diff to take a json file as input (451dcc7)

1.2.2 (2023-11-28)

Features

Bug Fixes

  • cannot delete metrics with charts (ffbe57b)
  • cli: declare p-limit as a direct dependency (#44) (2b2ddb4)
  • contributions do not count total diff on metrics with groupByFile (#80) (39f1cd7)
  • count by metric when value is zero (c032b23)
  • deprecated capabilities on capybara driver (6622eab)
  • do not deliver weekly reports to users who opted out (750e3af)
  • handle deleted users when creating notifications (86fe3db)
  • metrics with no occurrences should get down to zero (#158) (96b688f)
  • occurrences were not filtering based on owners (4498e21)
  • remove from favorites (38493f0)
  • report should add up to previous values (cc137df)
  • users should be able to delete metrics from the organizations they belong to (3d50395)
  • users should see other users belonging to same org (9a4a495)

Miscellaneous Chores