Skip to content

0.01011500

Compare
Choose a tag to compare
@kentfredric kentfredric released this 26 Jul 09:16
· 67 commits to master since this release
  • More tests to improve general function coverage.
  • generate_exception is gone, depercated.
  • Replace: generate_exception($class , $message)->throw() with _gen_tree($full_class)->throw( $message )
  • Coverage testing detected a missing exception class, fixed in this
    release.
  • All tied() methods now tested to some degree to work.