File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22All notable changes to this project will be documented in this file.
33This project adheres to [Semantic Versioning](http://semver.org/).
44
5- ## Unreleased
5+ ## [1.4.0] - 2018-04-01
66### Fixed
7- - Fixed bug with map crashing loading of nginx.conf.
7+ - Fixed bugs in parsing single key values and quoted keys/values (thanks @fulder!)
8+ - Fixed bugs when finding a `map` key in loading of nginx.conf. (thanks @fulder!)
9+
10+ ## [1.3.0] - 2018-02-07
11+ ### Features
12+ - Full refactoring of configuration parsing.
13+ - Now supports the loading of root NGINX configurations, like the kind you see at /etc/nginx/nginx.conf.
14+
15+ ### Fixed
16+ - Fixed several bugs involving parsing of messy files, brace locations, and individual keys with no values (thanks @lelik9 and @USSX-Hares!)
817
918## [1.2.0] - 2017-09-06
1019### Fixed
Original file line number Diff line number Diff line change 44
55setup (
66 name = 'python-nginx' ,
7- version = '1.3 ' ,
7+ version = '1.4 ' ,
88 description = 'Create and modify nginx serverblock configs in Python' ,
99 author = 'Jacob Cook' ,
1010 author_email = 'jacob@peakwinter.net' ,
You can’t perform that action at this time.
0 commit comments