Skip to content

v1.1.0

Compare
Choose a tag to compare
@abjerner abjerner released this 26 Sep 11:10
· 13 commits to v1/main since this release

Installation

Breaking changes

  • 🅱️ IReadOnlyList<T> instead of T[] (see 719bea0)
    Where the package have exposes arrays in the past, IReadOnlyList<T> is now exposed instead.

  • 🅱️ Simple value types are now nullables where relevant (see 719bea0)
    This is primarily where the value types are used for specifying a given option. Instead of using 0 og Unspecified for representing unspecified values, these options are now nullables instead.

  • 🅱️ Fixed "end on" naming (see d5ece22)
    The spelling around the endOn parameter was wrong, as it should be endOn instead of onEnd. This is a breaking change as relevant classes, properties and parameters now has been renamed.

Other changes

  • 🆕 Updated Skybrud.Essentials.Http dependency (0e67806)
    This updates the package from v1.0.14 to 1.1.0.

  • 🆕 Added new SiteId property to the TwentyThreeSite class (see 719bea0)
    The JSON specifies the ID of a given site, but the value wasn't exposed in the corresponding TwentyThreeSite class.