Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 816 Bytes

CHANGELOG.md

File metadata and controls

31 lines (25 loc) · 816 Bytes

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.

[1.0.0] - 2019-05-20

  • Initial release

[1.0.1] - 2019-06-03

  • Replaced theme css by class

[1.1.0] - 2019-09-14

  • Fixed htmlspecialchars
  • Fixed showing line number if there is only one line
  • Added themes: obsidian, far, vs2015
  • Changed examples
  • Other code changes and small fixes

[1.1.1] - 2020-01-15

  • Added c64 theme

[2.0.0] - 2023-06-03

  • Completely redesigned project structure
  • Updated syntaxes to PHP 8.1
  • Updated examples

[2.1.0] - 2023-06-13

  • Set PHP minimum version in composer
  • Throws UnknownThemeException
  • Added tests