Skip to content

Latest commit

 

History

History
164 lines (94 loc) · 6.8 KB

CHANGELOG.md

File metadata and controls

164 lines (94 loc) · 6.8 KB

Changelog

We intend to follow Semantic Versioning 2.0.0, if you find a change that break's semver, please create an issue.

March 16th, 2024

Feature

  • #165 - UriSignerFactory to become internal in 2.x - @jrushlow
  • #157 - use UriSigner::checkRequest() to validate signatures using a Request object - @jrushlow

September 22nd, 2023

Feature

  • Add Persian(Farsi) language by @BahmanMD in #134
  • [ci] handle future return types by @jrushlow in #137
  • Add el,mk tranlations by @zmakrevski in #146

January 4th, 2023

Feature

  • #131 - Indonesian translation - @priyadi
  • #130 - Add Dutch translations to exceptions - @brentlobbezoo

October 4th, 2022

Feature

  • #127 - [translations] additional Polish translations - @Flower7C3
  • #125 - drop symfony 4.4 support - @jrushlow

July 12th, 2022

Feature

  • #118 - Add catalan translations - @victormhg

Bug

  • #121 - Add missing target-language attr to all translations - @bocharsky-bw

March 8th, 2022

Feature

  • #111 - romanian translation - @redecs
  • #110 - Add Spanish translations to exceptions - @larzuk91

February 23rd, 2022

Feature

  • #109 - [translations] Slovak - @jrushlow
  • #107 - Translate exception reasons to French - @PauchardThomas
  • #106 - Translate exception reasons to Russian - @bocharsky-bw
  • #105 - Translate exception reasons to Ukrainian - @bocharsky-bw
  • #103 - RFC: Add translations for exception reasons - @bocharsky-bw

January 31st, 2022

Feature

  • #95 - [translations] add Hungarian translations - @jrushlow

November 30th, 2021

Feature

  • #90 - allow deprecation contracts 3.0 - @jrushlow

November 18th, 2021

Feature

  • #76 - add missing return types for Symfony 6 support - @jrushlow
  • #79 - [translations] add Finnish translations - @jrushlow
  • #80 - [translations] add Czech translations - @jnovakdev
  • #84 - [translations] Add Japanese translation - @nabbisen
  • #85 - allow symfony6 - @tacman

May 5th, 2021

Feature

  • #72 - Add Arabic Translations - @zairigimad
  • #71 - Add Turkish Translations - @kzorluoglu

April 12th, 2021

Feature

  • #69 - add Italian translations - @jrushlow
  • #68 - add Portuguese translations - @jrushlow
  • #66 - Added Spanish language - @idmarinas

March 29th, 2021

Feature

  • #60 - Added Dutch translations (in intl-icu format) - @evertharmeling
  • #58 - Add Russian translation - @bocharsky-bw
  • #57 - Add Ukrainian translation - @bocharsky-bw
  • #56 - add Polish translations - @jrushlow

February 8th, 2021

Feature

  • #55 - Enhancement: Add French translations - @routmoute
  • #54 - Enhancement: Add Serbian translations - @N-M
  • #52 - Enhancement: Add German translations - @OskarStark

December 18th, 2020

Bug Fix

  • #43 - improve signature expiration support - @jrushlow

December 8th, 2020

Feature

  • #42 - Allow installation with PHP8, add Symfony 5.2 to tests - @ker0x

May 24th, 2020

  • Initial release