Skip to content

Releases: doctrine/annotations

1.12.1

21 Feb 21:04
1.12.1
b17c501
Compare
Choose a tag to compare

Release Notes for 1.12.1

1.12.1

  • Total issues resolved: 1
  • Total pull requests resolved: 1
  • Total contributors: 1

bug

1.12.0

20 Feb 12:29
1.12.0
ebec9b1
Compare
Choose a tag to compare

1.11.2

20 Feb 12:16
1.11.2
b81688b
Compare
Choose a tag to compare

Release Notes for 1.11.2

1.11.x bugfix release (patch)

1.11.2

  • Total issues resolved: 0
  • Total pull requests resolved: 5
  • Total contributors: 3

Improvement

CI

enhancement

bug

1.11.1

26 Oct 18:23
1.11.1
ce77a7b
Compare
Choose a tag to compare

Release Notes for 1.11.1

1.11.1

  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 2

enhancement

1.11.0

24 Oct 09:47
1.11.0
88fb6fb
Compare
Choose a tag to compare

1.10.4

11 Aug 12:55
1.10.4
bfe91e3
Compare
Choose a tag to compare

1.10.3

25 May 20:32
1.10.3
5db60a4
Compare
Choose a tag to compare

Release 1.10.3

1.10.3

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

CI,Improvement

1.10.2

20 Apr 09:19
1.10.2
b9d758e
Compare
Choose a tag to compare

Release 1.10.2

1.10.2

  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 2

bug

Documentation

1.10.1

02 Apr 12:33
1.10.1
5eb79f3
Compare
Choose a tag to compare

Release 1.10.1

1.10.1

  • Total issues resolved: 1
  • Total pull requests resolved: 1
  • Total contributors: 2

bug

1.10.0

02 Apr 08:21
1.10.0
233e366
Compare
Choose a tag to compare

Release 1.10.0

This release was necessary to fix an issue with the previous 1.9.0 release due to our automated release process. The original release notes follow below.

This release brings an important change to autoloading annotations in the registry. In annotations 2.0, all annotations will be autoloaded, removing the need to call AnnotationRegistry::registerLoader or other methods. To allow you to get rid of calls to deprecated methods, the registry will automatically fall back to using class_exists as loader, which triggers PHP's autoload mechanism. Please note that if you register a custom loader, namespace, or file, this fallback mechanism is disabled and no autoloading will be performed. This release also fixes issue related to ignored annotations. Please see the changelog for more details.

1.10.0

  • Total issues resolved: 4
  • Total pull requests resolved: 7
  • Total contributors: 10

bug

Documentation

Improvement