Skip to content

Releases: tarantool-php/mapper

get format for new spaces

03 Apr 09:06

Choose a tag to compare

2.1.3

mapper work with empty format

schema get spaces return all spaces

02 Apr 20:27

Choose a tag to compare

$mapper->getSchema->getSpaces()

simple index creation fix

29 Mar 19:11

Choose a tag to compare

fixed:
$schema->createIndex(['property1', 'property2']);

remove and once logic

29 Mar 11:32

Choose a tag to compare

implemented

  • $schema->once($name, $callback)
  • $mapper->remove($entity)

complete empty tuple values with defaults

28 Mar 11:09

Choose a tag to compare

2.0.3

reduce non-required properties default values set

production ready

27 Mar 18:39

Choose a tag to compare

2.0.2

prettify sequence example

add usefull plugins

07 Mar 13:41

Choose a tag to compare

2.0.1-beta

user defined classes doc added

rewrite from scratch

05 Mar 19:17

Choose a tag to compare

2.0.0-alpha

register scrutinizer report

unsigned data type, integer type conversion

28 Dec 12:22

Choose a tag to compare

v1.0.9

numeric type calculation for 1.5+ tnt versions

caching empty single result

21 Dec 20:13

Choose a tag to compare

v1.0.8

zero count result should be cached too