Skip to content

Releases: cycle/annotated

v2.0.5

Choose a tag to compare

@wolfy-j wolfy-j released this 08 May 15:49
  • updated to recent Doctrine/Infector API

v2.0.4

Choose a tag to compare

@wolfy-j wolfy-j released this 08 Feb 10:43
efa0b3d
  • migration to GitHub Actions
  • added support for ordered indexes

v2.0.3

Choose a tag to compare

@wolfy-j wolfy-j released this 26 Dec 15:12
  • PSR-12 code style fix
  • removed duplicate Travis test
  • always force default value

v2.0.2

Choose a tag to compare

@wolfy-j wolfy-j released this 16 Oct 10:12
  • added automatic CS fixing
  • added ability to specify table naming strategy for entities

v2.0.1

Choose a tag to compare

@wolfy-j wolfy-j released this 05 Sep 09:34
  • relations to STI classes will be automatically resolved to the proper parent class
  • more tests added

v2.0.0

Choose a tag to compare

@wolfy-j wolfy-j released this 13 Aug 10:49
  • migrated to Doctrine/Annotations

v1.0.5

Choose a tag to compare

@wolfy-j wolfy-j released this 19 Jun 09:13
  • simpler definition for typecast

v1.0.4

Choose a tag to compare

@wolfy-j wolfy-j released this 13 Jun 15:23
  • embedded entities separator changed from "." to ":" for consistency

v1.0.3

Choose a tag to compare

@wolfy-j wolfy-j released this 05 Jun 13:35
  • added support for embedded entities

v1.0.2

Choose a tag to compare

@wolfy-j wolfy-j released this 29 May 10:01
  • added support for specifying pre-load method for relations and inversed relations
  • Columns and Indexes generators renamed to MergeColumns and MergeIndexes to reflect functionality