Skip to content

Latest commit

 

History

History
66 lines (30 loc) · 3.43 KB

File metadata and controls

66 lines (30 loc) · 3.43 KB

0.4.0 (2026-03-25)

Bug Fixes

  • dependabot: time should be of type string instead of int (ec34136)
  • nixfmt-rfc-style is now the default nixfmt (269594b)
  • vale: drop Google documentation styleguide (27109dd)

Features

  • github: automatic updates and changelog generation (83b7d9e)
  • hadolint: for linting docker files (9d261c5)
  • installed standalone linters for languages with lsps that don't handle it (0195dc0)
  • jsonlint: for linting JSON files (a911c55)
  • nvim: configure relevant linters (0b45325)
  • phpstan: for linting and static analysis of PHP files (ae182ae)
  • playwright: installs the headless browers used by pnpm exec playwright (b3d74c4)
  • sqlite: make sure sqlite is installed (e46cb54)
  • use binary cache to speed up builds where possible (4068fb1)
  • use shared .github-php submodule (70d847c)

0.3.1 (2025-06-10)

Bug Fixes

  • nix: make sure nixfmt is installed in case it's not present by default (55a6d33)

0.3.0 (2025-05-19)

Features

  • nix: allow unfree packages (20f043a)

0.2.1 (2025-04-18)

Bug Fixes

  • composer: expose global bin directory for running laravel/installer (dfc7347)

0.2.0 (2025-04-18)

Bug Fixes

  • xdebug: start on trigger to prevent warnings in CLI output (9c71b94)

Features

  • phpactor: install the language server locally (552df09)