Skip to content

Releases: IndiePitcher/indiepitcher-swift

1.4.0

23 Dec 21:29
Compare
Choose a tag to compare

Make API URL configurable

Full Changelog: 1.3.0...1.4.0

1.3.0

19 Dec 19:14
Compare
Choose a tag to compare
  • All send email API calls allow overwrite of the default open and link tracking settings you specify for your project.
  • All data transfer objects (DTOs) are now marked as sendable.

Full Changelog: 1.2.3...1.3.0

1.2.3

13 Dec 14:38
Compare
Choose a tag to compare

Fix update many contacts failing on 400 error

Full Changelog: 1.2.2...1.2.3

1.2.2

08 Dec 12:58
Compare
Choose a tag to compare

Don't try to parse the body JSON of responses with status code 3xx

Full Changelog: 1.2.1...1.2.2

1.2.1

17 Nov 16:05
Compare
Choose a tag to compare

Just some updates to the documentation. No changes in the actual code.

Full Changelog: 1.2.0...1.2.1

1.2.0

25 Oct 11:35
Compare
Choose a tag to compare

Better errors

Full Changelog: 1.1.0...1.2.0

1.1.0

01 Oct 08:33
6ffaacb
Compare
Choose a tag to compare
  • Use shared http client implicitly be default
  • IndiePitcher is now Sendable and can be passed around

Full Changelog: 1.0.1...1.1.0

Fix compilation error on linux

14 Sep 14:24
Compare
Choose a tag to compare
1.0.1

fix imports

1.0.0

12 Sep 17:53
a9b1984
Compare
Choose a tag to compare
  • Removed dependency on Vapor framework
    • The SDK can now be used with other frameworks such as Hummingbird or AWS Lambda
  • Added ignoreListSubscriptionsWhenUpdating go CreateContact

0.2.0

28 Aug 20:48
Compare
Choose a tag to compare
update some comments