v0.8.0 - Major Refactor, Error Page Re-design
This release contains a ton of refactoring and code changes.
Admittedly this was all solo development done locally, so the diffs aren't going to be very helpful.
- Now requires PHP 8.3
- Refactored and added unit tests (now 2,000+ tests)
- File module converted to
file
anddir
TypeStrings - Re-designed error pages
- Errors pages now do fuzzy matching to suggest methods, keys, etc.
- Error pages show contextual lines above and below source of error
- Added support for
null
keyword - tht.dev website design refreshed
- A lot of bug fixes