- Disentangle the reading of YAML files from the Configuration object
- Make it so using config names as yaml tags in any case other than document tags is now deprecated
- Make it so using the !type: was replaced by !. Now, !type: is reserved for type hinting. !type: will still work until the next release, but will print a warning
- Solve various bugs and perform minor code improvements