Skip to content

Releases: Relewise/relewise-sdk-php

v2.6.0

11 Dec 11:01
273ddb9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.5.0...v2.6.0

v2.5.0

10 Oct 08:51
7aeb57b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.0...v2.5.0

v2.4.0

20 Sep 12:06
eea1f6a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.0...v2.4.0

v2.3.0

05 Jul 11:41
bfd5bd2
Compare
Choose a tag to compare

What's Changed

  • Added support for generating names from types that are nested multiple levels. by @KSGRelewise in #27
  • Added support for marking class deprecated by @KSGRelewise in #28
  • Added support for making requests that use DateTime by @KSGRelewise in #29
  • Removed unnecessary type definitions by @KSGRelewise in #30
  • Added support for generating classes from read-only structs by @KSGRelewise in #31
  • Bumped version and regenerated types. by @KSGRelewise in #32
  • Added validation that apiKey is not empty when constructing and sending requests. by @KSGRelewise in #33

Full Changelog: v2.2.0...v2.3.0

v2.2.0

27 May 12:13
821cd6f
Compare
Choose a tag to compare

What's Changed

  • Updated NuGet package to version 1.156.0 and regenerated. by @soe-relewise in #26

New Contributors

Full Changelog: v2.1.2...v2.2.0

v2.1.2

10 Jan 15:44
e4ffe0d
Compare
Choose a tag to compare

What's Changed

  • Added way to override which constructor is selected for types and defined specific constructor for Channel by @KSGRelewise in #24
  • Updated NuGet package to version 1.130.0 and regenerated. by @KSGRelewise in #25

Full Changelog: v2.1.1...v2.1.2

v2.1.1

18 Oct 07:49
f9a9c7e
Compare
Choose a tag to compare

What's Changed

  • Fixed that the type-and-name-mappable-parameters constructors had default parameters overwritten. by @KSGRelewise in #23

Full Changelog: v2.1.0...v2.1.1

v2.1.0

03 Oct 07:05
24b457b
Compare
Choose a tag to compare

What's Changed

  • Made strategy to always pick the largest constructor when matching name and type mappable parameters. by @KSGRelewise in #22 (This fixes that $variantUpdateKind was not a required parameter for ProductAdministrativeAction and that $variants and $variantUpdateKind were not required parameters for ProductUpdate)

Full Changelog: v2.0.0...v2.1.0

v2.0.0

29 Aug 09:50
631170a
Compare
Choose a tag to compare

What's Changed

  • Generator updated to support: Nullable persuadable parameters and approximate matching property names by @KSGRelewise in #19
  • Updated NuGet package to version 1.96.0 and regenerated. by @KSGRelewise in #21
  • Generator updated to support: PHPDocs generation + Match constructor on matching type and persuadable name by @KSGRelewise in #20

Full Changelog: v1.3.0...v2.0.0

v1.3.0

24 Jul 14:40
7c67b76
Compare
Choose a tag to compare

What's Changed

  • Added timeout parameter to clients. by @KSGRelewise in #16
  • Fixed that associative arrays were mistakenly a supported type in trailing optional params. by @KSGRelewise in #17
  • Fixed that we had used a non-optional parameter after an optional parameter in the curl client. by @KSGRelewise in #18

Full Changelog: v1.2.0...v1.3.0