You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
breaking change Dropped support for PHP versions prior to 8.
breaking change Adapted interfaces to strict datatypes.
breaking change Created a common constructor in IJsonSerializable accepting only an array and added a create() factory method as replacement for the former constructor. All interfaces inheriting IJsonSerializable therefore changed their constructor too!
breaking change Created a new common class IApiElement for IValue, IStruct, and ITable and flattening the inheritance hierarchy of API interfaces by removing IElement and IArray.
breaking change Created a member interface IMember for IStruct and ITable.
breaking change Removed ICommonConfig class from config inheritance hierarchy and moving the common functions and constants to IConfiguration.