Changelog
2022-02-05
Removed implicit null from result strings.
Expose native string result getter.
Fixed numeric routes not matching.
2022-02-04
One more TODO.
2022-02-03
Updated TODO list.
Rename StringHelpers to XString and make escape respect input type.
Benefits of any abstraction don't outweigh the added execution time, just gonna provide macros.
Minor change to version builder.
Replaced IArray types with normal arrays, specialised collection types will follow.
2022-02-02
Added scripts for maintaining the prerelease version and file headers.
Updated headers of tests.
Renamed NdxObject to XObject.
Forgot to bump some dates.
Router fixes + switch to IteratorAggregate.
2022-01-30
Added missing return.
2022-01-29
Catch mysqli connection exception.
2022-01-28
Added Base62 serialiser.
Explicit check for api domain instead of short domain.
2022-01-20
I think I like this router style.
2022-01-18
Work in progress routing.
2022-01-17
Redid serialiser structure.
Make script enable debug mode.
Forgot a couple, oops!
Attempt to fix permissions on Unix-like systems.
Attempt to fix .sh line endings.
Added Vagrant config and script for quick setting up a virtual development environment.
2022-01-12
Removed leftovers from chat token system.
2022-01-10
Added Ruffle version of moguu.
2022-01-03
Retarget to PHP 8.1
2022-01-02
Added dates at the top and dropkicked OAuth shit.