File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
4
5
- ## Unreleased
5
+ ## [1.4.0] - 2018-04-01
6
6
### 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!)
8
17
9
18
## [1.2.0] - 2017-09-06
10
19
### Fixed
Original file line number Diff line number Diff line change 4
4
5
5
setup (
6
6
name = 'python-nginx' ,
7
- version = '1.3 ' ,
7
+ version = '1.4 ' ,
8
8
description = 'Create and modify nginx serverblock configs in Python' ,
9
9
author = 'Jacob Cook' ,
10
10
author_email = 'jacob@peakwinter.net' ,
You can’t perform that action at this time.
0 commit comments