Skip to content

Latest commit

 

History

History
157 lines (130 loc) · 14.8 KB

File metadata and controls

157 lines (130 loc) · 14.8 KB

Changelog

All notable changes to this project will be documented in this file. See conventional commits for commit guidelines.


0.8.0 - 2025-12-19

Bug Fixes

  • allow increment and decrement operators - (24100a2) - chris montgomery
  • allow underscore-prefixed parameter names to go unused - (9114a6a) - chris montgomery
  • allow exit() - (4c50ae9) - Chris Montgomery

Features

  • check variable usage with VariableAnalysis ruleset - (adcc190) - Chris Montgomery

Miscellaneous Chores

  • remove composer-normalize - (5e72556) - Chris Montgomery
  • update biome config - (49f4896) - Chris Montgomery
  • update flake - (4728029) - Chris Montgomery

0.7.2 - 2025-05-30

Bug Fixes

  • relax on some commonly-used forbidden functions - (a0c6ae8) - Chris Montgomery

0.7.1 - 2025-05-30

Bug Fixes

  • exclude sniff assuming the use of Jetpack - (aa34990) - Chris Montgomery

0.7.0 - 2025-05-30

Bug Fixes

  • (dev:just) remove unused env vars - (12d433b) - Chris Montgomery
  • address deprecated slevomat typehint format sniff - (5f1adc8) - Chris Montgomery
  • ini_alter() alternative suggestion - (e5a1872) - Chris Montgomery
  • declare disallowed functions with Generic sniff - (ab7d063) - Chris Montgomery
  • sort composer package order - (decdd1b) - Chris Montgomery
  • prevent composer.lock creation - (0fa5c58) - Chris Montgomery
  • exclude vipwpcs javascript sniffs - (f846a6b) - Chris Montgomery

Features

  • check class constant native typehints in php 8.3+ - (1020e5e) - Chris Montgomery
  • check named argument spacing - (2c55f93) - Chris Montgomery

Miscellaneous Chores

  • (dev) update flake - (826beb9) - Chris Montgomery
  • update copyright year - (06545c0) - Chris Montgomery

0.6.0 - 2024-11-13

Bug Fixes

  • remove requirement for static closures - (7497d79) - Chris Montgomery
  • adjust for some stylistic annoyances - (cb879e9) - Chris Montgomery

Miscellaneous Chores

  • (deps) lock file maintenance - (aa627a8) - renovate[bot]
  • update flake - (6bdde92) - Chris Montgomery
  • remove unnecessary doctrine/coding-standard - (aa3b5ad) - Chris Montgomery

0.5.2 - 2024-06-26

Bug Fixes

  • prevent ignoring all wp-content-rooted files - (409b27e) - Chris Montgomery

0.5.1 - 2024-06-26

Bug Fixes

  • (namespaces) remove FullyQualifiedExceptions sniff due to conflict - (0edcfcc) - Chris Montgomery
  • (variables) remove redundant slevomat UnusedVariable sniff - (7c2dc23) - Chris Montgomery
  • exclude wp core paths - (9d0fc1d) - Chris Montgomery
  • replace ECS with PHP-CS-Fixer - (bf2b6b1) - Chris Montgomery

Documentation

  • update - (db0a358) - Chris Montgomery

Miscellaneous Chores

  • gitignore improvements - (955acb1) - Chris Montgomery
  • remove emacs file-local variables - (dc0c557) - Chris Montgomery

Style

  • unfortunate formatting changes - (b181244) - Chris Montgomery

0.5.0 - 2024-06-20

Bug Fixes

  • (prj) run just check before releases - (e9b2157) - Chris Montgomery
  • (prj) add missing editorconfig - (276a401) - Chris Montgomery
  • remove FullyQualifiedClassNameInAnnotation - (c8395e7) - Chris Montgomery
  • restore exclusion for non-camelCaps properties - (20957cd) - Chris Montgomery
  • account for naming convention discrepancy in VIPWPCS standards - (293b550) - Chris Montgomery
  • restore exclusion for BraceOnSameLine - (ca2fd46) - Chris Montgomery
  • allow formatting checks + remove commented-out exclusions - (fe92547) - Chris Montgomery
  • remove parens from construct string - (01d1073) - Chris Montgomery
  • work around odd spaceless comment default - (bb164d7) - Chris Montgomery
  • exclude any default theme and wp/ directory - (97cd1bf) - Chris Montgomery
  • remove composer.lock - (835b8df) - Chris Montgomery

Documentation

  • update note about controversial rule - (77d3128) - Chris Montgomery

Features

  • (fmt) add ecs - (7d4380b) - Chris Montgomery
  • (prj) add just tasks for release management - (2509053) - Chris Montgomery
  • (prj) add justfile with maintenance helpers - (0105804) - Chris Montgomery
  • (prj) add local phpcs rules - (2a94992) - Chris Montgomery
  • (prj) add biome formatter - (4b055f8) - Chris Montgomery
  • (repo|nix) configure git hooks - (dd1cfc3) - Chris Montgomery
  • add composer normalize - (2399328) - Chris Montgomery
  • base upon WordPressVIPGo standard + many additions from slevomat - (3689342) - Chris Montgomery
  • check for excessive amounts of commented-out-code - (2398e83) - Chris Montgomery
  • run common variable analysis rules - (9d03409) - Chris Montgomery

Miscellaneous Chores

  • (deps) update renovate config - (c260bf0) - Chris Montgomery
  • (deps:nix) update flake inputs - (016dfee) - Chris Montgomery
  • (devshell) remove unused formatters - (e15e93c) - Chris Montgomery
  • (devshell) update .envrc - (8b723e1) - Chris Montgomery
  • (nix) add nixpkgs master as nixpkgs-trunk - (1a8c967) - Chris Montgomery
  • (prj) add phpactor config - (c18dfa8) - Chris Montgomery
  • (repo) update settings - (1d7d23e) - Chris Montgomery
  • update nix flake inputs - (39a4750) - Chris Montgomery
  • update readme + copyright notices - (954c4ea) - Chris Montgomery
  • update note about WP-VIP Coding Standards - (bbed1b3) - Chris Montgomery
  • remove outdated comment - (4e00063) - Chris Montgomery
  • require php 8.1 - (00716cd) - Chris Montgomery
  • updates - (d721d97) - Chris Montgomery
  • add github repo settings configuration - (9e6656d) - Chris Montgomery

Tests

  • disable some friendly exclusions - (3a911fb) - Chris Montgomery

0.4.1 - 2023-08-04

Bug Fixes

  • ignore newly-observed array brace spacing rule - (24e7666) - Chris Montgomery

0.4.0 - 2023-08-04

Miscellaneous Chores

  • (deps) composer update - (6d99d17) - Chris Montgomery
  • (deps) update flake inputs - (3413c51) - Chris Montgomery

0.3.2 - 2023-07-26

Bug Fixes

  • (release) use correct tag push syntax - (338d80e) - Chris Montgomery

0.3.1 - 2023-07-26

Bug Fixes

  • (release) push after bump - (3e49125) - Chris Montgomery

0.3.0 - 2023-07-26


Changelog generated by cocogitto.