moll / js-must

An assertion library for JavaScript and Node.js with a friendly BDD syntax (awesome.must.be.true()). It ships with many expressive matchers and is test runner and framework agnostic. Follows RFC 2119 with its use of MUST. Good stuff and well tested.
Other
336 stars 35 forks source link

NPM version #62

Open GIorfindel opened 7 years ago

GIorfindel commented 7 years ago

Hi, I noticed that your package is on a version below 1.0.0. Nowadays, npm init initializes the version to 1.0.0 and being below it can be strange and scare people willing to use it. Such packages are displayed with an orange background instead of a green one and people could think that your package is unstable. Maybe you should change your version to 1.0.0?

moll commented 7 years ago

Hey! I definitely should. I've just been procrastinating finishing a thing or two off that I could then, with v1, introduce as breaking changes. Mostly been just about Must.prototype.keys and the difference between require("must/register") and require("must"), the latter not extending Object.prototype by default and the former doing so.

GIorfindel commented 7 years ago

Thanks for the reply. Now i understand, you are totally right.