alexandercerutti / passkit-generator

The easiest way to generate custom Apple Wallet passes in Node.js
MIT License
873 stars 108 forks source link

v3.2 Checklist #206

Closed alexandercerutti closed 4 days ago

alexandercerutti commented 4 months ago

Feel free to comment if you think something else should be added or changed (no breaking changes)

Latest 3.2 version released:

safonovklim commented 1 month ago

Hey @alexandercerutti

Is there a way to support Apple Wallet Orders? API + Webserver looks pretty much similar https://developer.apple.com/documentation/walletorders

alexandercerutti commented 1 month ago

Hi @safonovklim !

No support to orders is to be expected in passkit-generator.

However I was intended to create a whole new package to issue orders by publishing and sharing base components of this package.

I'm focused on other OSS projects right now, but I wanted to start working on this with the release of v4, which will be ESM only and bring a little changes.

No ETA yet for both v4 and Orders as I know almost nothing about Wallet Orders.

However, if you'd like an implementation of them, I'll take it in consideration to give it some priority.

kpeatt commented 1 month ago

@alexandercerutti Thanks so much for this package! I'm also throwing my hat in the ring for Wallet Orders support. I'm going to try to implement it separately for now but I'd love to generate them the same way this works.

alexandercerutti commented 1 month ago

Thanks for the feedback @kpeatt!

alexandercerutti commented 4 days ago

has been released! 🎉

Enjoy! And let me know if something is wrong.

Now it is time to proceed with building with v4.0.0, which will bring a few breaking changes. Let me know here below if you want to be involved to give me help and some opinions.

Once v4.0.0 will be ready, it will be time to build a new package for orders.

I'll proceed opening a new issue with what I think v4.0.0 should include.