zemuldo / iso_8583

:credit_card::moneybag: JavaScript library for iso 8583 messaging. Handles message validation & conversion between interfaces using iso 8583 standard. Contributors are welcome.
https://zemuldo.github.io/iso_8583/
MIT License
89 stars 53 forks source link

Typescript #129

Open jlaustill opened 1 year ago

jlaustill commented 1 year ago

I noticed the current main is written in typescript with a beta 3 version. The newest version released is 2.6.7, and not written in typescript. Is there a timeline for releasing 3.0? Is there anything I can do to help get it there?

zemuldo commented 1 year ago

Hi, I have written the new version in TS but its not well tested. Types have not been written for some of the components. Its time I have not gotten lately. Happy to get help with writing types. TypeScript is also meant to smoke out bugs in the code.