Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 938 Bytes

CHANGELOG.md

File metadata and controls

31 lines (23 loc) · 938 Bytes

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.

Added

Changed

Deprecated

Removed

Fixed

Security

1.0.0 - 2024-02-05

Added

  • Initial release.
  • Added RouterExtension that allows to use paths from the router in Twig templates.
  • Added SessionExtension that allows to easily access $_SESSION in Twig templates.
  • Added unit tests with Pest.
  • Added phpstan for code analysis.
  • Added README.md.
  • Added notes on Contributing.
  • Added this changelog.