Releases: peakwinter/python-nginx
Releases · peakwinter/python-nginx
1.0
Changed
- Some API changes:
all()methods replaced withchildrenpropertyas_list()methods replaced withas_listpropertyas_dict()methods replaced withas_dictpropertyas_block()methods replaced withas_stringspropertyconf.serverconvenience property, for getting first server found in the Conf
- Added
inlineproperty toComment: set toTrueif you want the comment to be appended to the end of the previous line on dump - Added loading of inline code comments.
- Cleaned code for full PEP8 compatibility and added comments.
- Added simple tests.
Fixed
- Fixed a bug where unexpected behaviour would occur when a pound symbol was used inside a key value.