Skip to content

Releases: Joseki/Migration

PHP 7 upgrade

04 Nov 21:54
8d5eb3b

Choose a tag to compare

upgrade to PHP 7+ (#8)

composer: upgraded to php 7+
Manager: fixed trait for Nette/SmartObject
tests: fixed travis build

Released version 1.1

06 Jul 06:44

Choose a tag to compare

Released version 1.0.8

26 Dec 17:58

Choose a tag to compare

v1.0.8

LeanMApperSchemaGenerator: on update always cascade

Released version 1.0.7

21 Dec 12:44

Choose a tag to compare

v1.0.7

typo hotfix

Released version 1.0.6

21 Dec 12:34

Choose a tag to compare

v1.0.6

LeanMapperSchemaGenerator: fixed missing on update cascade|set null

Released version 1.0.5

21 Dec 10:27

Choose a tag to compare

  • added validation for skipped migration
  • improved timestamp behaviour in leanmaper migration

Released version 1.0.4

20 Dec 19:54

Choose a tag to compare

  • added m:ignore and m:ignored to mark property as ignored for database migrations
  • added possibility to specify DATE, DATETIME and TIMESTAMP using m:type(date|datetime|timestamp)

Released version 1.0.3

17 Dec 12:48

Choose a tag to compare

v1.0.3

Migration: fixed migration name

Released version 1.0.2

06 Dec 07:59

Choose a tag to compare

v1.0.2

Manager: fixed version getter

Released version 1.0.1

03 Dec 08:20

Choose a tag to compare

  • Changed migration status messages
  • Added chema generator output
  • Added path normalizer for a nicer filepath on all platforms