versioningnwjs

Why NW.js major version is still 0?


Simple question about versioning numbers related to NW.js.

Why NW.js major version is still 0?


Solution

  • I really don't know. I've been using it since 0.11 and I can say that it should have had major bumps here:

    So if your question is "Is it production ready?" then, yes, since 2013, and you could even argue it was pretty capable back in 2011 when compared to a lot of other modern (2021) efforts.

    If your questions is "Is it stable?" then, yes, since 2016 there have been no breaking changes to the API. Just constant and consistent updates to Chromium and Node.js, and new features being added.

    It seems like they do "minor" bumps any time they update chromium to a new Major number, and do "patch" bumps anytime they update Chromium or Node.js without changing the major Chromium number. Which has at least some logic to it.


    EDIT: I've written a more in depth and detailed article on NW.js versions: