Skip to content

v3.0.0

Latest
Compare
Choose a tag to compare
@james-nesbitt james-nesbitt released this 09 Apr 19:44
· 2 commits to main since this release
81223a6

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.