Skip to content

Commit e2f21bc

Browse files
Refactored for performance
1 parent 9cc41ab commit e2f21bc

13 files changed

+196
-548
lines changed

CHANGELOG.md

+14-15
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1-
# Change Log
2-
All notable changes to this project will be documented in this file.
3-
Updates should follow the [Keep a CHANGELOG](https://keepachangelog.com/) principles.
4-
5-
## [Unreleased][unreleased]
6-
7-
### Added
8-
9-
### Changed
10-
11-
### Fixed
12-
13-
### Removed
14-
15-
[unreleased]: https://github.com/biurad/php-annotations/compare/v0.1.0...master
1+
CHANGELOG
2+
=========
3+
4+
1.0
5+
===
6+
7+
* [BC BREAK] Renamed the getAnnotation listener method to getAnnotations
8+
* [BC BREAK] Added string list return type for the listener's getAnnotation method
9+
* [BC BREAK] Use array instead of parsing annotation/attribute into class objects
10+
* [BC BREAK] Changed the annotation's loader class listener method from variadic to add one at a time
11+
* [BC BREAK] Changed the annotation's loader class build method from public to protected
12+
* [BC BREAK] The annotation's loader load method no longer accepts null as a value
13+
* Added alias support listener support for easier loading of listener's annotation/attribute
14+
* Improved performance of loading annotation/attribute

0 commit comments

Comments
 (0)