Releases: contributte/doctrine-annotations
Releases · contributte/doctrine-annotations
v0.9.0
Bumped! 💼
Diff: v0.8.1...v0.9.0
Changes:
- chore: update version of doctrine/annotations [4aecf9d] (@janpalicka)
- feat: use PsrCachedReader instead of CachedReader [db6890b] (@janpalicka)
- Composer: require PHP 8.2+ [1db9069] (@f3l1x)
- DI: remove registerUniqueLoader [f03f360] (@f3l1x)
Maintenance:
v0.8.1
v0.8.0
Bumped! 😼
Diff: v0.7.0...v0.8.0
Changes:
- Composer: upgrade deps [798c817] (@f3l1x)
- Code: nettrine -> contributte [6ff4bb7] (@f3l1x)
- Composer: replace ninjify for contributte [cebcc7e] (@f3l1x)
- DI: replace deprecated calls [8af8c7a] (@f3l1x)
- Composer: require contributte/di 0.6+ [9ee3b8c] (@f3l1x)
- PHP: require 8.1+ [698603c] (@f3l1x)
- Composer: require nettrine/cache 0.4+ [7abd481] (@f3l1x)
Maintenance:
- Add kodiak bot [2431173] (@f3l1x)
- Move from PHPUnit to Nette Tester [0b8f4a6] (@petrparolek)
- Docs: improve readme + fix links [ce66897] (@petrparolek)
- Composer: update authors [f4da622] (@f3l1x)
- Makefile: update targets [d32bb8e] (@f3l1x)
- Github: update workflow [0e4610a] (@f3l1x)
- Phpstan: include extensions [4e73a07] (@f3l1x)
- QA: fix phpstan (#21) [779077e] (@petrparolek)
- Readme++ [dd7b637] (@f3l1x)
- Composer: allow codesniffer [b54f214] (@f3l1x)
- Tests: fixes [cf1ef6b] (@f3l1x)
- Composer: upgrade ninjify/qa [15202d8] (@f3l1x)
- CI: modernize [2574f79] (@f3l1x)
- QA: modernize [af016dc] (@f3l1x)
- Readme: drop sponsoring [88fcc1b] (@f3l1x)
- Tests: modernize [10f5f1e] (@f3l1x)
- Makefile: modernize [5b910d3] (@f3l1x)
- Open 0.9.x [15ae232] (@f3l1x)
- Composer: fix autoloading [6698819] (@f3l1x)
v0.7.0
Bumped! ℹ️
Diff: v0.6.2...v0.7.0
Changes
- PHP 8
- Travis -> Github Actions
- Use nettrine/cache v0.3
- Use contributte/di v0.5
v0.6.2
v0.6.1
v0.6.0
Bumped! 🐨
Diff: v0.5.0...v0.6.0
Changes: 7a3010f
- annotations
persistent
andserializationVersion
are ignored by default cache
config accepts only services, referencing cache by namefilesystem
,apcu
etc. is not possible- an autowired cache is used by default (nettrine/cache is recommended)
v0.5.0
v0.4
Bump! 🕹
Diff: v0.3...v0.4
Changes:
- Upgrade composer dependencies
- Require doctrine/cache >=1.7.1
- More tests