Skip to content

Releases: Foxy/foxy-sdk

v1.4.0

25 May 23:18
1a76e43
Compare
Choose a tag to compare

1.4.0 (2021-05-25)

Bug Fixes

  • adapt Customer.getNextTransactionDateConstraints for snake_case customer portal settings format in customer api (282cd6c)
  • add missing customer portal settings typedefs for customer sdk (90188e2)
  • add missing links to customer bookmark typedef (db71fa7)
  • fix error message formatting in BooleanSelector (259862a)
  • fix selector specificity issues in Core.BooleanSelector (86ee794)
  • fix transaction template curie and self link in customer typedefs (bda7a70)
  • fix typedefs for followable embeds (eff8c2f)
  • improve option types in Backend.getAllowedFrequencies (6b208ca)
  • improve option types in Backend.isNextTransactionDate (64954b5)
  • use correct esm import path in Core.API (53e7f9c)

Features

  • add Customer.getAllowedFrequencies utility (6b2e70f)
  • add Customer.isNextTransactionDate utility (87e9376)
  • add support for wildcards in sets to BooleanSelector (d1babf2)
  • allow complex ids in booleanSelector.zoom() (eb887f6)
  • re-export Backend.getNextTransactionDateConstraints and Backend.getTimeFromFrequency utilities in customer sdk (edacff2)
  • run nucleon v8n after fetch (d108157)
  • save network failures to context in Nucleon (ad66f1d)

v1.4.0-beta.5

20 May 13:36
eff8c2f
Compare
Choose a tag to compare
v1.4.0-beta.5 Pre-release
Pre-release

1.4.0-beta.5 (2021-05-20)

Bug Fixes

  • fix selector specificity issues in Core.BooleanSelector (86ee794)
  • fix transaction template curie and self link in customer typedefs (bda7a70)
  • fix typedefs for followable embeds (eff8c2f)

v1.4.0-beta.4

07 May 16:29
eb887f6
Compare
Choose a tag to compare
v1.4.0-beta.4 Pre-release
Pre-release

1.4.0-beta.4 (2021-05-07)

Bug Fixes

  • add missing links to customer bookmark typedef (db71fa7)
  • fix error message formatting in BooleanSelector (259862a)

Features

  • add support for wildcards in sets to BooleanSelector (d1babf2)
  • allow complex ids in booleanSelector.zoom() (eb887f6)
  • save network failures to context in Nucleon (ad66f1d)

v1.4.0-beta.3

27 Apr 14:05
d108157
Compare
Choose a tag to compare
v1.4.0-beta.3 Pre-release
Pre-release

1.4.0-beta.3 (2021-04-27)

Features

  • run nucleon v8n after fetch (d108157)

v1.4.0-beta.2

26 Apr 17:04
2c31c0f
Compare
Choose a tag to compare
v1.4.0-beta.2 Pre-release
Pre-release

1.4.0-beta.2 (2021-04-26)

Bug Fixes

  • adapt Customer.getNextTransactionDateConstraints for snake_case customer portal settings format in customer api (282cd6c)

v1.4.0-beta.1

26 Apr 14:33
53e7f9c
Compare
Choose a tag to compare
v1.4.0-beta.1 Pre-release
Pre-release

1.4.0-beta.1 (2021-04-26)

Bug Fixes

  • add missing customer portal settings typedefs for customer sdk (90188e2)
  • improve option types in Backend.getAllowedFrequencies (6b208ca)
  • improve option types in Backend.isNextTransactionDate (64954b5)
  • use correct esm import path in Core.API (53e7f9c)

Features

  • add Customer.getAllowedFrequencies utility (6b2e70f)
  • add Customer.isNextTransactionDate utility (87e9376)
  • re-export Backend.getNextTransactionDateConstraints and Backend.getTimeFromFrequency utilities in customer sdk (edacff2)

v1.3.0

20 Apr 22:45
9e79afe
Compare
Choose a tag to compare

1.3.0 (2021-04-20)

Features

  • add Core.BooleanSelector utility

v1.3.0-beta.2

19 Apr 20:13
3ddc981
Compare
Choose a tag to compare
v1.3.0-beta.2 Pre-release
Pre-release

1.3.0-beta.2 (2021-04-19)

Features

  • add .toAttribute() helper method to BooleanSelector (1e59eb1)
  • add BooleanSelector.False singleton (f96b412)
  • add BooleanSelector.fromAttribute() helper method (3ddc981)
  • add BooleanSelector.True singleton (8c1656d)

v1.3.0-beta.1

16 Apr 22:42
7d22b6b
Compare
Choose a tag to compare
v1.3.0-beta.1 Pre-release
Pre-release

1.3.0-beta.1 (2021-04-16)

Features

  • add Core.BooleanSelector utility (7d22b6b)

v1.2.0

08 Apr 22:12
893fb04
Compare
Choose a tag to compare

1.2.0 (2021-04-08)

Bug Fixes

  • make sure .fetch() supports Request instances (c4b8dde)

Features

  • expose polyfilled fetch api classes on core.api (3f1b22f)