File: NEWS.md

package info (click to toggle)
golang-robfig-config 0.0~git20141208-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 140 kB
  • sloc: makefile: 2
file content (52 lines) | stat: -rw-r--r-- 1,027 bytes parent folder | download | duplicates (2)
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
43
44
45
46
47
48
49
50
51
52
###### Notice

*This file documents the changes in **config** versions that are listed below.*

*Items should be added to this file as:*

	### YYYY-MM-DD  Release

	+ Additional changes.

	+ More changes.

* * *

### 2011-??-??  v0.9.6

+ Changed to line comments.


### 2010-09-15  v0.9.5

+ Sections, options and values are all case-sensitive.

+ Changed API:

  Type *File* -> *Config*  
  *NewFile()* -> *NewDefault*  
  *ReadFile()* -> *ReadDefault*

+ Added functions, *New()*, *Read()*, which allow to choose the character of
comment and separator, and the spaces around separator.

+ Better error handling.

+ Both sections and options are showed by its input order.


### 2010-08-22  v0.9

+ The files has been splitted, formatted via *gomft*.

+ Methods use *self* to refer to its own type.

+ *Get* has been removed from the functions names.

+ Fixed some errors. All tests are passed.

+ At write the header in configuration file, it is added the comment character
after of each new line.

+ Better documentation.