BREAKING CHANGE
- loaded.get no longer accepts exception_if_missing
- loaded.get now accepts a
default
value which prevents an exception and returns the default - you can still use loaded.has() for true test on if a key exists.
BREAKING CHANGE
default
value which prevents an exception and returns the default