Release 0.2.3
This is a maintenance release bringing the following improvements and fixes:
- Added the
nostripvalues
option to right-strip values and enabed by default - Added config file reading abstraction layer to allow for non-local config file handling
- Added AST caching to save on repetitive config files includes
- Improved error reporting on parsing errors
- Fixed bug in
mergeduplicateblocks
option implementation - Fixed HEREDOC parsing to allow indented closing anchor as Perl parser seems to do
- Fixed parser grammar inconsistency popping up when
useapacheinclude
option is disabled - Fixed parser grammar to support in-line hash comments