Mercurial > hgrepos > Python > libs > ConfigMix
annotate CHANGES.txt @ 731:75d37575472b
Docs: Add does to some methods that are yet missing docs
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Fri, 18 Aug 2023 00:29:55 +0200 |
| parents | 450223a8cff2 |
| children | b01d76710ddb |
| rev | line source |
|---|---|
|
103
2eac386f825a
FIX: Typo in Emacs line: indent-tags-mode -> indent-tabs-mode
Franz Glasner <f.glasner@feldmann-mg.com>
parents:
97
diff
changeset
|
1 .. -*- coding: utf-8; mode: rst; indent-tabs-mode: nil; -*- |
| 91 | 2 |
| 3 .. | |
|
166
b5ce9a8461bf
Use the filesystem encoding explicitely where appropriate.
Franz Glasner <fzglas.hg@dom66.de>
parents:
164
diff
changeset
|
4 .. Valid tags: breaking, feature, bugfix, misc, test, doc |
|
103
2eac386f825a
FIX: Typo in Emacs line: indent-tags-mode -> indent-tabs-mode
Franz Glasner <f.glasner@feldmann-mg.com>
parents:
97
diff
changeset
|
5 .. |
| 91 | 6 |
| 7 .. _changelog: | |
| 8 | |
| 9 Changelog | |
| 10 ========= | |
| 11 | |
| 453 | 12 Pre-1.0 Series |
| 13 -------------- | |
| 14 | |
| 728 | 15 v0.22 (2023-08-17) |
| 16 ~~~~~~~~~~~~~~~~~~ | |
| 726 | 17 |
| 18 - **[feature]** | |
| 19 Nested interpolation for filters. | |
| 20 | |
| 21 - **[feature]** | |
| 22 Chaining filters can be done (and is indeed now the preferred way) with | |
| 23 commas (``,``) in addition to the pipe symbol (``|``). | |
| 24 | |
| 25 | |
| 699 | 26 v0.21.4 (2023-06-14) |
| 27 ~~~~~~~~~~~~~~~~~~~~ | |
|
697
57fe110c50c8
Implement a new "SYS" namespace with "prefix", "base_prefix" and "platform"
Franz Glasner <fzglas.hg@dom66.de>
parents:
694
diff
changeset
|
28 |
|
57fe110c50c8
Implement a new "SYS" namespace with "prefix", "base_prefix" and "platform"
Franz Glasner <fzglas.hg@dom66.de>
parents:
694
diff
changeset
|
29 - **[feature]** |
|
698
3a9d661d33b5
Implement SYS:executable
Franz Glasner <fzglas.hg@dom66.de>
parents:
697
diff
changeset
|
30 Implement a new ``SYS`` variable namespace with ``executable``, |
|
3a9d661d33b5
Implement SYS:executable
Franz Glasner <fzglas.hg@dom66.de>
parents:
697
diff
changeset
|
31 ``prefix``, ``base_prefix`` and ``platform`` as current content. |
|
697
57fe110c50c8
Implement a new "SYS" namespace with "prefix", "base_prefix" and "platform"
Franz Glasner <fzglas.hg@dom66.de>
parents:
694
diff
changeset
|
32 |
|
57fe110c50c8
Implement a new "SYS" namespace with "prefix", "base_prefix" and "platform"
Franz Glasner <fzglas.hg@dom66.de>
parents:
694
diff
changeset
|
33 |
| 694 | 34 v0.21.3 (2023-06-12) |
| 35 ~~~~~~~~~~~~~~~~~~~~ | |
| 681 | 36 |
| 688 | 37 - **[bugfix]** |
| 38 Fixed some format string errors in the YAML loader. These errors were only | |
| 39 encountered in exception handlers. | |
| 40 | |
| 691 | 41 - **[misc]** |
| 693 | 42 The installer got now an extra "sasl" that requires :py:mod:`passlib`. |
| 43 This package is needed by the filter :py:func:`saslprep`. | |
| 44 | |
| 45 - **[misc]** | |
| 691 | 46 Enhance compatibility with newer Python :py:mod:`setuptools` or :py:mod:`pip`: |
| 47 Create a basic :file:`pyproject.toml`. | |
| 48 | |
| 49 - **[doc]** | |
|
689
e06c4480b7d7
FIX: Docu for references at jail roots
Franz Glasner <fzglas.hg@dom66.de>
parents:
688
diff
changeset
|
50 Document that jails now support references at their roots: they act |
|
e06c4480b7d7
FIX: Docu for references at jail roots
Franz Glasner <fzglas.hg@dom66.de>
parents:
688
diff
changeset
|
51 like a symbolic link. |
|
e06c4480b7d7
FIX: Docu for references at jail roots
Franz Glasner <fzglas.hg@dom66.de>
parents:
688
diff
changeset
|
52 |
| 681 | 53 |
| 675 | 54 0.21.2 (2023-04-12) |
| 55 ~~~~~~~~~~~~~~~~~~~ | |
| 674 | 56 |
| 57 - **[misc]** | |
| 58 Test with PyYAML 6.0. | |
| 59 | |
| 60 | |
| 669 | 61 0.21.1 (2022-06-03) |
| 62 ~~~~~~~~~~~~~~~~~~~ | |
| 649 | 63 |
| 64 - **[feature]** | |
|
656
2b1c7a68f913
Enable indexed access to lists in the configuration using an access path string representation like "~NNN~"
Franz Glasner <fzglas.hg@dom66.de>
parents:
654
diff
changeset
|
65 Enable indexed access to lists in the configuration using an access |
|
660
cb950239ec94
FIX: Docs: reST syntax in changelog
Franz Glasner <fzglas.hg@dom66.de>
parents:
656
diff
changeset
|
66 path string representation like ``~NNN~`` |
|
656
2b1c7a68f913
Enable indexed access to lists in the configuration using an access path string representation like "~NNN~"
Franz Glasner <fzglas.hg@dom66.de>
parents:
654
diff
changeset
|
67 |
|
2b1c7a68f913
Enable indexed access to lists in the configuration using an access path string representation like "~NNN~"
Franz Glasner <fzglas.hg@dom66.de>
parents:
654
diff
changeset
|
68 - **[feature]** |
|
666
0eff8441c4b9
Implement iteration support that yields properly jailed configurations for each container item
Franz Glasner <fzglas.hg@dom66.de>
parents:
661
diff
changeset
|
69 Implement methods :py:meth:`configmix.config.Configuration.iter_jailed` and |
|
0eff8441c4b9
Implement iteration support that yields properly jailed configurations for each container item
Franz Glasner <fzglas.hg@dom66.de>
parents:
661
diff
changeset
|
70 :py:meth:`configmix.config._JailedConfiguration.iter_jailed` that yield |
|
0eff8441c4b9
Implement iteration support that yields properly jailed configurations for each container item
Franz Glasner <fzglas.hg@dom66.de>
parents:
661
diff
changeset
|
71 properly jailed configurations for container items (for lists and dicts, |
|
0eff8441c4b9
Implement iteration support that yields properly jailed configurations for each container item
Franz Glasner <fzglas.hg@dom66.de>
parents:
661
diff
changeset
|
72 no sets). |
| 674 | 73 |
|
666
0eff8441c4b9
Implement iteration support that yields properly jailed configurations for each container item
Franz Glasner <fzglas.hg@dom66.de>
parents:
661
diff
changeset
|
74 - **[feature]** |
| 649 | 75 Allow to enable and disable the internal caching |
| 76 | |
|
654
0d6673d06c2c
Add support for using "tomllib" (in Python's stdlib since 3.11) and "tomli" TOML packages.
Franz Glasner <fzglas.hg@dom66.de>
parents:
653
diff
changeset
|
77 - **[feature]** |
|
0d6673d06c2c
Add support for using "tomllib" (in Python's stdlib since 3.11) and "tomli" TOML packages.
Franz Glasner <fzglas.hg@dom66.de>
parents:
653
diff
changeset
|
78 Add support for using :py:mod:`tomllib` (in Python's stdlib since 3.11) |
|
0d6673d06c2c
Add support for using "tomllib" (in Python's stdlib since 3.11) and "tomli" TOML packages.
Franz Glasner <fzglas.hg@dom66.de>
parents:
653
diff
changeset
|
79 and :py:mod:`tomli` TOML packages. They are preferred if they are found |
|
0d6673d06c2c
Add support for using "tomllib" (in Python's stdlib since 3.11) and "tomli" TOML packages.
Franz Glasner <fzglas.hg@dom66.de>
parents:
653
diff
changeset
|
80 to be installed. |
|
0d6673d06c2c
Add support for using "tomllib" (in Python's stdlib since 3.11) and "tomli" TOML packages.
Franz Glasner <fzglas.hg@dom66.de>
parents:
653
diff
changeset
|
81 |
|
0d6673d06c2c
Add support for using "tomllib" (in Python's stdlib since 3.11) and "tomli" TOML packages.
Franz Glasner <fzglas.hg@dom66.de>
parents:
653
diff
changeset
|
82 But note that the declared dependency for the ``toml`` extra nevertheless |
|
0d6673d06c2c
Add support for using "tomllib" (in Python's stdlib since 3.11) and "tomli" TOML packages.
Franz Glasner <fzglas.hg@dom66.de>
parents:
653
diff
changeset
|
83 is the :py:mod:`toml` package. Because it is available for all supported |
|
0d6673d06c2c
Add support for using "tomllib" (in Python's stdlib since 3.11) and "tomli" TOML packages.
Franz Glasner <fzglas.hg@dom66.de>
parents:
653
diff
changeset
|
84 Python versions. |
|
0d6673d06c2c
Add support for using "tomllib" (in Python's stdlib since 3.11) and "tomli" TOML packages.
Franz Glasner <fzglas.hg@dom66.de>
parents:
653
diff
changeset
|
85 So use Python 3.11+ or install :py:mod:`tomli` manually if you want to |
|
0d6673d06c2c
Add support for using "tomllib" (in Python's stdlib since 3.11) and "tomli" TOML packages.
Franz Glasner <fzglas.hg@dom66.de>
parents:
653
diff
changeset
|
86 use the alternate packages. |
|
0d6673d06c2c
Add support for using "tomllib" (in Python's stdlib since 3.11) and "tomli" TOML packages.
Franz Glasner <fzglas.hg@dom66.de>
parents:
653
diff
changeset
|
87 |
| 649 | 88 - **[bugfix]** |
| 89 For better consistency: use `.getvarl_s()` instead of `.getvarl()` | |
| 90 in the implementation of `__len__()` in jailed configurations. | |
| 91 | |
|
653
211288645f02
For better TOML compatibility open TOML files with encoding=""
Franz Glasner <fzglas.hg@dom66.de>
parents:
649
diff
changeset
|
92 - **[bugfix]** |
|
211288645f02
For better TOML compatibility open TOML files with encoding=""
Franz Glasner <fzglas.hg@dom66.de>
parents:
649
diff
changeset
|
93 For better TOML compatibility open TOML files with ``encoding=""``. |
|
211288645f02
For better TOML compatibility open TOML files with encoding=""
Franz Glasner <fzglas.hg@dom66.de>
parents:
649
diff
changeset
|
94 |
| 649 | 95 |
| 669 | 96 0.21 (2022-06-03) |
| 97 ~~~~~~~~~~~~~~~~~ | |
| 98 | |
| 99 **YANKED** because of release errors. | |
| 100 | |
| 101 | |
| 644 | 102 0.20.5 (2022-03-07) |
| 103 ~~~~~~~~~~~~~~~~~~~ | |
|
637
4499e9b4855d
The ``{{::DEL::}}`` is not subject to interpolation any more.
Franz Glasner <f.glasner@feldmann-mg.com>
parents:
633
diff
changeset
|
104 |
|
4499e9b4855d
The ``{{::DEL::}}`` is not subject to interpolation any more.
Franz Glasner <f.glasner@feldmann-mg.com>
parents:
633
diff
changeset
|
105 - **[bugfix]** |
| 643 | 106 The configuration value ``{{::DEL::}}`` is not subject to |
| 107 interpolation any more. This fixes the handling of these deletion | |
| 108 markers when merging configurations: sometimes they were tried to be | |
| 109 interpolated -- and this failed. | |
|
637
4499e9b4855d
The ``{{::DEL::}}`` is not subject to interpolation any more.
Franz Glasner <f.glasner@feldmann-mg.com>
parents:
633
diff
changeset
|
110 |
|
638
ef485419d723
FIX: Now the merge logic does not interpolate variables in any case.
Franz Glasner <f.glasner@feldmann-mg.com>
parents:
637
diff
changeset
|
111 - **[bugfix]** |
|
661
0844288d9a8b
FIX: Docs: Typo in changelog: "login" -> "logic"
Franz Glasner <fzglas.hg@dom66.de>
parents:
660
diff
changeset
|
112 The merge logic should never interpolate variables. But some parts |
|
638
ef485419d723
FIX: Now the merge logic does not interpolate variables in any case.
Franz Glasner <f.glasner@feldmann-mg.com>
parents:
637
diff
changeset
|
113 of the merge logic did this unintentionally. |
|
ef485419d723
FIX: Now the merge logic does not interpolate variables in any case.
Franz Glasner <f.glasner@feldmann-mg.com>
parents:
637
diff
changeset
|
114 |
|
637
4499e9b4855d
The ``{{::DEL::}}`` is not subject to interpolation any more.
Franz Glasner <f.glasner@feldmann-mg.com>
parents:
633
diff
changeset
|
115 |
| 633 | 116 0.20.4 (2022-01-17) |
| 117 ~~~~~~~~~~~~~~~~~~~ | |
| 626 | 118 |
| 119 - **[bugfix]** | |
| 120 In the C extension: make sure that a default is returned as-is and not | |
| 121 as copy. | |
| 122 | |
| 632 | 123 - **[misc]** |
| 124 Bring the exception messages from the C extension more in-line with the | |
| 125 Python implementation. | |
| 126 | |
| 626 | 127 |
| 615 | 128 0.20.3 (2022-01-12) |
| 129 ~~~~~~~~~~~~~~~~~~~ | |
| 613 | 130 |
| 131 - **[feature]** | |
| 132 Add some more functions to the optional C-extension module: | |
| 133 :py:meth:`configmix.config.Configuration.getvarl_s` and | |
| 134 :py:meth:`configmix.config.Configuration.getvar`. | |
| 135 | |
| 136 - **[feature]** | |
| 137 Some internal enhancements within the C-extension module. | |
| 138 | |
| 139 | |
| 606 | 140 0.20.2 (2022-01-11) |
| 141 ~~~~~~~~~~~~~~~~~~~ | |
| 598 | 142 |
| 143 - **[bugfix]** | |
| 144 The source distribution archive file did not contain any of the | |
| 145 `__init__.py` files because of a bogus entry in :file:`MANIFEST.in`. | |
| 146 | |
| 604 | 147 - **[feature]** |
| 148 More speedsups by implementing | |
| 149 :py:meth:`~configmix.config.Configuration.getvarl` and | |
| 150 :py:meth:`~configmix.config.Configuration.getvar_s` within the | |
| 151 C-extension also. | |
| 152 | |
| 598 | 153 |
| 594 | 154 0.20.1 (2022-01-10) |
| 155 ~~~~~~~~~~~~~~~~~~~ | |
| 592 | 156 |
| 157 - **[misc]** | |
| 158 Add an optional C-extension with some speedups to often used functions | |
| 159 and methods. Also allow to cross-build this modules for Windows with | |
| 160 LLVM-11 and Ninja on POSIX systems. | |
| 161 | |
| 162 - **[misc]** | |
| 163 Some internal code refactoring. This also yields more consistency in | |
| 164 interpreting the `varname` string arguments. | |
| 165 | |
| 166 | |
| 535 | 167 0.20 (2021-12-21) |
| 168 ~~~~~~~~~~~~~~~~~ | |
| 520 | 169 |
| 170 - **[breaking]** | |
| 171 Removed some unused keyword arguments from methods -- also public ones: | |
| 172 | |
| 173 * :py:meth:`~configmix.config.Configuration.expand_ref_uri` | |
| 174 * :py:meth:`~configmix.config.Configuration.expand_if_reference` | |
| 175 * :py:meth:`~configmix.config.Configuration._lookupref` | |
| 176 | |
|
525
be6ef72c55d5
Change Configuration.expand_variable() to Configuration.interpolate_variables()
Franz Glasner <f.glasner@feldmann-mg.com>
parents:
520
diff
changeset
|
177 - **[breaking]** |
|
be6ef72c55d5
Change Configuration.expand_variable() to Configuration.interpolate_variables()
Franz Glasner <f.glasner@feldmann-mg.com>
parents:
520
diff
changeset
|
178 Change methodname from `expand_variable()` to |
|
be6ef72c55d5
Change Configuration.expand_variable() to Configuration.interpolate_variables()
Franz Glasner <f.glasner@feldmann-mg.com>
parents:
520
diff
changeset
|
179 :py:meth:`configmix.config.Configuration.interpolate_variables` |
|
be6ef72c55d5
Change Configuration.expand_variable() to Configuration.interpolate_variables()
Franz Glasner <f.glasner@feldmann-mg.com>
parents:
520
diff
changeset
|
180 |
| 520 | 181 - **[misc]** |
| 534 | 182 Improved overall performance by a factor of 0.25 to 0.3 using |
| 183 algorithmic changes. | |
| 184 | |
| 185 - **[misc]** | |
| 186 Improved performance by internal caching. | |
| 520 | 187 |
| 188 - **[bugfix]** | |
| 189 Implement :py:meth:`~configmix.config.Configuration.values` and | |
| 190 :py:meth:`~configmix.config.Configuration.items` that yield non-interpolated | |
| 191 configuration values. This is needed now because attribute access now | |
| 192 yields interpolated results. | |
| 193 | |
| 194 | |
| 472 | 195 0.19.2 (2021-12-16) |
| 196 ~~~~~~~~~~~~~~~~~~~ | |
| 470 | 197 |
| 198 - **[feature]** | |
| 199 Implement "__len__()"-support for jailed configurations. | |
| 471 | 200 Their container-like interface is now fairly complete. |
| 470 | 201 |
| 202 | |
| 464 | 203 0.19.1 (2021-12-15) |
| 204 ~~~~~~~~~~~~~~~~~~~ | |
| 462 | 205 |
| 206 - **[feature]** | |
| 207 Jailed configuration support proper evaluation in boolean context | |
| 208 - **[feature]** | |
| 209 Proper iteration support for jailed configurations | |
| 210 - **[bugfix]** | |
| 211 Fixes for proper exception formatting in many cases | |
| 212 - **[bugfix]** | |
| 213 Proper "yield" support for older Python versions | |
| 214 - **[test]** | |
| 215 Test fixes and enhancements | |
| 470 | 216 |
| 462 | 217 |
| 453 | 218 0.19.1b1 (2021-12-14) |
| 219 ~~~~~~~~~~~~~~~~~~~~~ | |
| 452 | 220 |
| 221 - **[feature]** | |
| 222 Attribute-style access also for jailed configurations | |
| 223 | |
| 224 - **[bugfix}** | |
| 225 Make exception formatting robust when there is a single parameter for | |
| 226 "%"-style formatting and the single parameter happend to be a tuple; | |
| 227 now it is wrapped into a tuple. | |
| 228 | |
| 229 | |
|
447
4505ef8a1b56
Typo in changelog: missing `)'
Franz Glasner <f.glasner@feldmann-mg.com>
parents:
444
diff
changeset
|
230 0.19 (2021-12-10) |
|
4505ef8a1b56
Typo in changelog: missing `)'
Franz Glasner <f.glasner@feldmann-mg.com>
parents:
444
diff
changeset
|
231 ~~~~~~~~~~~~~~~~~ |
|
437
bbc5b64e137a
- Dict-level access to a configuration key now does variable interpolation.
Franz Glasner <fzglas.hg@dom66.de>
parents:
434
diff
changeset
|
232 |
|
bbc5b64e137a
- Dict-level access to a configuration key now does variable interpolation.
Franz Glasner <fzglas.hg@dom66.de>
parents:
434
diff
changeset
|
233 - **[breaking] [feature}** |
|
bbc5b64e137a
- Dict-level access to a configuration key now does variable interpolation.
Franz Glasner <fzglas.hg@dom66.de>
parents:
434
diff
changeset
|
234 Access to a configuration key using dict-level access now does variable |
|
bbc5b64e137a
- Dict-level access to a configuration key now does variable interpolation.
Franz Glasner <fzglas.hg@dom66.de>
parents:
434
diff
changeset
|
235 interpolation |
|
bbc5b64e137a
- Dict-level access to a configuration key now does variable interpolation.
Franz Glasner <fzglas.hg@dom66.de>
parents:
434
diff
changeset
|
236 |
|
bbc5b64e137a
- Dict-level access to a configuration key now does variable interpolation.
Franz Glasner <fzglas.hg@dom66.de>
parents:
434
diff
changeset
|
237 - **[feature]** |
|
451
e47ba40974a6
Changelog: wording
Franz Glasner <f.glasner@feldmann-mg.com>
parents:
447
diff
changeset
|
238 Simple dict-style access for jailed configuration |
|
437
bbc5b64e137a
- Dict-level access to a configuration key now does variable interpolation.
Franz Glasner <fzglas.hg@dom66.de>
parents:
434
diff
changeset
|
239 |
|
439
bd27da55483a
Optimized __contains__() implementation for jailed and unjailed configurations
Franz Glasner <fzglas.hg@dom66.de>
parents:
437
diff
changeset
|
240 - **[feature]** |
|
bd27da55483a
Optimized __contains__() implementation for jailed and unjailed configurations
Franz Glasner <fzglas.hg@dom66.de>
parents:
437
diff
changeset
|
241 Optimized "__contains__()" implementation for jailed and unjailed |
|
bd27da55483a
Optimized __contains__() implementation for jailed and unjailed configurations
Franz Glasner <fzglas.hg@dom66.de>
parents:
437
diff
changeset
|
242 configurations |
|
bd27da55483a
Optimized __contains__() implementation for jailed and unjailed configurations
Franz Glasner <fzglas.hg@dom66.de>
parents:
437
diff
changeset
|
243 |
|
437
bbc5b64e137a
- Dict-level access to a configuration key now does variable interpolation.
Franz Glasner <fzglas.hg@dom66.de>
parents:
434
diff
changeset
|
244 |
| 434 | 245 0.18.1 (2021-12-10) |
| 246 ~~~~~~~~~~~~~~~~~~~ | |
| 433 | 247 |
| 248 - **[feature]** | |
| 249 Proper "repr()" for jailed configurations | |
| 250 | |
| 251 | |
|
431
49cadb78c45a
FIX: Missing date in changelog
Franz Glasner <fzglas.hg@dom66.de>
parents:
429
diff
changeset
|
252 0.18.1b1 (2021-12-09) |
|
49cadb78c45a
FIX: Missing date in changelog
Franz Glasner <fzglas.hg@dom66.de>
parents:
429
diff
changeset
|
253 ~~~~~~~~~~~~~~~~~~~~~ |
|
428
090a25f36a3d
FIX: Allow jailed configurations to use correctly use base configurations that use a different "default" marker object.
Franz Glasner <f.glasner@feldmann-mg.com>
parents:
421
diff
changeset
|
254 |
|
090a25f36a3d
FIX: Allow jailed configurations to use correctly use base configurations that use a different "default" marker object.
Franz Glasner <f.glasner@feldmann-mg.com>
parents:
421
diff
changeset
|
255 - **[bugfix]** |
|
090a25f36a3d
FIX: Allow jailed configurations to use correctly use base configurations that use a different "default" marker object.
Franz Glasner <f.glasner@feldmann-mg.com>
parents:
421
diff
changeset
|
256 Jailed configurations assumed that their "default" marker object is |
|
090a25f36a3d
FIX: Allow jailed configurations to use correctly use base configurations that use a different "default" marker object.
Franz Glasner <f.glasner@feldmann-mg.com>
parents:
421
diff
changeset
|
257 identical to the "default" marker object in the unjailed base |
|
090a25f36a3d
FIX: Allow jailed configurations to use correctly use base configurations that use a different "default" marker object.
Franz Glasner <f.glasner@feldmann-mg.com>
parents:
421
diff
changeset
|
258 configuration. This is not always true, especially if |
|
090a25f36a3d
FIX: Allow jailed configurations to use correctly use base configurations that use a different "default" marker object.
Franz Glasner <f.glasner@feldmann-mg.com>
parents:
421
diff
changeset
|
259 :py:meth:`~configmix.config._JailedConfiguration.rebind` is used. |
|
090a25f36a3d
FIX: Allow jailed configurations to use correctly use base configurations that use a different "default" marker object.
Franz Glasner <f.glasner@feldmann-mg.com>
parents:
421
diff
changeset
|
260 |
|
090a25f36a3d
FIX: Allow jailed configurations to use correctly use base configurations that use a different "default" marker object.
Franz Glasner <f.glasner@feldmann-mg.com>
parents:
421
diff
changeset
|
261 |
| 421 | 262 0.18 (2021-12-02) |
| 263 ~~~~~~~~~~~~~~~~~ | |
|
417
83d537f1dfbb
Implement sub-jails: allow to get a jailed configuration from a jail
Franz Glasner <fzglas.hg@dom66.de>
parents:
413
diff
changeset
|
264 |
|
83d537f1dfbb
Implement sub-jails: allow to get a jailed configuration from a jail
Franz Glasner <fzglas.hg@dom66.de>
parents:
413
diff
changeset
|
265 - **[feature]** |
|
419
079a82129110
Allow the empty variable name to retrieve the root configuration object
Franz Glasner <fzglas.hg@dom66.de>
parents:
418
diff
changeset
|
266 Allow empty variable names in some cases to get the root object of a |
|
079a82129110
Allow the empty variable name to retrieve the root configuration object
Franz Glasner <fzglas.hg@dom66.de>
parents:
418
diff
changeset
|
267 configuration. |
|
079a82129110
Allow the empty variable name to retrieve the root configuration object
Franz Glasner <fzglas.hg@dom66.de>
parents:
418
diff
changeset
|
268 - **[feature]** |
|
417
83d537f1dfbb
Implement sub-jails: allow to get a jailed configuration from a jail
Franz Glasner <fzglas.hg@dom66.de>
parents:
413
diff
changeset
|
269 Allow to get sub-jails from an already jailed configuration. |
|
418
bb5f11abd12a
Implement .getkeysl() and .getkeys() for configuration objects that iterate over all the keys of a configuration value
Franz Glasner <fzglas.hg@dom66.de>
parents:
417
diff
changeset
|
270 - **[feature]** |
|
bb5f11abd12a
Implement .getkeysl() and .getkeys() for configuration objects that iterate over all the keys of a configuration value
Franz Glasner <fzglas.hg@dom66.de>
parents:
417
diff
changeset
|
271 Implement :meth:`~configmix.config.Configuration.getkeysl` and |
|
bb5f11abd12a
Implement .getkeysl() and .getkeys() for configuration objects that iterate over all the keys of a configuration value
Franz Glasner <fzglas.hg@dom66.de>
parents:
417
diff
changeset
|
272 :meth:`~configmix.config.Configuration.getkeys` that return generators |
| 420 | 273 over all keys of a configuration value. |
|
418
bb5f11abd12a
Implement .getkeysl() and .getkeys() for configuration objects that iterate over all the keys of a configuration value
Franz Glasner <fzglas.hg@dom66.de>
parents:
417
diff
changeset
|
274 |
|
417
83d537f1dfbb
Implement sub-jails: allow to get a jailed configuration from a jail
Franz Glasner <fzglas.hg@dom66.de>
parents:
413
diff
changeset
|
275 |
| 413 | 276 0.17 (2021-11-22) |
| 277 ~~~~~~~~~~~~~~~~~ | |
|
412
816327e178b0
Provide coercing methods for the jailed configuration: getintXXX(), getboolXXX(), getfloatXXX() and friends.
Franz Glasner <fzglas.hg@dom66.de>
parents:
409
diff
changeset
|
278 |
|
816327e178b0
Provide coercing methods for the jailed configuration: getintXXX(), getboolXXX(), getfloatXXX() and friends.
Franz Glasner <fzglas.hg@dom66.de>
parents:
409
diff
changeset
|
279 - **[feature]** |
|
816327e178b0
Provide coercing methods for the jailed configuration: getintXXX(), getboolXXX(), getfloatXXX() and friends.
Franz Glasner <fzglas.hg@dom66.de>
parents:
409
diff
changeset
|
280 Complete the set of configuration retrieval methods for the jailed |
|
816327e178b0
Provide coercing methods for the jailed configuration: getintXXX(), getboolXXX(), getfloatXXX() and friends.
Franz Glasner <fzglas.hg@dom66.de>
parents:
409
diff
changeset
|
281 configuration. |
|
816327e178b0
Provide coercing methods for the jailed configuration: getintXXX(), getboolXXX(), getfloatXXX() and friends.
Franz Glasner <fzglas.hg@dom66.de>
parents:
409
diff
changeset
|
282 |
|
816327e178b0
Provide coercing methods for the jailed configuration: getintXXX(), getboolXXX(), getfloatXXX() and friends.
Franz Glasner <fzglas.hg@dom66.de>
parents:
409
diff
changeset
|
283 |
| 409 | 284 0.17b2 (2021-11-19) |
| 285 ~~~~~~~~~~~~~~~~~~~ | |
| 408 | 286 |
| 287 - **[feature]** All configuration objects carry a flag `is_jail` that | |
| 288 allows to determine whether a configuration is jailed | |
| 289 - **[feature]** Allow a jailed configuration to be rebound to another | |
| 290 unjailed configuration | |
| 291 - **[feature}** A public accessor property to the base configuration | |
| 292 of a jailed configuration | |
| 293 | |
| 294 | |
| 401 | 295 0.17b1 (2021-11-19) |
| 296 ~~~~~~~~~~~~~~~~~~~ | |
|
395
0b3ffc34fa5c
Begin a jailed configuration with access to a sub-tree of the original configuration
Franz Glasner <f.glasner@feldmann-mg.com>
parents:
394
diff
changeset
|
297 |
| 401 | 298 - **[feature]** Jailed (aka "restricted" or "rooted") configurations |
| 299 with :py:meth:`~configmix.config.Configuration.jailed` | |
|
395
0b3ffc34fa5c
Begin a jailed configuration with access to a sub-tree of the original configuration
Franz Glasner <f.glasner@feldmann-mg.com>
parents:
394
diff
changeset
|
300 |
|
0b3ffc34fa5c
Begin a jailed configuration with access to a sub-tree of the original configuration
Franz Glasner <f.glasner@feldmann-mg.com>
parents:
394
diff
changeset
|
301 |
| 391 | 302 0.16.1 (2021-11-10) |
| 303 ~~~~~~~~~~~~~~~~~~~ | |
|
381
fe3dfd687621
Implemented Configuration.getfirstvarl() and Configuration.getfirstvarl_s()
Franz Glasner <fzglas.hg@dom66.de>
parents:
377
diff
changeset
|
304 |
|
fe3dfd687621
Implemented Configuration.getfirstvarl() and Configuration.getfirstvarl_s()
Franz Glasner <fzglas.hg@dom66.de>
parents:
377
diff
changeset
|
305 - **[feature]** New access methods |
|
fe3dfd687621
Implemented Configuration.getfirstvarl() and Configuration.getfirstvarl_s()
Franz Glasner <fzglas.hg@dom66.de>
parents:
377
diff
changeset
|
306 :py:meth:`~configmix.config.Configuration.getfirstvarl`, |
|
384
8c3aaa894089
Implemented Configuration.getfirstintvarl_s(), .getfirstboolvar_s() and .getfirstfloatvarl_s()
Franz Glasner <fzglas.hg@dom66.de>
parents:
383
diff
changeset
|
307 :py:meth:`~configmix.config.Configuration.getfirstvarl_s`, |
|
8c3aaa894089
Implemented Configuration.getfirstintvarl_s(), .getfirstboolvar_s() and .getfirstfloatvarl_s()
Franz Glasner <fzglas.hg@dom66.de>
parents:
383
diff
changeset
|
308 :py:meth:`~configmix.config.Configuration.getfirstintvarl_s` |
|
8c3aaa894089
Implemented Configuration.getfirstintvarl_s(), .getfirstboolvar_s() and .getfirstfloatvarl_s()
Franz Glasner <fzglas.hg@dom66.de>
parents:
383
diff
changeset
|
309 :py:meth:`~configmix.config.Configuration.getfirstboolvarl_s`, |
|
8c3aaa894089
Implemented Configuration.getfirstintvarl_s(), .getfirstboolvar_s() and .getfirstfloatvarl_s()
Franz Glasner <fzglas.hg@dom66.de>
parents:
383
diff
changeset
|
310 :py:meth:`~configmix.config.Configuration.getfirstfloatvarl_s` |
|
381
fe3dfd687621
Implemented Configuration.getfirstvarl() and Configuration.getfirstvarl_s()
Franz Glasner <fzglas.hg@dom66.de>
parents:
377
diff
changeset
|
311 |
|
383
5c72da46b8ae
Implemented Configuration.getfirstfloatvar_s().
Franz Glasner <fzglas.hg@dom66.de>
parents:
381
diff
changeset
|
312 - **[feature]** New access method |
|
394
e05195ee869d
FIX: markup in the changelog: missing leading colon
Franz Glasner <fzglas.hg@dom66.de>
parents:
391
diff
changeset
|
313 :py:meth:`~configmix.config.Configuration.getfirstfloatvar_s` |
|
383
5c72da46b8ae
Implemented Configuration.getfirstfloatvar_s().
Franz Glasner <fzglas.hg@dom66.de>
parents:
381
diff
changeset
|
314 |
|
381
fe3dfd687621
Implemented Configuration.getfirstvarl() and Configuration.getfirstvarl_s()
Franz Glasner <fzglas.hg@dom66.de>
parents:
377
diff
changeset
|
315 |
| 377 | 316 0.16 (2021-07-11) |
| 317 ~~~~~~~~~~~~~~~~~ | |
|
376
c2e427d49209
Put the newly implemented access methods getfirstXXX() into the changelog
Franz Glasner <fzglas.hg@dom66.de>
parents:
365
diff
changeset
|
318 |
|
c2e427d49209
Put the newly implemented access methods getfirstXXX() into the changelog
Franz Glasner <fzglas.hg@dom66.de>
parents:
365
diff
changeset
|
319 - **[feature]** New access methods |
|
c2e427d49209
Put the newly implemented access methods getfirstXXX() into the changelog
Franz Glasner <fzglas.hg@dom66.de>
parents:
365
diff
changeset
|
320 :py:meth:`~configmix.config.Configuration.getfirstvar`, |
|
c2e427d49209
Put the newly implemented access methods getfirstXXX() into the changelog
Franz Glasner <fzglas.hg@dom66.de>
parents:
365
diff
changeset
|
321 :py:meth:`~configmix.config.Configuration.getfirstvar_s`, |
|
c2e427d49209
Put the newly implemented access methods getfirstXXX() into the changelog
Franz Glasner <fzglas.hg@dom66.de>
parents:
365
diff
changeset
|
322 :py:meth:`~configmix.config.Configuration.getfirstintvar_s` and |
|
c2e427d49209
Put the newly implemented access methods getfirstXXX() into the changelog
Franz Glasner <fzglas.hg@dom66.de>
parents:
365
diff
changeset
|
323 :py:meth:`~configmix.config.Configuration.getfirstboolvar_s` |
|
c2e427d49209
Put the newly implemented access methods getfirstXXX() into the changelog
Franz Glasner <fzglas.hg@dom66.de>
parents:
365
diff
changeset
|
324 |
|
c2e427d49209
Put the newly implemented access methods getfirstXXX() into the changelog
Franz Glasner <fzglas.hg@dom66.de>
parents:
365
diff
changeset
|
325 |
| 365 | 326 0.15.1 (2021-07-09) |
| 327 ~~~~~~~~~~~~~~~~~~~ | |
|
364
1941f0188e81
FIX: Handle a "default" keyword parameter in ".getvar()" properly.
Franz Glasner <fzglas.hg@dom66.de>
parents:
361
diff
changeset
|
328 |
|
1941f0188e81
FIX: Handle a "default" keyword parameter in ".getvar()" properly.
Franz Glasner <fzglas.hg@dom66.de>
parents:
361
diff
changeset
|
329 - **[bugfix]** Handle the `default` keyword parameter in |
|
1941f0188e81
FIX: Handle a "default" keyword parameter in ".getvar()" properly.
Franz Glasner <fzglas.hg@dom66.de>
parents:
361
diff
changeset
|
330 :py:meth:`configmix.config.Configuration.getvar` properly. |
|
1941f0188e81
FIX: Handle a "default" keyword parameter in ".getvar()" properly.
Franz Glasner <fzglas.hg@dom66.de>
parents:
361
diff
changeset
|
331 |
|
1941f0188e81
FIX: Handle a "default" keyword parameter in ".getvar()" properly.
Franz Glasner <fzglas.hg@dom66.de>
parents:
361
diff
changeset
|
332 |
| 361 | 333 0.15 (2021-06-25) |
| 334 ~~~~~~~~~~~~~~~~~ | |
|
347
d7daec119383
New filter function "urlquote_plus" which quotes a space into a '+' character
Franz Glasner <fzglas.hg@dom66.de>
parents:
344
diff
changeset
|
335 |
|
d7daec119383
New filter function "urlquote_plus" which quotes a space into a '+' character
Franz Glasner <fzglas.hg@dom66.de>
parents:
344
diff
changeset
|
336 - **[feature]** |
|
d7daec119383
New filter function "urlquote_plus" which quotes a space into a '+' character
Franz Glasner <fzglas.hg@dom66.de>
parents:
344
diff
changeset
|
337 New filter function :py:func:`urlquote_plus` |
|
d7daec119383
New filter function "urlquote_plus" which quotes a space into a '+' character
Franz Glasner <fzglas.hg@dom66.de>
parents:
344
diff
changeset
|
338 |
|
353
a7491f835cb0
Changelog and minimal docu for `None` and `Empty` filters
Franz Glasner <f.glasner@feldmann-mg.com>
parents:
347
diff
changeset
|
339 - **[feature]** |
|
a7491f835cb0
Changelog and minimal docu for `None` and `Empty` filters
Franz Glasner <f.glasner@feldmann-mg.com>
parents:
347
diff
changeset
|
340 New filter functions :py:func:`None` and :py:func:`Empty`. They are |
|
354
bd28fb4565e1
FIX: Tagging of the KeyError: :py:exception: -> :py:exc:
Franz Glasner <f.glasner@feldmann-mg.com>
parents:
353
diff
changeset
|
341 useful in variable interpolation context where they suppress |
|
bd28fb4565e1
FIX: Tagging of the KeyError: :py:exception: -> :py:exc:
Franz Glasner <f.glasner@feldmann-mg.com>
parents:
353
diff
changeset
|
342 possible lookup errors (aka :py:exc:`KeyError`) and instead return |
|
bd28fb4565e1
FIX: Tagging of the KeyError: :py:exception: -> :py:exc:
Franz Glasner <f.glasner@feldmann-mg.com>
parents:
353
diff
changeset
|
343 with :py:obj:`None` or an empty string. |
|
353
a7491f835cb0
Changelog and minimal docu for `None` and `Empty` filters
Franz Glasner <f.glasner@feldmann-mg.com>
parents:
347
diff
changeset
|
344 |
|
347
d7daec119383
New filter function "urlquote_plus" which quotes a space into a '+' character
Franz Glasner <fzglas.hg@dom66.de>
parents:
344
diff
changeset
|
345 |
| 344 | 346 0.14 (2021-05-10) |
| 347 ~~~~~~~~~~~~~~~~~ | |
|
305
f529ca46dd50
Implemented the "ref" namespace to get configuration tree references.
Franz Glasner <fzglas.hg@dom66.de>
parents:
303
diff
changeset
|
348 |
|
320
98490375d90c
Allow variable name quoting to be used in .getvar() and .getvar_s() and references
Franz Glasner <fzglas.hg@dom66.de>
parents:
319
diff
changeset
|
349 - **[breaking] [feature]** |
| 333 | 350 Allowed quoting of variable and namespace names. |
|
320
98490375d90c
Allow variable name quoting to be used in .getvar() and .getvar_s() and references
Franz Glasner <fzglas.hg@dom66.de>
parents:
319
diff
changeset
|
351 |
|
324
87424f4754d1
Docs: enhanced changelog
Franz Glasner <fzglas.hg@dom66.de>
parents:
320
diff
changeset
|
352 This is mostly important for variable names that contain ``.``, |
|
87424f4754d1
Docs: enhanced changelog
Franz Glasner <fzglas.hg@dom66.de>
parents:
320
diff
changeset
|
353 ``:`` or ``|`` but probably useful for characters like ``"` ``'`` |
|
87424f4754d1
Docs: enhanced changelog
Franz Glasner <fzglas.hg@dom66.de>
parents:
320
diff
changeset
|
354 and ``#`` also. |
|
320
98490375d90c
Allow variable name quoting to be used in .getvar() and .getvar_s() and references
Franz Glasner <fzglas.hg@dom66.de>
parents:
319
diff
changeset
|
355 |
|
319
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
356 - **[breaking] [misc]** |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
357 Moved some important public constants from :py:mod:`configmix` into |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
358 the :py:mod:`configmix.constants` module. |
|
291
edf5cc1ffd26
Provide an optional "strict" keyword flag to all YAML load functions to detect and prevent duplicate keys within a single YAML document
Franz Glasner <f.glasner@feldmann-mg.com>
parents:
290
diff
changeset
|
359 |
|
319
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
360 - **[feature]** |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
361 Configuration tree references are implemented in the ``ref`` |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
362 namespace |
|
285
ac2e631d8ab9
Changelog: note AWS additions
Franz Glasner <fzglas.hg@dom66.de>
parents:
279
diff
changeset
|
363 |
| 342 | 364 - **[feature]** |
|
319
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
365 Implemented new access methods |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
366 :py:meth:`configmix.config.Configuration.getvarl` and |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
367 :py:meth:`configmix.config.Configuration.getvarl_s` |
|
276
af371f9c016d
Allow deletion of key-value pairs when merging is done.
Franz Glasner <fzglas.hg@dom66.de>
parents:
270
diff
changeset
|
368 |
| 342 | 369 |
|
319
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
370 0.13 (2021-04-21) |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
371 ~~~~~~~~~~~~~~~~~ |
|
266
46571485b7d4
Allow loading configuration files from directories when using the "<dir>" prefix in filenames.
Franz Glasner <fzglas.hg@dom66.de>
parents:
262
diff
changeset
|
372 |
|
319
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
373 - **[feature]** |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
374 All YAML load functions got a new optional keyword `strict` to |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
375 detect and prevent duplicate keys within a single YAML document. |
|
268
1484f6c0223a
Implemented "del_assoc()"
Franz Glasner <fzglas.hg@dom66.de>
parents:
266
diff
changeset
|
376 |
|
319
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
377 The top-level load function also understands this flag and provides |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
378 it to low-level-loaders that understand it. |
|
260
2cfd670281ae
Do not set "root", "self" and "here" variables any more.
Franz Glasner <fzglas.hg@dom66.de>
parents:
257
diff
changeset
|
379 |
| 342 | 380 |
|
319
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
381 0.12 (2020-12-07) |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
382 ~~~~~~~~~~~~~~~~~ |
|
260
2cfd670281ae
Do not set "root", "self" and "here" variables any more.
Franz Glasner <fzglas.hg@dom66.de>
parents:
257
diff
changeset
|
383 |
|
319
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
384 - **[feature]** |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
385 Provide an ``AWS`` namespace to retrieve some AWS instance metadata. |
|
251
2a8dcab2de8c
Do not implicitely convert a configuration value to text if the value is the result of just a variable expansion.
Franz Glasner <fzglas.hg@dom66.de>
parents:
245
diff
changeset
|
386 |
| 342 | 387 |
|
319
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
388 0.11 (2020-10-05) |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
389 ~~~~~~~~~~~~~~~~~ |
|
242
bfa4d125fd14
FIX: The namespace lookup implementation for the "OS" namespace did not properly handle the "default" argument.
Franz Glasner <fzglas.hg@dom66.de>
parents:
239
diff
changeset
|
390 |
|
319
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
391 - **[feature]** |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
392 Allow the deletion of key-value pairs while merging configurations. |
|
244
6d473abe308d
Change the order of items in CHANGES.txt
Franz Glasner <fzglas.hg@dom66.de>
parents:
243
diff
changeset
|
393 |
|
319
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
394 This is done by recognizing and handling the special configuration |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
395 value ``{{::DEL::}}``. |
|
242
bfa4d125fd14
FIX: The namespace lookup implementation for the "OS" namespace did not properly handle the "default" argument.
Franz Glasner <fzglas.hg@dom66.de>
parents:
239
diff
changeset
|
396 |
|
bfa4d125fd14
FIX: The namespace lookup implementation for the "OS" namespace did not properly handle the "default" argument.
Franz Glasner <fzglas.hg@dom66.de>
parents:
239
diff
changeset
|
397 |
|
319
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
398 0.10 (2020-09-10) |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
399 ~~~~~~~~~~~~~~~~~ |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
400 |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
401 - **[feature]** |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
402 Allow loading configuration files from directories when using the |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
403 "<dir>" prefix in filenames. |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
404 |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
405 Unknown filetypes within these directories are ignored |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
406 automatically. |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
407 |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
408 - **[feature]** |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
409 Implemented a function to delete an association: |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
410 :py:func:`configmix.del_assoc`. |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
411 |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
412 |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
413 0.9 (2020-07-28) |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
414 ~~~~~~~~~~~~~~~~ |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
415 |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
416 - **[breaking] [feature]** |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
417 Do not set "root", "self" and "here" variables any more. The old |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
418 behaviour hindered proper automatic configuration on some PyPy |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
419 configurations when using `genapplib`. |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
420 |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
421 Only the INI-parser did set this variables automatically. |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
422 |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
423 |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
424 0.8.1 (2020-07-08) |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
425 ~~~~~~~~~~~~~~~~~~ |
|
238
be04384727c8
Prepare CHANGES for 0.7.3
Franz Glasner <fzglas.hg@dom66.de>
parents:
234
diff
changeset
|
426 |
|
319
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
427 - **[bugfix]** |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
428 Allow non-string keys when merging configurations. |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
429 |
| 342 | 430 |
|
319
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
431 0.8 (2020-07-08) |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
432 ~~~~~~~~~~~~~~~~ |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
433 |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
434 - **[breaking] [feature]** |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
435 Do not implicitely convert a configuration value to text if the |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
436 value is the result of just a variable expansion. |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
437 |
|
238
be04384727c8
Prepare CHANGES for 0.7.3
Franz Glasner <fzglas.hg@dom66.de>
parents:
234
diff
changeset
|
438 |
|
319
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
439 0.7.4 (2020-05-21) |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
440 ~~~~~~~~~~~~~~~~~~ |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
441 |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
442 - **[feature]** |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
443 Implemented new namespace function ``OS:node`` to return the node's |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
444 computername. |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
445 |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
446 - **[bugfix]** |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
447 The ``OS`` namespace lookup did not handle non-existing variables |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
448 properly and ignored the `default` parameter. |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
449 |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
450 |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
451 0.7.3 (2020-05-13) |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
452 ~~~~~~~~~~~~~~~~~~ |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
453 |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
454 - No code changes. |
|
238
be04384727c8
Prepare CHANGES for 0.7.3
Franz Glasner <fzglas.hg@dom66.de>
parents:
234
diff
changeset
|
455 |
|
be04384727c8
Prepare CHANGES for 0.7.3
Franz Glasner <fzglas.hg@dom66.de>
parents:
234
diff
changeset
|
456 |
|
319
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
457 0.7.2 (2019-05-13) |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
458 ~~~~~~~~~~~~~~~~~~ |
|
227
f5011eec3b6e
Added a loader with key "ignore" that ignores the given configuration file
Franz Glasner <fzglas.hg@dom66.de>
parents:
226
diff
changeset
|
459 |
|
319
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
460 - **[feature]** |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
461 Implemented a loader with key ``-*-ignore-*-`` effectively ignores |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
462 the contents of given file. No file extensions are by default |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
463 associated with this loader. |
|
227
f5011eec3b6e
Added a loader with key "ignore" that ignores the given configuration file
Franz Glasner <fzglas.hg@dom66.de>
parents:
226
diff
changeset
|
464 |
|
226
8b1c52d5e7d5
Bump version to 0.7.2.dev1 for next development steps
Franz Glasner <fzglas.hg@dom66.de>
parents:
223
diff
changeset
|
465 |
|
319
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
466 0.7.1 (2019-05-10) |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
467 ~~~~~~~~~~~~~~~~~~ |
|
221
6f0f39a9a46f
configmix.load() and .safe_load() got a new keyword argument "extras" to be merged in as last configuration dictionary
Franz Glasner <fzglas.hg@dom66.de>
parents:
218
diff
changeset
|
468 |
|
319
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
469 - **[feature]** |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
470 :py:func:`configmix.load` and :py:func:`configmix.safe_load` got a |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
471 new keyword argument `extras` that (if given) will be used as the |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
472 *last* configuration dictionary to be merged into the configuration. |
|
221
6f0f39a9a46f
configmix.load() and .safe_load() got a new keyword argument "extras" to be merged in as last configuration dictionary
Franz Glasner <fzglas.hg@dom66.de>
parents:
218
diff
changeset
|
473 |
|
319
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
474 This can be used to overwrite configuration file settings from |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
475 commandline arguments. |
|
221
6f0f39a9a46f
configmix.load() and .safe_load() got a new keyword argument "extras" to be merged in as last configuration dictionary
Franz Glasner <fzglas.hg@dom66.de>
parents:
218
diff
changeset
|
476 |
|
319
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
477 - **[bugfix]** |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
478 :py:func:`configmix.safe_load` did some preliminary unsafe merges |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
479 from `defaults` and an extra additional unneeded merge. |
|
217
b869e792310e
FIX: Extra merged and unsafe merges in configmix.safe_load
Franz Glasner <fzglas.hg@dom66.de>
parents:
216
diff
changeset
|
480 |
|
227
f5011eec3b6e
Added a loader with key "ignore" that ignores the given configuration file
Franz Glasner <fzglas.hg@dom66.de>
parents:
226
diff
changeset
|
481 |
|
319
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
482 0.7 (2019-05-06) |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
483 ~~~~~~~~~~~~~~~~ |
|
170
c247a5dc35ed
Begin development of a version 0.7 with some API changes
Franz Glasner <f.glasner@feldmann-mg.com>
parents:
167
diff
changeset
|
484 |
|
319
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
485 - **[breaking]** |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
486 Additional or alternative loaders can be installed by changing the |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
487 :py:data:`configmix.mode_loaders` dictionary directly. |
|
192
46c7d872db83
Changelog: note the latest refactorings
Franz Glasner <fzglas.hg@dom66.de>
parents:
182
diff
changeset
|
488 |
|
319
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
489 - **[breaking]** |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
490 The public functions to associate filename extensions to filemodes |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
491 have been renamed to :py:func:`configmix.set_assoc`, |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
492 :py:func:`configmix.get_assoc`, :py:func:`configmix.clear_assoc`, |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
493 :py:func:`configmix.get_default_assoc`. |
|
192
46c7d872db83
Changelog: note the latest refactorings
Franz Glasner <fzglas.hg@dom66.de>
parents:
182
diff
changeset
|
494 |
|
319
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
495 The filemodes must be keys in the :py:data:`configmix.mode_loaders` |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
496 dictionary. |
|
192
46c7d872db83
Changelog: note the latest refactorings
Franz Glasner <fzglas.hg@dom66.de>
parents:
182
diff
changeset
|
497 |
|
319
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
498 - **[breaking] [feature]** |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
499 The associations from filename extensions to parsers are |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
500 :py:mod:`fnmatch` style patterns now. |
|
171
1ff11462a5c1
The associations from filename extensions to parsers are "fnmatch" style patterns now.
Franz Glasner <f.glasner@feldmann-mg.com>
parents:
170
diff
changeset
|
501 |
|
319
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
502 Calling :py:func:`configmix.set_assoc` by default prepends to the |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
503 currently defined associations and therefore gets the highest |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
504 priority. Appending is possible also. |
|
171
1ff11462a5c1
The associations from filename extensions to parsers are "fnmatch" style patterns now.
Franz Glasner <f.glasner@feldmann-mg.com>
parents:
170
diff
changeset
|
505 |
|
319
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
506 - **[feature]** |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
507 :py:func:`configmix.load` and :py:func:`configmix.safe_load` got a |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
508 keyword argument `defaults` that allow the provision of an already |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
509 existing default configuration into which all additional |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
510 configuration settings are merged into. |
|
172
8138d56d7cd3
".load" and ".safe_load" get a keyword parameter "defaults" that allows the provision of a configuration dictionary with default settings
Franz Glasner <f.glasner@feldmann-mg.com>
parents:
171
diff
changeset
|
511 |
|
319
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
512 - **[feature]** |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
513 Added support for TOML style configuration files. This needs the |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
514 external package :py:mod:`toml` (from https://github.com/uiri/toml). |
|
195
28e6c1413947
Added support for TOML style configuration files
Franz Glasner <fzglas.hg@dom66.de>
parents:
192
diff
changeset
|
515 |
|
170
c247a5dc35ed
Begin development of a version 0.7 with some API changes
Franz Glasner <f.glasner@feldmann-mg.com>
parents:
167
diff
changeset
|
516 |
|
319
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
517 0.6 (2019-03-14) |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
518 ~~~~~~~~~~~~~~~~ |
| 91 | 519 |
|
319
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
520 - **[breaking] [feature]** |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
521 Reimplemented :py:func:`configmix.safe_merge` to do a deepcopy of |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
522 all source configurations when merging. Previously is was sort of a |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
523 shallow copy. |
|
111
d51a18e5b0e3
Reimplement configmix.safe_merge() do to a deepcopy of all source configurations when merging.
Franz Glasner <hg@dom66.de>
parents:
103
diff
changeset
|
524 |
|
319
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
525 - **[breaking] [feature]** |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
526 The default file encoding when reading INI style files with |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
527 :py:func:`configmix.ini.load` is now "UTF-8". Previously it was |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
528 undefined and therefore dependent on the user's locale. |
|
120
ba5970a2dcef
The default file encoding when reading INI style files with configmix.ini.load() is now "UTF-8".
Franz Glasner <f.glasner@feldmann-mg.com>
parents:
118
diff
changeset
|
529 |
|
319
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
530 An `encoding` keyword argument can be specified explicitely now. |
|
120
ba5970a2dcef
The default file encoding when reading INI style files with configmix.ini.load() is now "UTF-8".
Franz Glasner <f.glasner@feldmann-mg.com>
parents:
118
diff
changeset
|
531 |
|
319
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
532 - **[breaking] [feature]** |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
533 Support comment-like key-value pairs with configuration keys |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
534 starting with ``__doc`` or ``__comment``. |
|
147
8b7333caba25
Put the new comment-key feature into CHANGES
Franz Glasner <hg@dom66.de>
parents:
139
diff
changeset
|
535 |
|
319
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
536 - **[misc]** |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
537 Use the filesystem encoding where appripriate. |
|
166
b5ce9a8461bf
Use the filesystem encoding explicitely where appropriate.
Franz Glasner <fzglas.hg@dom66.de>
parents:
164
diff
changeset
|
538 |
|
319
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
539 - **[doc]** |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
540 Begin the documentation with `Sphinx <http://www.sphinx-doc.org>`_ |
| 93 | 541 |
|
319
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
542 - **[test]** |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
543 Begin formal unittests |
| 91 | 544 |
|
319
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
545 - **[feature]** |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
546 Build a tree of configuration settings from INI files |
|
122
21d92ff8cf31
Begin the handling of JSON-style configuration files
Franz Glasner <hg@dom66.de>
parents:
120
diff
changeset
|
547 |
|
319
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
548 - **[feature]** |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
549 Support JSON formatted files as configuration files also (suffix |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
550 ".json"). |
|
122
21d92ff8cf31
Begin the handling of JSON-style configuration files
Franz Glasner <hg@dom66.de>
parents:
120
diff
changeset
|
551 |
| 342 | 552 - **[feature]** |
|
319
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
553 Allow custom configuration filename extensions and custom loaders |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
554 that can handle custom configuration file syntax styles. |
|
139
c87b0dc54e1d
Allow custom configuration filename extensions and custom loaders that can handle custom configuration file syntax styles
Franz Glasner <hg@dom66.de>
parents:
122
diff
changeset
|
555 |
|
111
d51a18e5b0e3
Reimplement configmix.safe_merge() do to a deepcopy of all source configurations when merging.
Franz Glasner <hg@dom66.de>
parents:
103
diff
changeset
|
556 |
|
319
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
557 0.5 (2016-04-19) |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
558 ~~~~~~~~~~~~~~~~ |
| 91 | 559 |
|
319
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
560 - **[feature]]** |
|
5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Franz Glasner <fzglas.hg@dom66.de>
parents:
314
diff
changeset
|
561 First really used release. |
