Git Product home page Git Product logo

Comments (7)

fresc81 avatar fresc81 commented on June 27, 2024

I think for releasing 1.0.0 we still need proper docs and tests. What do you mean by easier? Is there a difference how npm handles versions smaller then 1.0?

from node-winreg.

feross avatar feross commented on June 27, 2024

Yeah, so npm handles version ranges with the caret ^ prefix by default. For example: ^0.0.16.

The rules for versions less than 1.0.0 pretty unintuitive, so it's recommended to start at 1.0.0. That way the rules are simple: ^1.0.0 will install anything that's 1.x.x.

from node-winreg.

feross avatar feross commented on June 27, 2024

Also, the npm teams says that if your package has users it should probably already be 1.0.0 :)

Anyway, great work with this.

from node-winreg.

feross avatar feross commented on June 27, 2024

Another reason to release 1.0.0 is that it's obvious that there are no breaking changes until you release 2.0.0. Right now, every time you do a point release, users need to look at the commit log because there's no guarantee that 0.0.18 won't break code written assuming 0.0.17.

from node-winreg.

fresc81 avatar fresc81 commented on June 27, 2024

I guess this is just my way of telling you that this project is not yet ready for production usage. For me a project is ready to be released if its working AND it is documented. At the moment winreg doesn't have proper API docs and the readme file is a mess. But I'm working on it right now. So I hope i can release it as 1.0.0 this evening.

from node-winreg.

fresc81 avatar fresc81 commented on June 27, 2024

here you go 👍 thank you

from node-winreg.

feross avatar feross commented on June 27, 2024

Nice work!

from node-winreg.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.