Skip to content

Commit 6814340

Browse files
committed
Merge pull request #58 from api-platform/changelog
Add a changelog
2 parents 2b61bf2 + fa432cf commit 6814340

File tree

1 file changed

+62
-0
lines changed

1 file changed

+62
-0
lines changed

CHANGELOG.md

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
# Changelog
2+
3+
## 1.1.0
4+
5+
* MongoDB support
6+
* API Platform Core v2 support
7+
* Schema Generator is now available as PHAR
8+
* Support any RDF vocabulary (was previously limited to Schema.org)
9+
* Support for custom classes
10+
* Support for [Doctrine Embeddables](http://doctrine-orm.readthedocs.io/projects/doctrine-orm/en/latest/tutorials/embeddables.html)
11+
* Support for serialization groups
12+
* Support for the `nullable` option
13+
* Support for the `unique` option
14+
* Support for custom Doctine `@Column` annotations
15+
* Symfony 3.0 compatibility
16+
* Various bug fixes and improved tests
17+
18+
## 1.0.0
19+
20+
* Rename the package API Platform Schema Generator (formerly PHP Schema)
21+
* Support for external and custom RDFa schemas
22+
* Support custom name for relation tables
23+
* Allow to use properties from parent classes
24+
* Allow to create custom fields
25+
* Improve code quality and tests
26+
27+
## 0.4.3
28+
29+
* Fix compatibility with [API Platform Core](https://github.com/api-platform/core) v1 (formerly DunglasJsonLdApiBundle)
30+
31+
## 0.4.2
32+
33+
* Fix compatibility with [API Platform Core](https://github.com/api-platform/core) v1 (formerly DunglasJsonLdApiBundle)
34+
35+
## 0.4.1
36+
37+
* Make CS fixer working again
38+
39+
## 0.4.0
40+
41+
* [API Platform Core](https://github.com/api-platform/core) v1 (formerly DunglasJsonLdApiBundle) support
42+
43+
## 0.3.2
44+
45+
* Fixed Doctrine relations handling
46+
* Better `null` value handling
47+
48+
## 0.3.1
49+
50+
* Fix a bug when using Doctrine `ArrayCollection`
51+
* Don't call `parent::__construct()`` when the parent constructor doesn't exist
52+
53+
## 0.3.0
54+
55+
* Symfony / Doctrine's ResolveTragetEntityListener config mapping generation
56+
* Refactored Doctrine config
57+
* Removed deprecated call to `YAML::parse()``
58+
59+
## 0.2.0
60+
61+
* Better generated PHPDoc
62+
* Removed `@type` support

0 commit comments

Comments
 (0)