summaryrefslogtreecommitdiff
path: root/libbackend-elements/NEWS
blob: 6e1c5b9f7372c1b35797e4e946879f4e997f0ea6 (plain)
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
Version 1.7.2

  * Fix a bug in C++ indenter.

  * Add support for libbackend-elements bundling.

  * New boost import stub.

Version 1.7.1

  * Add an exception to the licensing terms to allow combining with
    incompatibly-licensed modules in a single program. See the LICENSE
    file for details.

Version 1.7.0

  * Support for the '} foo_;' construct in the C++ indenter.

Version 1.6.1

  * Fixed a bug in import stubs.
  
  * Got rid of warnings reported by g++-4.3.

Version 1.6.0

  * New Regex::Pattern class that represents a regex pattern (without
    substitution, unlike Regex::Expression).

  * Removed Regex::perl_s functions. Use the Regex::Expression class
    which provides extended functionality and better error handling.

Version 1.5.0

  * New regex class.

  * Upgraded to the new boost import stub.

Version 1.4.1

  * Upgraded to the new boost import stub.

Version 1.4.0

  * Support for the do-while construct in the C++ indenter.

Version 1.3.0

  * Support for the C-style comments in the C++ indenter.

Version 1.2.0

  * Upgraded to build-0.3.0.

Version 1.1.0

  * Numerous improvements to the C++ indenter. In particular, it
    now can properly indent single-line blocks after if, else, etc.
    as well as suppress new lines between }else, }case, and }catch.
    It was also optimized for speed.

  * Added a test for the C++ indenter.


Version 1.0.4

  * Upgraded to the version-aware libboost import stub.


Version 1.0.3

  * Upgraded to build-0.2.0.

  * C++ auto-indenter has been improved to recognize and ignore beginnings
    of string literals (") and character literals (') in C++-style comments.


Version 1.0.2

  * C++ auto-indenter has been improved to support function argument
    indentation. Both "same-line" and "new-line" styles are supported.


Version 1.0.1

  * Build system improvements.


Version 1.0.0

  * First public release.