schoero / swissqrbill

Swiss QR Bill generation in Node.js and browsers
MIT License
157 stars 29 forks source link

Roadmap to v4 #414

Closed schoero closed 11 months ago

schoero commented 1 year ago

This issue is meant to summarize the planned changes for v4 and track its progress.

Goals:

Todo:

skch-17 commented 1 year ago

@schoero Just wanted to let you know that currently in v4 the addContent (swissCrossBackground and scissors) seams not to work. At least in my version. I changed it back to doc.path and it worked again. Careful the strings are not an svg path they need to be replaced as well. (Master branch has the right thing)

schoero commented 1 year ago

Thanks for pointing that out @skch-17. We switched to addContent for performance reasons #384. But the scissors and swiss cross contained invalid data. I have fixed it now and also improved the testing behavior, so that this kind of problems will be caught in future.

schoero commented 11 months ago

SwissQRBill v4.0.0 is now finally released 🎉