Skip to content

Fix ConfigReader field names

Pre-release
Pre-release
Compare
Choose a tag to compare
@jakubjanecek jakubjanecek released this 23 Oct 10:48
· 2231 commits to master since this release
5697873

BREAKING CHANGE: The names of public implicit field names with ConfigReader instances were made as unique as possible because any conflict in them breaks user code and is hard to debug (find the problem). Name of the module is used as a prefix even though it seems strange sometimes. Better to be safe than sorry in this case as usually import all ._ is used.