Skip to content

v2.0.5

Choose a tag to compare

@fherryfherry fherryfherry released this 28 Feb 22:44
· 7 commits to v2.0 since this release

fix: improve null safety and edge case handling across codebase

  • Fix Model::findById to handle empty string IDs correctly
  • Add null checks in Validator::make and helper functions
  • Improve DataTable request parameter validation with defaults
  • Enhance test coverage with positive/negative cases
  • Fix ORM test isolation by creating fresh instances