Releases: midnite81/core
Releases · midnite81/core
v2.0.38 - Update commonmark security dependency
v2.0.37 - Enhance UUID handling and add PHP 8.1 support
Features
- Introduced a test matrix including PHP 8.1 support.
- Added a new smoke workflow check for PHP 8.1.
- Implemented a pull request test workflow.
Fixes
- Resolved issues with the HasUuid boot method to ensure preset UUIDs are preserved.
- Corrected the PHP 8.1 autoload check in the smoke test.
- Fixed YAML quoting issues in the workflow configuration.
v2.0.36 - Enhance entity hydration with CollectionOf support
Features
- Added support for
CollectionOfin entity hydration, improving how collections are handled during hydration. - Restored collection hydration support, ensuring compatibility with previous implementations.
Documentation
- Updated
Attributes.mdto reflect the new features and usage guidelines.
v2.0.35 - Enhance string mapping attributes with trimming
Features
- Introduced trim string mapping attributes to improve data handling.
Improvements
- Updated documentation to reflect new attributes.
- Refactored existing attribute classes to accommodate the new trim functionality.
Fixes
- Adjusted tests to ensure compatibility with the new trimming features.
v2.0.34 - Add support for CollectionOf
What's Changed
- Add CollectionOf support for entity hydration by @midnite81 in #42
Full Changelog: v2.0.33...v2.0.34
v2.0.33 - Update dependencies
v2.0.32 - Remove out of date dependency
v2.0.31 - Fix parsing of date in Property Hydration
What's Changed
- [bug/fix-parsing-of-date] Simplify Carbon type handler in
PropertyHydrationby @midnite81 in #40
Full Changelog: v2.0.30...v2.0.31
v2.0.30 - Add in deep array conversions
What's Changed
- Add
toDeepArrayfunction for recursive data conversion by @midnite81 in #39
Full Changelog: v2.0.29...v2.0.30
v2.0.29
What's Changed
- Enhance Inject attribute with alias support and contextual injection by @midnite81 in #38
Full Changelog: v2.0.28...v2.0.29