Skip to content

Commit c88a2f4

Browse files
committed
Reordered and edited changelog
1 parent b640478 commit c88a2f4

File tree

1 file changed

+36
-35
lines changed

1 file changed

+36
-35
lines changed

doc/changelog.rst

Lines changed: 36 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -3,66 +3,67 @@ Trimmer Changes By Version
33
==========================
44

55

6-
.. _changelog-v0.3.1:
6+
.. _changelog-v0.3.6:
77

8-
v0.3.1
8+
v0.3.6
99
======
1010

11-
* ``as_number()`` and ``as_comparable()`` methods added to the ``Variable``
12-
trait
13-
* Implemented ``a+b`` and ``a-b`` syntax in templates
14-
* ``## validate`` statements implemented (See :ref:`documentation <validate>`)
15-
* The ``# comments`` inside line statements are supported now
16-
* The ``### comments`` can be used as line comments in normal context
17-
* Added ``--version`` parameter to command-line tool
11+
* feature: Add python-like dictionary syntax support: ``{"a": 1}``. These
12+
dictionaries can be used instead of multiple ``if`` statements or to refer
13+
to the same values multiple times
14+
* feature: Add python list syntax support: ``["item1", "item2"]``
15+
* feature: Add support for filters, in particular ``builtin.html_entities``
16+
and ``builtin.quoted_shell_argument``
1817

1918

20-
.. _changelog-v0.3.2:
19+
.. _changelog-v0.3.5:
2120

22-
v0.3.2
21+
v0.3.5
2322
======
2423

25-
* Implemented ``as_number()`` for ``serde_json::Value``
26-
* Implemented ``a*b``, ``a/b`` and ``a%b`` expressions
27-
* [bugfix] Previously ``a.x+b`` worked but ``a.x +b`` did not (whitespace bug)
24+
* Validate directives with some regexes was broken from the start and more of
25+
that was broken in v0.3.4, fixed now
26+
* Add ``skip if`` satement to the :ref:`for loop <for-statement>`
2827

2928

30-
.. _changelog-v0.3.3:
29+
.. _changelog-v0.3.4:
3130

32-
v0.3.3
31+
v0.3.4
3332
======
3433

35-
* Implemented all comparison operators (``>, <, >=, <=, ==, !=``)
36-
* Implemented ``as_comparable()`` for ``serde_json::Value``
37-
* Added parenthesis support in expressions
34+
* Adds line joiner ``##`` (at end of line) syntax
35+
* Bugfixes of syntax and command-line tool
3836

3937

40-
.. _changelog-v0.3.4:
38+
.. _changelog-v0.3.3:
4139

42-
v0.3.4
40+
v0.3.3
4341
======
4442

45-
* Adds line joiner ``##`` (at end of line) syntax
46-
* Bugfixes of syntax and command-line tool
43+
* Implemented all comparison operators (``>, <, >=, <=, ==, !=``)
44+
* Implemented ``as_comparable()`` for ``serde_json::Value``
45+
* Added parenthesis support in expressions
4746

4847

49-
.. _changelog-v0.3.5:
48+
.. _changelog-v0.3.2:
5049

51-
v0.3.5
50+
v0.3.2
5251
======
5352

54-
* Validate directives with some regexes was broken from the start and more of
55-
that was broken in v0.3.4, fixed now
56-
* Add ``skip if`` satement to the :ref:`for loop <for-statement>`
53+
* Implemented ``as_number()`` for ``serde_json::Value``
54+
* Implemented ``a*b``, ``a/b`` and ``a%b`` expressions
55+
* [bugfix] Previously ``a.x+b`` worked but ``a.x +b`` did not (whitespace bug)
5756

5857

59-
.. _changelog-v0.3.6:
58+
.. _changelog-v0.3.1:
6059

61-
v0.3.6
60+
v0.3.1
6261
======
6362

64-
* feature: Add python-like dictionary syntax support: ``{"a": 1}``. These
65-
dictionaries can be used instead of multiple ``if`` statements or to refer
66-
to the same values multiple times
67-
* feature: Add python list syntax support: ``["item1", "item2"]``
68-
* feature: Add support for escaping of the variables no only validating
63+
* ``as_number()`` and ``as_comparable()`` methods added to the ``Variable``
64+
trait
65+
* Implemented ``a+b`` and ``a-b`` syntax in templates
66+
* ``## validate`` statements implemented (See :ref:`documentation <validate>`)
67+
* The ``# comments`` inside line statements are supported now
68+
* The ``### comments`` can be used as line comments in normal context
69+
* Added ``--version`` parameter to command-line tool

0 commit comments

Comments
 (0)