Skip to content

Commit

Permalink
Refactored for performance
Browse files Browse the repository at this point in the history
  • Loading branch information
divineniiquaye committed Apr 11, 2022
1 parent 9cc41ab commit e2f21bc
Show file tree
Hide file tree
Showing 13 changed files with 196 additions and 548 deletions.
29 changes: 14 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
# Change Log
All notable changes to this project will be documented in this file.
Updates should follow the [Keep a CHANGELOG](https://keepachangelog.com/) principles.

## [Unreleased][unreleased]

### Added

### Changed

### Fixed

### Removed

[unreleased]: https://github.com/biurad/php-annotations/compare/v0.1.0...master
CHANGELOG
=========

1.0
===

* [BC BREAK] Renamed the getAnnotation listener method to getAnnotations
* [BC BREAK] Added string list return type for the listener's getAnnotation method
* [BC BREAK] Use array instead of parsing annotation/attribute into class objects
* [BC BREAK] Changed the annotation's loader class listener method from variadic to add one at a time
* [BC BREAK] Changed the annotation's loader class build method from public to protected
* [BC BREAK] The annotation's loader load method no longer accepts null as a value
* Added alias support listener support for easier loading of listener's annotation/attribute
* Improved performance of loading annotation/attribute
Loading

0 comments on commit e2f21bc

Please sign in to comment.