Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.22 KB

CHANGELOG.md

File metadata and controls

31 lines (25 loc) · 1.22 KB

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.1.0-alpha - unreleased

This is an alpha version! The changes listed here are not final.

Added

  • Added skeleton PHP file to prevent errors upon composer install
  • Initial Commit.

Changed

  • Allow Node ^14.17.6 to be used in this project. This shouldn't change the behavior of the code itself.
  • Set convertDeprecationsToExceptions true in PHPUnit config.
  • Switch to pcov for code coverage.
  • Tests: update PHPUnit polyfills dependency (yoast/phpunit-polyfills).
  • Updated name to automattic/jetpack-search-plugin
  • Updated package dependencies
  • Updated package dependencies
  • Updated package dependencies
  • Updated package dependencies
  • Updated package dependencies.
  • Updated package dependencies.
  • Updated package dependencies.
  • Update package dependencies
  • Update PHPUnit configs to include just what needs coverage rather than include everything then try to exclude stuff that doesn't.
  • Use Node 16.7.0 in tooling. This shouldn't change the behavior of the code itself.