arhs / iban.js

IBAN & BBAN validation, formatting and conversion in Javascript
https://arhs.github.io/iban.js/
MIT License
535 stars 130 forks source link

Version number #79

Open reckter opened 4 years ago

reckter commented 4 years ago

Hey,

This packages is quite mature, and fairly settled as it seems (0.0.1 came out 6 years ago). The current version is 0.0.14, which at first glance seems like this is still in early development, and potentially detours adopters. I would suggest releasing an official 1.0.0, so the version number more clearly reflects the maturity of the library.

I would also suggest following Semver from that point on, as it's a very established versioning theme in the node community.

Cheers, Hannes