All notable changes to passes
will be documented in this file.
- Add GroupingInfo->groupingId as per docs by @kerattila in chiiya#11
- @kerattila made their first contribution in chiiya#11
Full Changelog: https://github.com/chiiya/passes/compare/0.3.0...0.3.1
- Fix
classReference
being encoded in Google Pass Object JWTs. - Add methods for creating skinny JWTs for Google Pass Objects (e.g.
addSkinnyOfferObject
), which will only include the object ID. See also https://developers.google.com/pay/passes/guides/introduction/typical-api-flows#skinny-jwt
Full Changelog: https://github.com/chiiya/passes/compare/0.2.6...0.3.0
- Fix missing cache initialization by @pazzernick in chiiya#5
- Use strict typing
- @pazzernick made their first contribution in chiiya#5
Full Changelog: https://github.com/chiiya/passes/compare/0.2.5...0.2.6
- Initial release