Skip to content

Releases: lcobucci/content-negotiation-middleware

3.2.0

Choose a tag to compare

@lcobucci lcobucci released this 22 Nov 21:34
3.2.0
41fb51d

Release Notes for 3.2.0

This release adds PHP 8.3 compatibility.

3.2.0

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

Improvement

renovate

CI/CD

3.1.0

Choose a tag to compare

@lcobucci lcobucci released this 31 Oct 22:11
3.1.0
5aa1d62

Release Notes for 3.1.0

This release drops PHP 7.4 support while ensuring that PHP 8.1 is compatible.

3.1.0

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

Improvement

CI/CD

3.0.0

Choose a tag to compare

@lcobucci lcobucci released this 02 Jul 17:33
3.0.0
66c6d8e

2.2.0

Choose a tag to compare

@lcobucci lcobucci released this 26 Feb 22:35
2.2.0
a0ea2ad

2.1.0

Choose a tag to compare

@lcobucci lcobucci released this 30 Oct 10:16
2.1.0
a90a8f2

2.0.0

Choose a tag to compare

@lcobucci lcobucci released this 23 Jun 11:14
2.0.0
f8a2198

Build Status

This release modernises the library and enhances its interoperability by relying
on PSR-17 factories, which is a small BC-break.

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

Improvement (BC-break)

Improvement

v1.0.1

Choose a tag to compare

@lcobucci lcobucci released this 22 Apr 16:13
1.0.1
293b826

Build Status

This release fixes the documentation block of the Formatter interface.

Total issues resolved: 1

Documentation bug

v1.0.0

Choose a tag to compare

@lcobucci lcobucci released this 22 Apr 11:34
1.0.0
7c26b21

Build Status

This release adds adapters for common template engines (plates and twig) to be used as HTML formatters.

Total issues resolved: 4

Feature

Improvement

v0.2.0

v0.2.0 Pre-release
Pre-release

Choose a tag to compare

@lcobucci lcobucci released this 03 Apr 13:11
0.2.0
69a8261

Build Status

This release improves the type verification of stream factory's return, simplifying the code and reducing the amount of instructions executed in production mode.

Total issues resolved: 3

Documentation

Improvement

v0.1.0

v0.1.0 Pre-release
Pre-release

Choose a tag to compare

@lcobucci lcobucci released this 27 Mar 00:34
0.1.0
14ab0d4

Build Status

This release provides the basic feature set to achieve the desired goals for this library.

Total issues resolved: 5

Documentation

Feature