-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCHANGELOG
42 lines (22 loc) · 1.03 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
2016-07-10 Brett Langdon <[email protected]>
* v0.2.1: Add new `func (*Section) Merge` to merge multiple `Section`s together.
2016-02-26 Brett Langdon <[email protected]>
* v0.2.0: Fix bug with parsing of lists without ending semicolon
Note: We bumped to `v0.2.0` since we were not doing a great job of following
semver in previous releases, this version changes aims to correct that mistake.
2015-10-02 Brett Langdon <[email protected]>
* v0.1.7: Allow empty string values
2015-08-09 Brett Langdon <[email protected]>
* v0.1.6: Allow integers in identifiers
2015-07-15 Brett Langdon <[email protected]>
* v0.1.5: Add support for lists
2015-07-14 Brett Langdon <[email protected]>
* v0.1.4: Make semicolons optional
2015-07-14 Brett Langdon <[email protected]>
* v0.1.3: Allow single quoted strings
2015-07-04 Brett Langdon <[email protected]>
* v0.1.2: Allow escaped double quotes and backslashes in strings
2015-06-28 Brett Langdon <[email protected]>
* v0.1.1: Add `Section.Keys` method
2015-06-22 Brett Langdon <[email protected]>
* v0.1.0: Initial release