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
2026-07-02
Fixed
flash
Fixed crusty newline.
Updated
flash
Replaced parse_url based HttpUri with the new PHP 8.5 WhatWgUrl class.
Updated
flash
Moved Stream implementations out of the Http namespace.
Updated
flash
Split filter and processor handlers out of route handler.
2026-07-01
Updated
flash
Router cleanup beginnings.
Removed
flash
Removed the very unused bench folder.
Removed
flash
Removed the config system.
Updated
flash
expectExceptionMessage is deprecated.
Updated
flash
Make UrlSource return an iterable rather than just registering by itself.
Updated
flash
Bumped PHP version and updated libraries.
2026-03-06
Updated
flash
Sort params before submission.
2026-03-05
Updated
flash
Made DbResult itself iterable.
Updated
flash
Replaced DbResultIterator with a simple generator routine.
Added
flash
Added non-object return type handling in DbResultIterator.
Updated
flash
Made 0 always encode to an empty string (might be backwards incompatible).
Updated
flash
Updated libraries + static analysis fixes.
2025-11-30
Fixed
flash
Fixed some integer casting issues from PHP 8.5.
2025-11-07
Updated
flash
use statement formatting updates.
Removed
flash
Removed cache wrappers, use cache/{memcached,redis}-adapter instead.
Removed
flash
Removed unused methods from XString.
Removed
flash
Removed feed builder stuff (just use templates for this).
Removed
flash
Removed XArray.
2025-11-06
Updated
flash
Updated libraries, PHPStan fixed & removed bundled Twig.
2025-08-22
Updated
flash
Implemented MiddlewareInterface in the Router.
Removed
flash
Removed exception throws from NullStream and just no-op.
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.
1
2
3
4