Skip to content

Release 0.2.3

Compare
Choose a tag to compare
@etingof etingof released this 12 Aug 17:59
· 65 commits to master since this release

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