Flashii
Home
Changelog
Contact
Rules
Bluesky
News
Forum
Chat
Flashii
Register
Log in
Home
Changelog
Contact
Rules
Bluesky
News
Forum
Chat
Significant parts of the site require JavaScript.
If you have it turned off and something doesn't work, that's probably why!
Changelog
2025-08-10
Fixed
flash
Fixed class extends not getting registered properly.
Fixed
flash
Fixed Dependencies::registerObject inserting duplicates.
Updated
flash
Parse port number in Host header.
2025-08-09
Added
flash
Added separate handlers for serving static files.
Removed
flash
Removed X-Sendfile alias.
Updated
flash
Unneccesary nullable.
Removed
flash
Removed HttpRequestBuilder and merged HttpMessage/ResponseBuilder into a single class.
Updated
flash
No longer mark the HttpMessageBuilder subclasses as final.
Added
flash
Added Makefile and .editorconfig and removed the precommit script.
Removed
flash
Removed unused Content-Type/Length parsing.
Removed
flash
Dropkicked Comparable and Equatable interfaces.
Updated
flash
Changed CSRF token hash algo to SHA2 rather than SHA3.
Updated
flash
Actually forward the strict parameter to base64_decode in UriBase64::decode.
Fixed
flash
Fixed unused variable in WString::endsWith.
Updated
flash
Switched to PHP's built in ArrayIterator class.
Updated
flash
Use statement cleanups.
Updated
flash
Updated Composer libraries.
2025-04-05
Fixed
flash
Fixed incompatibility not caught by PHPStan.
2025-04-03
Updated
flash
Make HttpResponseBuilder use the Stringable implementation of Timings.
Updated
flash
Make Timings and TimingPoint implement Stringable.
Updated
flash
Allow specified the starting time of a stopwatch.
Updated
flash
nevermind hrtime() is built in oops
Added
flash
Added suggest for ext-hrtime.
2025-04-02
Updated
flash
More specific phpstan ignore rules.
2025-04-01
Updated
flash
Use interfaces instead of abstract class for Twig extensions.
2025-03-26
Added
flash
Added Snowflake ID generators.
2025-03-25
Fixed
flash
Fixed replace argument on header() not being set to false.
Updated
flash
Always rewind input streams if possible.
2025-03-23
Updated
flash
Account for trailing slashes in URLs.
Fixed
flash
Fixed route matching issues.
1
2
3
4