Comparing version 0.4.5 to 1.0.0
@@ -0,1 +1,6 @@ | ||
1.0.0 / 2014-09-17 | ||
================== | ||
* No changes | ||
0.4.5 / 2014-09-09 | ||
@@ -2,0 +7,0 @@ ================== |
{ | ||
"name": "depd", | ||
"description": "Deprecate all the things", | ||
"version": "0.4.5", | ||
"version": "1.0.0", | ||
"author": "Douglas Christopher Wilson <doug@somethingdoug.com>", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
@@ -8,3 +8,3 @@ # depd | ||
[![Coverage Status][coveralls-image]][coveralls-url] | ||
[![Gittip][gittip-image]][gittip-url] | ||
[![Gratipay][gratipay-image]][gratipay-url] | ||
@@ -29,3 +29,3 @@ Deprecate all the things | ||
This library goes above and beyond with deprecation warnings by | ||
introspecting the call stack (but only the bits that it is interested | ||
introspection of the call stack (but only the bits that it is interested | ||
in). | ||
@@ -43,2 +43,7 @@ | ||
**NOTE** this library has a similar interface to the `debug` module, and | ||
this module uses the calling file to get the boundary for the call stacks, | ||
so you should always create a new `deprecate` object in each file and not | ||
within some central file. | ||
### depd(namespace) | ||
@@ -268,3 +273,3 @@ | ||
[node-url]: http://nodejs.org/download/ | ||
[gittip-image]: https://img.shields.io/gittip/dougwilson.svg?style=flat | ||
[gittip-url]: https://www.gittip.com/dougwilson/ | ||
[gratipay-image]: https://img.shields.io/gratipay/dougwilson.svg?style=flat | ||
[gratipay-url]: https://www.gratipay.com/dougwilson/ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
27674
1
272