Releases: webrium/core
Releases · webrium/core
Release list
Core 5.0.6
What's Changed
- feat(directory): register root and resources aliases by @benkhalife in #122
Full Changelog: 5.0.5...5.0.6
Core 5.0.5
Core 5.0.4
Webrium Core 5.0.3
What's Changed
- feat(directory): register database, migrations and seeders paths by @benkhalife in #120
Full Changelog: 5.0.2...5.0.3
Core 5.0.2
What's Changed
- docs(route): correct Route::source() docblock by @benkhalife in #118
- Fix/httpclient bugs by @benkhalife in #119
Full Changelog: 5.0.1...5.0.2
Core 5.0.1
What's Changed
- docs: add llms.txt with machine-readable API reference for LLM consum… by @benkhalife in #97
- Jwt harden verification and add standard claim validation by @benkhalife in #101
- fix(session): secure cookie defaults and session-fixation hardening by @benkhalife in #103
- fix(hash): correct random() length handling and harden helpers by @benkhalife in #102
- Fix/directory path safety by @benkhalife in #104
- test(helpers): cover path resolution, traversal blocking, and redirec… by @benkhalife in #105
- Test/directory by @benkhalife in #106
- Fix/file output sanitization by @benkhalife in #107
- refactor: standardize storage directory structure by @benkhalife in #108
- Feature/secure upload and helper by @benkhalife in #109
- Fix/autoload helpers by @benkhalife in #110
- refactor: remove manual helper loading, rely on composer autoload by @benkhalife in #111
- Fix/route param typeerror by @benkhalife in #112
- test: add unit tests for Route (matching, grouping, named routes, mid… by @benkhalife in #113
- Feat/route optional params and middleware fix by @benkhalife in #114
- Feat/response payload by @benkhalife in #115
- Feat/kernel param type coercion by @benkhalife in #116
- Fix/group state leak on exception by @benkhalife in #117
Full Changelog: 4.1.2...5.0.1
Core 5.0.0
What's Changed
- docs: add llms.txt with machine-readable API reference for LLM consum… by @benkhalife in #97
- Jwt harden verification and add standard claim validation by @benkhalife in #101
- fix(session): secure cookie defaults and session-fixation hardening by @benkhalife in #103
- fix(hash): correct random() length handling and harden helpers by @benkhalife in #102
- Fix/directory path safety by @benkhalife in #104
- test(helpers): cover path resolution, traversal blocking, and redirec… by @benkhalife in #105
- Test/directory by @benkhalife in #106
- Fix/file output sanitization by @benkhalife in #107
- refactor: standardize storage directory structure by @benkhalife in #108
- Feature/secure upload and helper by @benkhalife in #109
- Fix/autoload helpers by @benkhalife in #110
- refactor: remove manual helper loading, rely on composer autoload by @benkhalife in #111
- Fix/route param typeerror by @benkhalife in #112
- test: add unit tests for Route (matching, grouping, named routes, mid… by @benkhalife in #113
- Feat/route optional params and middleware fix by @benkhalife in #114
- Feat/response payload by @benkhalife in #115
- Feat/kernel param type coercion by @benkhalife in #116
Full Changelog: 4.1.2...5.0.0
Core 4.1.2
What's Changed
- fix(debug): use exception trace to resolve true caller file and line by @benkhalife in #86
- Add bundled default english validation messages by @benkhalife in #90
- fix(url): parse urlencoded body for PUT/PATCH/DELETE requests by @benkhalife in #92
- test: add unit tests for Url class covering all HTTP methods and inpu… by @benkhalife in #94
- fix: skip Url::enforce() in CLI context inside App::initialize() by @benkhalife in #96
Full Changelog: 4.1.0...4.1.2
Core 4.1.1
What's Changed
- fix(debug): use exception trace to resolve true caller file and line by @benkhalife in #86
- Add bundled default english validation messages by @benkhalife in #90
- fix(url): parse urlencoded body for PUT/PATCH/DELETE requests by @benkhalife in #92
- test: add unit tests for Url class covering all HTTP methods and inpu… by @benkhalife in #94
Full Changelog: 4.1.0...4.1.1
Webrium Core 4.1.0
What's Changed
- fix(file): prevent parent directory deletion in deleteDirectory by @benkhalife in #81
- refactor(file): remove redundant delete_dir alias by @benkhalife in #82
- test(file): implement comprehensive unit tests for File class by @benkhalife in #84
Full Changelog: 4.0.3...4.1.0