Skip to content

Releases: hollax/ArrayConfigWriter

New Features And Bug Fixes

07 Nov 12:26
Compare
Choose a tag to compare

Bug fixes

  1. Adding new index after the php closing tag for file tag ends with '?>'
  2. Library not differentiating numeric from string

New Features

Features

  1. write() method third parameter as predefined constant to determine how to handler updating index
  2. write() method throws exception if the third argument does match any of required constant
  3. The library removes whitespace from file using trim()
  4. Added public method to check error hasError()

feature Update

06 May 15:47
Compare
Choose a tag to compare

=== bug fixes ===

  1. Fixed bug where new variable is added to config if the variable to update is not specified

    === New Features ====

  2. The writer will add comment only if comment parameter of write() method is set and its array

  3. You can decide not to allow the library auto update the file by setting the
    third parameter of the construct to false

First stable version

20 Apr 15:48
Compare
Choose a tag to compare

This library has been tested to be working has intended