Skip to content

Commit

Permalink
Added CHANGELOG.md
Browse files Browse the repository at this point in the history
All changes, prepared for v1.0.0 release
  • Loading branch information
hochleitner committed Feb 5, 2024
1 parent 0f66ba0 commit 213a3f0
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Changelog

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

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### 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](https://packagist.org/packages/phpstan/phpstan) for code analysis.
- Added `README.md`.
- Added notes on Contributing.
- Added this changelog.

[Unreleased]: https://github.com/Digital-Media/fhooe-twig-extensions/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/Digital-Media/fhooe-twig-extensions/releases/tag/v1.0.0

0 comments on commit 213a3f0

Please sign in to comment.