Releases: justdmitry/PassKitHelper
Releases · justdmitry/PassKitHelper
v4.3.0
14 Feb 15:07
Compare
Sorry, something went wrong.
No results found
PassKitOptions.AppleCertificate (WWDRC cert) is not needed anymore, it wasn't used during pass creation. It is marked as [Obsolete] now and will be removed in future versions.
v4.2.0
02 Feb 21:43
Compare
Sorry, something went wrong.
No results found
Do not require Apple cert when sending push notifications (thanks @oliverw )
v4.1.0
02 Feb 21:01
Compare
Sorry, something went wrong.
No results found
v4.0.0
13 Dec 11:33
Compare
Sorry, something went wrong.
No results found
Switch to System.Text.Json for net6.0 and higher (but still use Newtonsoft.Json for netstandard2.0);
BREAKING: Rename tuple element names (use correct casing) in IPassKitService: you may need to update names in your code too.
v3.5.0
13 Dec 11:31
Compare
Sorry, something went wrong.
No results found
Add SharingProhibited and SuppressStripShine extension methods.
v3.4.0
13 Dec 11:30
Compare
Sorry, something went wrong.
No results found
Update packages;
Add support for net9.0.
v3.3.0
13 Dec 11:30
Compare
Sorry, something went wrong.
No results found
Drop support for netcoreapp3.1;
Add support for net8.0
v3.2.1: @3X image files support
24 Apr 11:35
Compare
Sorry, something went wrong.
No results found
New: extension methods for adding @3x images into pass package file (Logo3X, Strip3X etc).
Thanks Andreas for #21 !
v3.1
17 Oct 07:35
Compare
Sorry, something went wrong.
No results found
Additional overloads for PassBuilder: DataDetectorTypes(), TextAlignment(), Add() with DataDetectorType/NumberStyle
net6.0 added into target frameworks list
v3.0
17 Oct 07:29
Compare
Sorry, something went wrong.
No results found
New PassKitHelper for easy webapp integration.