Skip to content

Releases: marcioAlmada/annotations

3.1.0

05 Sep 15:39
Compare
Choose a tag to compare

Added

  • Allowed both versions ~3.0+ and ~2.0 of nikic/php-parser // thanks to @thewunder

3.0.2

31 Jan 13:15
Compare
Choose a tag to compare

Added

  • Fixed mockery/mockery dependency

3.0.1

31 Jan 12:44
Compare
Choose a tag to compare

Added

  • PHPParser dependency now points to a more recent version, thanks to @rulatir
  • Allow -> [] as sugar for -> { "__construct": []}, relates to issue #18

3.0.0

19 Sep 15:49
Compare
Choose a tag to compare

Added

  • PHP7 support
  • ReaderInterface::getConstantAnnotations($class, $const) // thanks to @gsouf

2.3.1

16 Sep 23:13
Compare
Choose a tag to compare
  • Fixed a whitespace issue #55

2.3.0

26 Jan 04:37
Compare
Choose a tag to compare
  • Add Reader::getFunctionAnnotations($fn)

2.2.0

06 Nov 18:17
Compare
Choose a tag to compare
  • add APC cache handler

2.1.0

22 Sep 12:51
Compare
Choose a tag to compare
  • add @​api docblock tag to public interfaces
  • AnnotationsBag::get method implementation now has a $default argument
  • AnnotationsBagInteface::get method now has a $default argument

2.0.0

15 Sep 02:07
Compare
Choose a tag to compare
more README tweaks, ready for 2.0 release :)

1.14.0

11 Aug 03:26
Compare
Choose a tag to compare
change README recommended version