comparison CHANGES.txt @ 666:0eff8441c4b9 v0.21

Implement iteration support that yields properly jailed configurations for each container item
author Franz Glasner <fzglas.hg@dom66.de>
date Fri, 03 Jun 2022 02:17:12 +0200
parents 0844288d9a8b
children 02a21e689fc1
comparison
equal deleted inserted replaced
665:9f0842a942b2 666:0eff8441c4b9
17 17
18 - **[feature]** 18 - **[feature]**
19 Enable indexed access to lists in the configuration using an access 19 Enable indexed access to lists in the configuration using an access
20 path string representation like ``~NNN~`` 20 path string representation like ``~NNN~``
21 21
22 - **[feature]**
23 Implement methods :py:meth:`configmix.config.Configuration.iter_jailed` and
24 :py:meth:`configmix.config._JailedConfiguration.iter_jailed` that yield
25 properly jailed configurations for container items (for lists and dicts,
26 no sets).
27
22 - **[feature]** 28 - **[feature]**
23 Allow to enable and disable the internal caching 29 Allow to enable and disable the internal caching
24 30
25 - **[feature]** 31 - **[feature]**
26 Add support for using :py:mod:`tomllib` (in Python's stdlib since 3.11) 32 Add support for using :py:mod:`tomllib` (in Python's stdlib since 3.11)