1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84
|
v1.2.7 - Aug 31, 2015
v1.2.6 - Jun 17, 2015
Revert a small change from v1.2.5 that removed a check for the wrong reasons, nothing major but better now.
v1.2.5 - Jun 17, 2015
Total issues resolved: 1
Make AnnotationReader PHP7 compatible by fixing code that checks for removed ini variable.
v1.2.4 - 14 Apr 2015
Total issues resolved: 1
51: FileCacheReader#saveCacheFile() unlink() call fix
v1.2.3 - 20 Dec 2014
Total issues resolved: 2
49: #46 - applying correct chmod() to generated cache file
50: Hotfix: match escaped quotes (revert #44)
v1.2.2 - 18 Dec 2014
Total issues resolved: 4
43: Exclude files from distribution with .gitattributes
44: Prevent stack overflows in preg_split in the lexer
46: A plain "file_put_contents" can cause havoc
48: Deprecating the FileCacheReader in 1.2.2: will be removed in 2.0.0
v1.2.1 - 25 Sep 2014
Total issues resolved: 4
38: fixes doctrine/common#326
39: Remove superfluous NS
41: Warn if load_comments is not enabled.
42: Clean up unused uses
v1.2.0 - 6 Jul 2014
* HHVM support
* Allowing dangling comma in annotations
* Excluded annotations are no longer autoloaded
* Importing namespaces also in traits
* Added support for `::class` 5.5-style constant, works also in 5.3 and 5.4
Total issues resolved: 21
1: Documentation fixes
7: Moving phpunit task from before_script to script in .travis.yml
9: Workaround PHP compiler globals storing doc_comments
11: allow for dangling comma
13: add phpstorms annotation @noinspection to global ignore names
15: Fixed warnings (in PhpStorm) in tests
16: .travis.yml - add PHP 5.5
18: DCOM-151 - DocParser should not attempt autoloading excluded annotations
19: DCOM-179 - Underscore at the end of a label is not working with annotations
21: Set 1.1-dev as dev-master alias instead of 1.0.*-dev
22: Use namespace from traits
23: Add LICENSE file
25: setIgnoreNotImportedAnnotations(true) didn’t work for existing classes.
26: Fixed HHVM build as allowed failure.
27: DDC-3006: @Target isn't properly bitmasked
28: Fix most common parsing failures when @ is present in the docblock but not for an annotation
30: [DCOM-240] Dirs only need to be writable, when we are performing a write.
31: Added phpunit as a dev dependency
33: add supporting php 5.5 ::class constant
34: Ignored @startuml and @stopuml annotations
35: DCOM-243 Added check for Zend OPcache extenstion
v1.1.2 - 1 Jul 2013
v1.1.1 - 20 Apr 2013
v1.1 - 17 Mar 2013
* Add Exception when ZendOptimizer+ or Opcache is configured to drop comments
v1.0 - 12 Jan 2013
|