Revision history for Config-IOD-Reader

0.13    2015-03-19 (PERLANCAR)

	- Extract t/01-basics.t to module Test::Config::IOD::Common so it's
	  reusable by Config::IOD.


0.12    2015-03-19 (PERLANCAR)

	- No functional changes.

	- [Bugfix] Typo: Why do I keep typing ignore_unknown_encoding
	  instead of ignore_unknown_directive???.


0.11    2015-03-19 (PERLANCAR)

	- Add option: ignore_unknown_directive.


0.10    2015-03-18 (PERLANCAR)

	- [Refactoring] Rename variable.

	- Avoid file from older version: encoding-expr.iod [CT].

	- Add attribute: allow_duplicate_key.


0.09    2015-03-13 (PERLANCAR)

        - [Internal] Refactor value decoding to a separate method
          _parse_raw_value() so it's usable by Config::IOD. Improve comment
          parsing a bit.


0.08    2015-03-12 (PERLANCAR)

	- [Internal] Refactor some functionality out to a base class
          Config::IOD::Base so it's usable by Config::IOD. Rename
          Config::IOD::Reader::Expr -> Config::IOD::Expr.

        - [Bug fixes] Fix a couple of bugs in initializing internal state
          variables.


0.07    2015-01-03 (PERLANCAR)

	- No functional changes.

	- Rebuild (Generate TODO.md).


0.06    2014-09-12 (PERLANCAR)

	- Bugfix: handling of comment character inside string/array/object
	  using quoting/bracket/brace.


0.05     2014-08-29 (PERLANCAR)

         - Add experimental support for !expr encoding. Only a limited subset is
           supported, but it should already be adequate for common cases.


0.04     2014-08-28 (PERLANCAR)

         - Add options: enable_bracket, enable_brace.

         - Update specification to IOD 0.9.6 (parse implicit JSON array &
           object).


0.03     2014-08-26 (PERLANCAR)

         - [Bugfix] Canonicalize encoding shorthand 'j' and 'h' (to 'json' and
           'hex', respectively) before testing against
           {allow,disallow}_encodings.


0.02     2014-08-18 (SHARYANTO)

         - No functional changes.

         - Add tests for the attributes.


0.01     2014-08-17 (SHARYANTO) - Dirgahayu 69!

         - First release.
