Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 580 Bytes

File metadata and controls

30 lines (19 loc) · 580 Bytes

Change Log

0.2.0 - 2015-01-04

Changed

  • Updated to use indigophp/ini
  • Renamed Parser to Loader
  • Renamed Filesystem Loader to IniFileLoader
  • Renamed Filesystem Writer to IniFileWriter
  • Renamed Text Loader to IniStringLoader
  • Moved everything under one namespace
  • Renamed exceptions according to their usage
  • Moved section mapping from loader to configuration

Removed

  • Renderer
  • File Loader (Parser previously)
  • File Writer
  • Unused stubs

0.1.0 - 2014-01-04

Added

  • Created split from the main repository