Skip to content

Releases: midnite81/core

v2.0.38 - Update commonmark security dependency

13 Apr 08:10
314640a

Choose a tag to compare

Security Updates

  • Updated the commonmark dependency to address a security vulnerability.

Fixes

  • Resolved issues related to bootable UUID.

v2.0.37 - Enhance UUID handling and add PHP 8.1 support

06 Apr 13:40
a7825ef

Choose a tag to compare

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

03 Apr 12:28
f0acf46

Choose a tag to compare

Features

  • Added support for CollectionOf in entity hydration, improving how collections are handled during hydration.
  • Restored collection hydration support, ensuring compatibility with previous implementations.

Documentation

  • Updated Attributes.md to reflect the new features and usage guidelines.

v2.0.35 - Enhance string mapping attributes with trimming

03 Apr 10:51
78532a9

Choose a tag to compare

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

11 Mar 20:14
93eef6f

Choose a tag to compare

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

05 Feb 09:10
6d236b7

Choose a tag to compare

What's Changed

Full Changelog: v2.0.32...v2.0.33

v2.0.32 - Remove out of date dependency

21 Oct 11:27
c4aef50

Choose a tag to compare

What's Changed

  • Removed doctrine/annotations as not needed

Full Changelog: v2.0.31...v2.0.32

v2.0.31 - Fix parsing of date in Property Hydration

19 Jun 17:07
1ff6556

Choose a tag to compare

What's Changed

  • [bug/fix-parsing-of-date] Simplify Carbon type handler in PropertyHydration by @midnite81 in #40

Full Changelog: v2.0.30...v2.0.31

v2.0.30 - Add in deep array conversions

29 Apr 16:19
c72ca10

Choose a tag to compare

What's Changed

  • Add toDeepArray function for recursive data conversion by @midnite81 in #39

Full Changelog: v2.0.29...v2.0.30

v2.0.29

27 Apr 15:34
95f6ebb

Choose a tag to compare

What's Changed

  • Enhance Inject attribute with alias support and contextual injection by @midnite81 in #38

Full Changelog: v2.0.28...v2.0.29