Mercurial > hgrepos > Python > libs > ConfigMix
comparison CHANGES.txt @ 342:dde6dea50ea3
WS
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Mon, 10 May 2021 09:16:04 +0200 |
| parents | 5ec0ae3bb8db |
| children | ce7aea9eac4a |
comparison
equal
deleted
inserted
replaced
| 341:ae4b76d0da45 | 342:dde6dea50ea3 |
|---|---|
| 28 | 28 |
| 29 - **[feature]** | 29 - **[feature]** |
| 30 Configuration tree references are implemented in the ``ref`` | 30 Configuration tree references are implemented in the ``ref`` |
| 31 namespace | 31 namespace |
| 32 | 32 |
| 33 - **[feature]** | 33 - **[feature]** |
| 34 Implemented new access methods | 34 Implemented new access methods |
| 35 :py:meth:`configmix.config.Configuration.getvarl` and | 35 :py:meth:`configmix.config.Configuration.getvarl` and |
| 36 :py:meth:`configmix.config.Configuration.getvarl_s` | 36 :py:meth:`configmix.config.Configuration.getvarl_s` |
| 37 | 37 |
| 38 | 38 |
| 39 0.13 (2021-04-21) | 39 0.13 (2021-04-21) |
| 40 ~~~~~~~~~~~~~~~~~ | 40 ~~~~~~~~~~~~~~~~~ |
| 41 | 41 |
| 42 - **[feature]** | 42 - **[feature]** |
| 43 All YAML load functions got a new optional keyword `strict` to | 43 All YAML load functions got a new optional keyword `strict` to |
| 44 detect and prevent duplicate keys within a single YAML document. | 44 detect and prevent duplicate keys within a single YAML document. |
| 45 | 45 |
| 46 The top-level load function also understands this flag and provides | 46 The top-level load function also understands this flag and provides |
| 47 it to low-level-loaders that understand it. | 47 it to low-level-loaders that understand it. |
| 48 | 48 |
| 49 | 49 |
| 50 0.12 (2020-12-07) | 50 0.12 (2020-12-07) |
| 51 ~~~~~~~~~~~~~~~~~ | 51 ~~~~~~~~~~~~~~~~~ |
| 52 | 52 |
| 53 - **[feature]** | 53 - **[feature]** |
| 54 Provide an ``AWS`` namespace to retrieve some AWS instance metadata. | 54 Provide an ``AWS`` namespace to retrieve some AWS instance metadata. |
| 55 | 55 |
| 56 | 56 |
| 57 0.11 (2020-10-05) | 57 0.11 (2020-10-05) |
| 58 ~~~~~~~~~~~~~~~~~ | 58 ~~~~~~~~~~~~~~~~~ |
| 59 | 59 |
| 60 - **[feature]** | 60 - **[feature]** |
| 61 Allow the deletion of key-value pairs while merging configurations. | 61 Allow the deletion of key-value pairs while merging configurations. |
| 94 ~~~~~~~~~~~~~~~~~~ | 94 ~~~~~~~~~~~~~~~~~~ |
| 95 | 95 |
| 96 - **[bugfix]** | 96 - **[bugfix]** |
| 97 Allow non-string keys when merging configurations. | 97 Allow non-string keys when merging configurations. |
| 98 | 98 |
| 99 | 99 |
| 100 0.8 (2020-07-08) | 100 0.8 (2020-07-08) |
| 101 ~~~~~~~~~~~~~~~~ | 101 ~~~~~~~~~~~~~~~~ |
| 102 | 102 |
| 103 - **[breaking] [feature]** | 103 - **[breaking] [feature]** |
| 104 Do not implicitely convert a configuration value to text if the | 104 Do not implicitely convert a configuration value to text if the |
| 216 | 216 |
| 217 - **[feature]** | 217 - **[feature]** |
| 218 Support JSON formatted files as configuration files also (suffix | 218 Support JSON formatted files as configuration files also (suffix |
| 219 ".json"). | 219 ".json"). |
| 220 | 220 |
| 221 - **[feature]** | 221 - **[feature]** |
| 222 Allow custom configuration filename extensions and custom loaders | 222 Allow custom configuration filename extensions and custom loaders |
| 223 that can handle custom configuration file syntax styles. | 223 that can handle custom configuration file syntax styles. |
| 224 | 224 |
| 225 | 225 |
| 226 0.5 (2016-04-19) | 226 0.5 (2016-04-19) |
