Skip to content

Releases: jimwins/titi

Just tweaking function signatures

20 Feb 21:06

Choose a tag to compare

Pre-release

It’s probably time to crank up the phpstan level, but this is just a small release to fix one function already-existing but wrong signature.

Initial 8.2 support

28 Sep 22:38

Choose a tag to compare

Initial 8.2 support Pre-release
Pre-release

Silences one deprecation warning with PHP 8.2, there are probably more lurking

Add phpstan, clean things up to pass at level 5

13 Aug 00:47

Choose a tag to compare

Full Changelog: v0.0.4...v0.0.5

Make ORM be JsonSerializable

23 Feb 20:03

Choose a tag to compare

Pre-release
v0.0.4

Make ORM be JsonSerializable

ResultSet as JSON

22 Jun 17:53

Choose a tag to compare

ResultSet as JSON Pre-release
Pre-release

\Titi\ResultSet is now JsonSerializable

Cleaned up documentation

19 May 05:39

Choose a tag to compare

Pre-release

The documentation has been cleaned up and is now hosted on titi.rtfd.io.

Initiial release

17 May 20:45

Choose a tag to compare

Initiial release Pre-release
Pre-release

The tests pass (on PHP 7.3 and 7.4, but that just means there is inadequate
testing). The documentation is a very rough merge of the original
documentation and may not even build, it will need some reorganization.

  • Initial fork from Idiorm 1.5.7 and Paris 1.5.6, see their respective
    documentation for changes before the fork