You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,31 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Calendar Versioning](https://calver.org/).
6
6
7
+
## [2026.0.0] - 2026-07-31
8
+
### New Features
9
+
-[`9567aea`](https://github.com/myerscode/templex/commit/9567aea4ae62abe8859d8c042f869dfe17861861) - **github**: created release workflow *(commit by [@oniice](https://github.com/oniice))*
10
+
-[`e4845b1`](https://github.com/myerscode/templex/commit/e4845b1e80cb7acc0e37827fea9a03fb9e6cfeb2) - **foreach**: add key => value iteration *(commit by [@oniice](https://github.com/oniice))*
11
+
-[`6783656`](https://github.com/myerscode/templex/commit/6783656d1a6ded4f7c18c4618eaa0c7ce3d95273) - **loops**: add loop metadata variables *(commit by [@oniice](https://github.com/oniice))*
12
+
-[`aec92e7`](https://github.com/myerscode/templex/commit/aec92e7274acd3daa9c2d608a23acdf58ec9548f) - **ternary**: add ternary and null coalescing *(commit by [@oniice](https://github.com/oniice))*
13
+
-[`98e36b3`](https://github.com/myerscode/templex/commit/98e36b3a3d4ce4dc0b374aaf4cc3a8f8c46486f1) - **conditions**: add elseif support *(commit by [@oniice](https://github.com/oniice))*
14
+
-[`7146bf9`](https://github.com/myerscode/templex/commit/7146bf9ac2e117010c18f2757a3ca2c0dc4275a6) - **control**: add logical && and || operators *(commit by [@oniice](https://github.com/oniice))*
15
+
-[`dc44f7f`](https://github.com/myerscode/templex/commit/dc44f7f6ecd9839b6820093f660c99d0e41da3c8) - **control**: add negation (!) operator *(commit by [@oniice](https://github.com/oniice))*
16
+
17
+
### Bug Fixes
18
+
-[`e8b9e57`](https://github.com/myerscode/templex/commit/e8b9e5732bba4175454d5620fc8e1801486479c5) - resolve PHPStan level 6 errors *(commit by [@oniice](https://github.com/oniice))*
19
+
-[`b0c481f`](https://github.com/myerscode/templex/commit/b0c481f0cc71c578f69de27d0afcee1711addf13) - resolve PHPStan level 8 errors *(commit by [@oniice](https://github.com/oniice))*
20
+
21
+
### Refactors
22
+
-[`13ee1c6`](https://github.com/myerscode/templex/commit/13ee1c610398182eb31b661fedb9d425c9c51b38) - apply Rector PHP 8.5 modernisation *(commit by [@oniice](https://github.com/oniice))*
23
+
-[`5a62a6c`](https://github.com/myerscode/templex/commit/5a62a6c3a16ab5a8fc0d59e29fc7d56583dad5f7) - remove dead code and unused test files *(commit by [@oniice](https://github.com/oniice))*
24
+
-[`3709531`](https://github.com/myerscode/templex/commit/3709531e4805ba885333394a35e1f1059198a1de) - apply PHP 8.5 modernisation pass *(commit by [@oniice](https://github.com/oniice))*
25
+
-[`86ea2bc`](https://github.com/myerscode/templex/commit/86ea2bce73e173a944952aa6b3dac64a680d09cd) - run Rector with base PHP config *(commit by [@oniice](https://github.com/oniice))*
26
+
-[`9f4ca31`](https://github.com/myerscode/templex/commit/9f4ca31e83b3fd5130a0b4a9b33cabc258a039b2) - **src**: modernise with rector *(commit by [@oniice](https://github.com/oniice))*
27
+
28
+
### Tests
29
+
-[`d437da0`](https://github.com/myerscode/templex/commit/d437da0425b6138aae77511af75c64498631b51c) - **coverage**: achieve 100% code coverage *(commit by [@oniice](https://github.com/oniice))*
30
+
31
+
7
32
## Unreleased
8
33
9
34
### Changed
@@ -30,3 +55,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
30
55
31
56
-[`aa1d235`](https://github.com/myerscode/templex/commit/aa1d235c5d845a6868bff4a0099f04bc8fd9e13d) feat(for): added the for control slot
32
57
-[`76c17e2`](https://github.com/myerscode/templex/commit/76c17e2b4eccf4809378c94ad77fabd2227946ca) feat(switch): added the switch control slot
0 commit comments