Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 826 Bytes

CHANGELOG.md

File metadata and controls

31 lines (18 loc) · 826 Bytes

Changelog

All notable changes to this project from 1.1.0 forward will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Latest Laravel Framework commit: https://github.com/laravel/framework/commit/38342ab7d7a4e52fe78109d37a145d8309641da1

[2.0.0] - 2022-12-17

Removed

  • Container Proxy are been removed
    • container.foo = 'foo'; // not works anymore
    • delete container.foo; // not works anymore
    • container.foo; // not works anymore

Fixed

  • Internal assignement of parameters definition.type

[1.1.1] - 2022-12-17

Fixed

  • Internal assignement of parameters definition.type

[1.1.0] - 2022-12-17

First Public Release On Npm