Skip to content

0.1.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@ramsey ramsey released this 02 Sep 18:30
· 58 commits to main since this release
0.1.3
769e356

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #6 reduces duplication of code (and eliminates build warnings) by splitting MINIT for each class into separate functions.
  • #10 allows installation of extension on PHP 8.3.
  • #11 fixes a build warning for switch statements with no default branch.