Releases: ryantenney/passkit4j
Releases · ryantenney/passkit4j
Passkit4j v2.0.0, with iOS 7 support!
- Add support for iOS 7 passbook features, issue #16
- Improve Javadoc generation, published at http://ryantenney.github.io/passkit4j/docs/
- No arg constructor for fields, issue #14
- Create PassResource and BufferedPassResource
- Create InputStreamSupplier and NamedInputStreamSupplier
- associatedStoreIdentifiers are actually longs, issue #12
- Match the spec a bit better
- Add a constant containing the mime type for pkpass files
- All checked exceptions are now of type PassSigningException
Grab it from Maven:
<dependency>
<groupId>com.ryantenney.passkit4j</groupId>
<artifactId>passkit4j</artifactId>
<version>2.0.0</version>
</dependency>