Atlas.Orm v3.0.0-beta1 Release Notes

Release Date: 2018-05-08 // almost 6 years ago
  • ๐Ÿš€ This release provides a PHPStorm metadata resource to aid in IDE autocompletion
    of return typehints, found at resources/phpstorm.meta.php. Copy it to the root
    of your project as .phpstorm.meta.php, or add it to your root-level
    .phpstorm.meta.php/ directory as atlas.meta.php.

    ๐Ÿ“š Also, the documentation and tests for this package have been updated to honor
    changes to the underlying Mapper and Table packages. In particular, the Mapper
    classes no longer use a Mapper suffix.