Skip to content

Releases: tithely/picomapper

4.0.0

Choose a tag to compare

@joshmcrae joshmcrae released this 18 Feb 22:09
92feaa5

BREAKING CHANGES:

  • All methods that previously returned a bool to indicate success now throw an exception on failure

3.0.0

Choose a tag to compare

@joshmcrae joshmcrae released this 05 Jun 04:21
937eac1

What's Changed

  • Update picodb to version 6, phpunit to version 9.6, and restrict php to >=8.0 by @rrigby in #22

Full Changelog: 2.3.0...3.0.0

2.3.0

Choose a tag to compare

@joshmcrae joshmcrae released this 01 May 03:43
40c342b

What's Changed

  • Override the count method to apply deletionTimestamp to the query by @rrigby in #19
  • Add support for specifying deletion data to be inserted when a record is deleted. by @rrigby in #20
  • [DEPENDENCY] - Fix GitHub workflow by @joshmcrae in #21

New Contributors

Full Changelog: 2.2.0...2.3.0

2.2.0

Choose a tag to compare

@joshmcrae joshmcrae released this 10 Jul 23:29
52187f1

Enhancements:

  • Columns are automatically prefixed with table names in order to support joins directly on Mapping instances

2.1.0

Choose a tag to compare

@joshmcrae joshmcrae released this 30 May 21:42
36a870f

Fixes:

  • Check for empty values before adding ->in() condition in Mapping::delete().
  • Change elvanto/picodb dependency to latest available version.

2.0.0

Choose a tag to compare

@joshmcrae joshmcrae released this 18 Nov 03:32
308ed61

Enhancements:

  • Updated elvanto/picodb dependency to latest version

1.0.1

Choose a tag to compare

@joshmcrae joshmcrae released this 01 Nov 23:25
3be4e2a

Enhancements:

  • Check deletion timestamp when updating or deleting records

1.0.0

Choose a tag to compare

@joshmcrae joshmcrae released this 07 Dec 00:59
fa54d09

Enhancements:

  • Added support for PHP 8.0, increasing minimum supported PHP version to 7.3

0.4.4

Choose a tag to compare

@joshmcrae joshmcrae released this 29 Sep 02:57
3ff2595

Bug Fixes:

  • Fixed one-to-one relationship bug in Mapping::replace()

0.4.3

Choose a tag to compare

@joshmcrae joshmcrae released this 17 Jun 02:45
a33de09

Bug Fixes:

  • Fixed deleting records when composite primary key includes null value