Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
827907d
added log_error to cathc misconfigurations
Jul 17, 2025
389d0ad
added Log_error in middleware misconfiguration
Jul 17, 2025
b92b1cb
Updated the docs with the security issue
Jul 17, 2025
3105c6b
Updated the docs with the server config example
Jul 17, 2025
379509a
added comment for order of middleware
Jul 18, 2025
54f192d
Added new helper for file_size check
Jul 18, 2025
e1bc7b3
File size validation added in form validation
Jul 18, 2025
14a4243
CSRF token extraction from json body
Jul 18, 2025
e4bc9d5
DB exception thrown instead of die()
Jul 18, 2025
926c716
Added new command for env:check
Jul 18, 2025
bedcb67
Setting up session done
Jul 18, 2025
a70db5b
Merge pull request #47 from SproutPHP/dev_yanik
yanikkumar Jul 18, 2025
fd8d0d0
Added the fallback error if not error view found
Jul 18, 2025
dca7e33
Error pages modified
Jul 18, 2025
dd91e3d
Merge pull request #48 from SproutPHP/dev_yanik
yanikkumar Jul 18, 2025
92ceb25
Exit call for web request not for cli
Jul 18, 2025
f7cb5f3
Added a check for is_writtable cache directory
Jul 18, 2025
3c96616
Route parameter regex fix
Jul 18, 2025
b895158
Docs updated for regex for route parameter
Jul 18, 2025
8e003ed
updated for testing application
Jul 18, 2025
aabd431
Fixed the issue for dynamic routes
Jul 18, 2025
f639532
skip registering global error/exception handlers when running in CLI
Jul 18, 2025
2652130
PostInstall script update to remove the already installed things
Jul 18, 2025
3f15509
Set for release v0.1.7
Jul 18, 2025
38a9b24
Merge pull request #53 from SproutPHP/dev_yanik
yanikkumar Jul 18, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project are documented in this file.

This project uses [Semantic Versioning](https://semver.org/) beginning with version `v0.1.7-alpha.2` (or `v0.1.7-beta.1`).
This project uses [Semantic Versioning](https://semver.org/) beginning with version `v0.1.7-alpha.2` (or `v0.1.7`).
Earlier releases (`v0.1.0-alpha.1` to `v0.1.7-alpha.1`) were experimental and do not strictly follow SemVer conventions.

---
Expand Down Expand Up @@ -59,7 +59,7 @@ These were single-shot development releases with no progressive alpha/beta cycle

**From v0.1.7-alpha.2 onward, all releases will follow a structured, progressive SemVer pre-release cycle.**

## [v0.1.7-beta.1] - 2024-06-09
## [v0.1.7] - 2025-07-18

### Added
- Dynamic route parameter support (e.g., `/user/{id}`, `/blog/{slug}`) for CRUD and flexible routing
Expand Down
Loading