Skip to content

v3.0.0

Latest
Compare
Choose a tag to compare
@aphistic aphistic released this 29 Apr 23:17
be4a29d

Added

  • Added LoadError to be returned when loading fails. #17
  • Added PostLoadError to be returned when a config struct's PostLoad hook fails. #17
  • Added SerializeError to be returned when value serialization into a config struct field fails. #17

Removed

  • Config.PostLoad was removed from the public API. #17

Changed

  • Config struct PostLoad hooks are now automatically called by Config.Load. #17