Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.75 KB

CHANGELOG.md

File metadata and controls

48 lines (32 loc) · 1.75 KB

supported Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[0.7.0] - 2022-10-04

  • Support yarn3 lockfiles

[0.6.3] - 2021-01-07

Bugfixes

  • Include ember-source as part of the ember LTS checks (previously only checked ember-cli)
  • Fix the LTS check algorithm to not count active lts versions as expired
  • Fix LTS warning to accurately report info on unsupported versions. Previously we were showing the intended LTS version end date as the deprecation date.
  • Fix LTS warning message to say that the oldest valid version is required, rather than saying the latest LTS version is always required.

[0.6.2] - 2021-01-05

  • Updated the LTS configs

[0.6.1] - 2021-10-26

Bugfixes

  • Fix some issues with the ignorePrereleases

[0.6.0] - 2021-7-26

Breaking

  • End of support dates are now always rounded to the end of the quarter

[0.5.0] - 2021-7-22

Added

  • Added support for effectiveReleaseDate in primary policy
  • Added support for passing configuration to run()

Breaking

  • Dropped support for Node 10, which is no longer LTS
  • processPolicies() 5th argument now takes the exact shape defined in CONFIGURATION.md, rather than the previous policies argument and ignoredDependencies argument.

[0.4.0] - 2021-7-22

Added

  • Add configuration file feature
  • Add ignorePrereleases feature to handle proprietary npm repositories #34
  • Improve CI tool UX #18