Skip to content

v0.8.0 - Major Refactor, Error Page Re-design

Compare
Choose a tag to compare
@joelesko joelesko released this 04 Oct 23:26
· 8 commits to master since this release

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 and dir 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