Skip to content

Releases: gnugat/redaktilo

Symfony 5 and PHP 7.2

02 Dec 16:00
9d0f583
Compare
Choose a tag to compare

Requirements upgraded to Symfony 5 and PHP 7.2

Symfony 4

21 Jul 09:10
Compare
Choose a tag to compare
  • added support for Symfony 4

Removed `final` from Editor

01 Dec 17:45
Compare
Choose a tag to compare
  • removed final from Editor

Updated dependencies

01 Dec 09:56
Compare
Choose a tag to compare
  • added support to Symfony 3
  • added support to PHP 7
  • updated to phpspec 2.4
  • updated to PHPUnit 4.5
  • added support to PHPUnit 5

Brace yourselves, v2 is coming

10 Jan 16:40
Compare
Choose a tag to compare
  • added documentation to upgrade to 2.0
  • added Text#map
  • added deprecation messages

Text construction

09 Dec 09:13
Compare
Choose a tag to compare
  • added an optional filename argument to Editor#save
  • removed TextFactory
  • removed Text#__construct
  • removed LineBreak
  • added Text#fromArray
  • added Text#fromString
  • added StringUtil#detectLineBreak

Current line number Incrementation

29 Nov 14:02
Compare
Choose a tag to compare
  • added Text#decrementCurrentLineNumber
  • added Text#incrementCurrentLineNumber

Exception

16 Nov 17:13
Compare
Choose a tag to compare
  • added PatternNotFoundException
  • added NotSupportedException
  • added InvalidLineNumberException
  • added InvalidArgumentException
  • added IOException
  • added FileNotFoundException
  • added DifferentLineBreaksFoundException
  • added CommandNotFoundException
  • added Exception

Chicken Run

02 Nov 22:29
Compare
Choose a tag to compare
  • added ContentFactory
  • added LineReplaceAllCommand
  • added Editor#run

Fixed Backward Compatibility Break

02 Nov 09:48
Compare
Choose a tag to compare
  • fixed BC break by making command constructor arguments optional