Skip to content

Latest commit

 

History

History
55 lines (46 loc) · 1.63 KB

CHANGELOG.md

File metadata and controls

55 lines (46 loc) · 1.63 KB

Changelog

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

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

Changed

  • minimum php version is now 8.0

3.0.0 - 2020-03-03

Changed

  • minimum php version is now 7.2

Removed

  • |call twig filter
  • Lambda, all files in LeonAero\NodeExpression\* (use original twig lambda)
  • ==>, ; twig operator

2.1.0 - 2020-02-24

Deprecated

  • |call twig filter

Fixed

  • README.md minor fixes

2.0.0 - 2020-02-14

Added

  • docker container

Changed

  • namespace from DPolac\TwigLambda\ to LeonAero\TwigLambda\
  • minimum php version is now 7.0

Deprecated

  • Lambda, all files in LeonAero\NodeExpression\* (use original twig lambda)
  • ==>, ; twig operator

Removed

  • |map, |filter and |sort_by twig filters
  • is any and is every twig test
  • =>, ; twig operator
  • unused GroupByObjectIterator class

1.1.0 - 2020-02-12

Added

  • |is_any, |is_every twig filters
  • ==> twig operator (only for migration)

Deprecated

  • |map, |filter and |sort_by twig filters
  • is any and is every twig test
  • =>, ; twig operator