v1.2.0
- 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 of1.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