Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Releases: Ocramius/LazyMap

2.8.0

02 Dec 17:35
2.8.0
6decc57
Compare
Choose a tag to compare

Release Notes for 2.8.0

Feature release (minor)

2.8.0

  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 1

dependencies,enhancement,renovate

duplicate,renovate

2.7.0

31 Oct 15:45
2.7.0
8bf41ce
Compare
Choose a tag to compare

Release Notes for 2.7.0

Feature release (minor)

2.7.0

  • Total issues resolved: 0
  • Total pull requests resolved: 4
  • Total contributors: 2

renovate

dependencies,php

2.6.0

28 Aug 22:00
2.6.0
d276bb4
Compare
Choose a tag to compare

Release Notes for 2.6.0

Feature release (minor)

2.6.0

  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 1

dependencies,php

2.5.0

04 Jul 16:06
2.5.0
879a6c0
Compare
Choose a tag to compare

2.4.0

19 Sep 01:55
2.4.0
ca95dfe
Compare
Choose a tag to compare

Release Notes for 2.4.0

Feature release (minor)

2.4.0

  • Total issues resolved: 0
  • Total pull requests resolved: 3
  • Total contributors: 2

dependencies,enhancement

dependencies,php

enhancement

2.3.0

17 Jan 17:56
2.3.0
1d20eb1
Compare
Choose a tag to compare

Release Notes for 2.3.0

Feature release (minor)

2.3.0

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

dependencies,enhancement

2.2.0

17 Jan 17:50
2.2.0
e3b4074
Compare
Choose a tag to compare

Release Notes for 2.2.0

2.2.0

  • Total issues resolved: 2
  • Total pull requests resolved: 18
  • Total contributors: 2

dependencies,enhancement

dependencies,duplicate

dependencies

dependencies,duplicate,enhancement

2.1.0

01 Mar 14:23
2.1.0
512b506
Compare
Choose a tag to compare

Build Status

This release upgrades all dependencies and
enforces PHP 7.4 as minimum supported engine version.

Total issues resolved: 37

2.0.0

11 Aug 02:19
2.0.0
Compare
Choose a tag to compare

Build Status

This release updates the codebase to be PHP 7.x compliant,
and introduces inferred types via vimeo/psalm generic
type annotations.

Please note that this is a new major release, because the
signature of LazyMap\AbstractLazyMap changed, and
LazyMap\CallbackLazyMap became final.

Total issues resolved: 6

BC Breaks:

  • [BC] CHANGED: The parameter $name of LazyMap\AbstractLazyMap#__get() changed from no type to a non-contravariant string
  • [BC] CHANGED: The parameter $name of LazyMap\AbstractLazyMap#__get() changed from no type to string
  • [BC] CHANGED: The parameter $name of LazyMap\AbstractLazyMap#instantiate() changed from no type to a non-contravariant string
  • [BC] CHANGED: The parameter $name of LazyMap\AbstractLazyMap#instantiate() changed from no type to string
  • [BC] CHANGED: Class LazyMap\CallbackLazyMap became final
  • [BC] CHANGED: The parameter $callback of LazyMap\CallbackLazyMap#__construct() changed from no type to a non-contravariant callable
  • [BC] CHANGED: The parameter $callback of LazyMap\CallbackLazyMap#__construct() changed from no type to callable
  • [BC] CHANGED: The parameter $name of LazyMap\CallbackLazyMap#instantiate() changed from no type to a non-contravariant string
  • [BC] CHANGED: The parameter $name of LazyMap\CallbackLazyMap#instantiate() changed from no type to string
  • [BC] CHANGED: The parameter $name of LazyMap\AbstractLazyMap#__get() changed from no type to a non-contravariant string
  • [BC] CHANGED: The parameter $name of LazyMap\AbstractLazyMap#__get() changed from no type to string

LazyMap 1.0.0

09 Nov 22:38
1.0.0
Compare
Choose a tag to compare

First stable release of the project, with test coverage, performance tests and stable API