Releases: etingof/apacheconfig
Releases · etingof/apacheconfig
Release 0.2.1
This is a maintenance release fixing missing ply dependency.
Release 0.2.0
- Added
dump()
anddumps()
methods to render Apache configuration back from thedict
- The
noescape
option implemented - Allow empty value syntax in the option-value pair e.g.
option:
- Fixed a bug causing malformed AST when a comment resides in-between duplicate keys
Release 0.1.3
This is a minor maintenance release. Full list of changes can be seen in the CHANGES file.
Release 0.1.2
Adds more options to the apacheconfigtool: --configpath, --flagbits and --defaultconfig
Release 0.1.1
This is a bug fix release relative to 0.1.1. It covers many minor bugs uncovered while parsing field samples.
Almost feature parity release
Release highlights:
- Reached feature-parity with Config::General except for the expression support
- Command-line
apacheconfigtool
implemented
Initial public release
The basic Apache config file parsing into Python objects functionality is in place.