Skip to content

v1.6.0

Compare
Choose a tag to compare
@KirianCaumes KirianCaumes released this 11 Feb 17:56
· 48 commits to master since this release
  • Removed Enumerations in favor of Union Types da49c36

⚠️ Breaking changes:

  • All the Enumerations have been removed in favor of Union Types
    • ECurrency to CurrencyType
    • EFormatDescription to FormatDescriptionType
    • EFormat to FormatType
    • EFrom to FromType
    • EGenre to GenreType
    • ELang to LangType
    • EMediaCondition to ConditionType
    • ESort to SortType
    • EStyle to StyleType
    • EType to SearchTypeType
  • All the Interfaces have been removed in favor of Types
    • IInput to InputType
    • IYears moved inside InputType
    • IOutputSuccess to OutputSuccessType
    • IItem moved inside OutputSuccessType
    • IOutputError to OutputErrorType

See the updated examples in Readme if needed.

v1.5.2...v1.6.0