Skip to content

Latest commit

 

History

History
62 lines (42 loc) · 1.68 KB

CHANGELOG.md

File metadata and controls

62 lines (42 loc) · 1.68 KB

Changelog

1.1.0

  • MongoDB support
  • API Platform Core v2 support
  • Schema Generator is now available as PHAR
  • Support any RDF vocabulary (was previously limited to Schema.org)
  • Support for custom classes
  • Support for Doctrine Embeddables
  • Support for serialization groups
  • Support for the nullable option
  • Support for the unique option
  • Support for custom Doctine @Column annotations
  • Symfony 3.0 compatibility
  • Various bug fixes and improved tests

1.0.0

  • Rename the package API Platform Schema Generator (formerly PHP Schema)
  • Support for external and custom RDFa schemas
  • Support custom name for relation tables
  • Allow to use properties from parent classes
  • Allow to create custom fields
  • Improve code quality and tests

0.4.3

0.4.2

0.4.1

  • Make CS fixer working again

0.4.0

0.3.2

  • Fixed Doctrine relations handling
  • Better null value handling

0.3.1

  • Fix a bug when using Doctrine ArrayCollection
  • Don't call `parent::__construct()`` when the parent constructor doesn't exist

0.3.0

  • Symfony / Doctrine's ResolveTragetEntityListener config mapping generation
  • Refactored Doctrine config
  • Removed deprecated call to `YAML::parse()``

0.2.0

  • Better generated PHPDoc
  • Removed @type support