Releases: doctrine/DoctrineModule
Releases · doctrine/DoctrineModule
2.1.0
Added
- added phpcs.xml with defined CS rules
- short array syntax in docs
- composer scripts to run unit and cs checks
- Added ConfigProvider in line with ZF components #590
- Migrate all module.config.php into ConfigProvider in line with ZF adaption
- Added more tests for keys and serialziation for ConfigProvider
- Use service manager factory for cache when possible
- Use class name constants where possible; break even on the last case in a switch #605
- Add APCu cache to configuration #589
- Added factories for (No)ObjectExists and UniqueObject validators #604
- Allow symfony 4 #612
- Extend DoctrineModule\Stdlib\Hydrator\DoctrineObject::handleTypeConversions() to handle all basic conversions according to documentation instead of just DateTime object related values #626
- Hydration strategies can be replaced after the hydrator is created #627
Changed
- updated PHP CodeSniffer to version 2.7
- fixed code to pass all CS checks
- updated travis configuration to use composer scripts #575
- Updated DoctrineModule authentication doc with some ZF3-related information and examples #582
- Authentication guide update for ZF3 #599
- Bump minimum PHP version to 7.1
- Upgrade to PHPUnit ^7.0 #615
- Use Inflector instead of ucfirst #625
Deprecated
Removed
- Version.php
- License headers #617
- Drop PHP 5.x support
- Drop HHVM from Travis build #611
- Removed Version.php #616
Fixed
2.0.1
2.0.0
This marks the beginning of BC breaking code in support of ZF3.
1.2.0
- ZF3 compatibility (#567)
- Expose to
zend-component-installer
as moduleDoctrineModule
(#570) - ZF3 Composer dependencies - hotfix (#571)
- Command line tools improvements (#572)
- Add missing Doctrine APCu Cache (PHP7) (#569)
- Changed isset for array_key_exists in context check (#568)
- Hydrator ignores private/protected getter/setter (#560)
1.1.0
1.0.1: Drop PHP 5.4
0.10.0
1.0.0
0.10.0
0.9.0
- Fixed intend in hydrator.md #471
- Allow symfony 3.0 #477
- Removed Travis build for 5.3 and added builds for 5.6 and 7.0 #491
- Fixed documentation for Example 4 #486
- Update year of license #488
- Standardize array configuration #489
- Fix #467 bypass value to validate message #479
- Adding doctrine/coding-standard to builds #478
- update hydrator s documentation url to current #493
- Added PredisCache support #492
- adding functionality to support custom attributes on value-options #446
- FormElement s options can be set individual #452
- Update module.config.php #498
- Implemented Optgroup functionality within Proxy element #502
- Removed check to allow zero-identifiers. #459
- Refactored tests for option_attributes #505
- Bump phpunit minimum version #512