Skip to content

Latest commit

 

History

History
180 lines (90 loc) · 2.33 KB

CHANGELOG.md

File metadata and controls

180 lines (90 loc) · 2.33 KB

CHANGE LOG

V6.1 (26/04/2016)

  • Added laravel 5.3 support

V6.0.1 (30/01/2016)

  • Improved service provider
  • Fixed some typos

V6.0 (15/01/2016)

  • Upgraded to commonmark 0.13
  • Added automatic extensions support

V5.3 (14/11/2015)

  • Added laravel 5.2 support
  • Improved environment detection

V5.2 (05/11/2015)

  • Upgraded to commonmark 0.12
  • Added easy configuration

V5.1 (06/10/2015)

  • Improved lumen support

V5.0 (19/09/2015)

  • Upgraded to commonmark 0.11

V4.0 (25/07/2015)

  • Changed the converter class we bind
  • Make the environment object available
  • Upgraded to commonmark 0.10

V3.2 (26/06/2015)

  • Official lumen support
  • Code cleanup

V3.1.1 (19/06/2015)

  • Upgraded to commonmark 0.9

V3.1 (20/05/2015)

  • Support both laravel 5.0 and 5.1
  • Dropped php 5.4 support

V3.0.2 (07/05/2015)

  • Upgraded to commonmark 0.8

V3.0.1 (18/02/2015)

  • Upgraded to commonmark 0.7

V3.0 (05/02/2015)

  • Upgraded to laravel 5.0
  • Switched to commonmark 0.6
  • Refactored to improve performance

V2.1 (02/02/2015)

  • Updated to parsedown extra 0.7

V2.0.7 (02/02/2015)

  • Fixed the parsedown version constraint

V2.0.6 (02/01/2015)

  • Composer tweaks
  • Removed the cs fixers
  • CS fixes
  • Moved to the MIT license

V2.0.5 (05/10/2014)

  • Composer tweaks
  • Improved the test suite
  • Added cs fixers to the test suite
  • Improved the docs

V2.0.4 (28/08/2014)

  • Update the parsedown version constraints again

V2.0.3 (18/08/2014)

  • Force parsedown extra 0.1 due issues with newer versions

V2.0.2 (09/08/2014)

  • Corrected the license comments
  • Stopped phpunit echoing the stubs

V2.0.1 (02/08/2014)

  • Minor fixes and tweaks

V2.0 (20/07/2014)

  • Bumped to stable

V2.0 RC 1 (16/07/2014)

  • Upgrade to Laravel 4.1/4.2
  • Moved to parsedown extra
  • Refactoring
  • Added di aliases
  • Added markdown engines

V1.1 (21/04/2014)

  • PHP 5.6 and HHVM compatibility
  • Composer tweaks

V1.0 (12/02/2014)

  • Bumped to stable

V1.0 RC 1 (08/02/2014)

  • PSR-4 autoloading
  • Updated docs

V1.0 Beta 1 (21/01/2014)

  • Dropped Laravel 4.0 support
  • Travis and Scrutinizer tweaks
  • Coding style fixes
  • Added unit tests
  • Move to PHP Markdown Next
  • Minor tweaks

V0.2 Alpha (12/12/2013)

  • New markdown parser

V0.1 Alpha (10/12/2013)

  • Initial testing release