Mercurial > hg > isophonics-drupal-site
annotate vendor/doctrine/annotations/README.md @ 7:848c88cfe644
More layout
author | Chris Cannam |
---|---|
date | Fri, 05 Jan 2018 13:59:44 +0000 |
parents | 4c8ae668cc8c |
children | 7a779792577d |
rev | line source |
---|---|
Chris@0 | 1 # Doctrine Annotations |
Chris@0 | 2 |
Chris@0 | 3 [](https://travis-ci.org/doctrine/annotations) |
Chris@0 | 4 |
Chris@0 | 5 Docblock Annotations Parser library (extracted from [Doctrine Common](https://github.com/doctrine/common)). |
Chris@0 | 6 |
Chris@0 | 7 ## Changelog |
Chris@0 | 8 |
Chris@0 | 9 ### v1.2.0 |
Chris@0 | 10 |
Chris@0 | 11 * HHVM support |
Chris@0 | 12 * Allowing dangling comma in annotations |
Chris@0 | 13 * Excluded annotations are no longer autoloaded |
Chris@0 | 14 * Importing namespaces also in traits |
Chris@0 | 15 * Added support for `::class` 5.5-style constant, works also in 5.3 and 5.4 |
Chris@0 | 16 |
Chris@0 | 17 ### v1.1 |
Chris@0 | 18 |
Chris@0 | 19 * Add Exception when ZendOptimizer+ or Opcache is configured to drop comments |