PHP Classes

File: CHANGELOG.md

Recommend this page to a friend!
  Classes of Lars Moelleken   Phonetic Algorithms   CHANGELOG.md   Download  
File: CHANGELOG.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: Phonetic Algorithms
Search text matching the sound of words
Author: By
Last change: [*]: update the changelog
Date: 6 years ago
Size: 844 bytes
 

Contents

Class file image Download

Change log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

[Unreleased]

[4.0.0] - 2017-12-23

Changed

  • update "Portable UTF8" from v4 -> v5

-> this is a breaking change without API-changes - but the requirement from "Portable UTF8" has been changed (it no longer requires all polyfills from Symfony)

[3.0.2] - 2017-12-03

Changed

  • update "voku/stop-words"

[3.0.1] - 2017-12-01

Changed

  • drop support for PHP < 7.0 v2
  • update phpunit-config

[3.0.0] - 2017-11-13

Changed

  • drop support for PHP < 7.0
  • use "strict_types"

[2.1.0] - 2017-05-12

Changed

  • use stop-words from "voku/stop-words"

[2.0.0] - 2017-04-05

Changed

  • re-write -> "object oriented"

[1.0.0] - 2017-03-27

Changed

  • init