comparison CHANGES.txt @ 520:45ad19fe1e5b

Changelog
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 19 Dec 2021 18:47:48 +0100
parents 89bbb66aff02
children be6ef72c55d5
comparison
equal deleted inserted replaced
519:df0bb39617d6 520:45ad19fe1e5b
9 Changelog 9 Changelog
10 ========= 10 =========
11 11
12 Pre-1.0 Series 12 Pre-1.0 Series
13 -------------- 13 --------------
14
15 n/a (0.20) (not released)
16 ~~~~~~~~~~~~~~~~~~~~~~~~~
17
18 - **[breaking]**
19 Removed some unused keyword arguments from methods -- also public ones:
20
21 * :py:meth:`~configmix.config.Configuration.expand_ref_uri`
22 * :py:meth:`~configmix.config.Configuration.expand_if_reference`
23 * :py:meth:`~configmix.config.Configuration._lookupref`
24
25 - **[misc]**
26 Improved overall performance by a factor of 0.25 to 0.3
27
28 - **[bugfix]**
29 Implement :py:meth:`~configmix.config.Configuration.values` and
30 :py:meth:`~configmix.config.Configuration.items` that yield non-interpolated
31 configuration values. This is needed now because attribute access now
32 yields interpolated results.
33
14 34
15 0.19.2 (2021-12-16) 35 0.19.2 (2021-12-16)
16 ~~~~~~~~~~~~~~~~~~~ 36 ~~~~~~~~~~~~~~~~~~~
17 37
18 - **[feature]** 38 - **[feature]**