Comparing version 3.1.0 to 3.1.1
@@ -0,4 +1,23 @@ | ||
<a name="3.1.1"></a> | ||
## 3.1.1 (2016-10-04) | ||
* Change ms dep in favour of pretty-ms ([1ede313](https://github.com/achohq/acho/commit/1ede313)) | ||
* Removed typo ([d747872](https://github.com/achohq/acho/commit/d747872)) | ||
* Update ([0ca4660](https://github.com/achohq/acho/commit/0ca4660)) | ||
<a name="3.1.0"></a> | ||
# 3.1.0 (2016-09-29) | ||
### Minor | ||
* Expose defaults under `Acho.defaults`. | ||
* Configurable `timestamp` passing a `Number` (Previously it was a `Boolean`). | ||
* Drop 0.12 and 0.10 support. Remove polyfill dependency. | ||
* Remove `strip-ansi`. | ||
* Little `Date` optimization. | ||
### Commits | ||
* Add coverage ([1aa6461](https://github.com/achohq/acho/commit/1aa6461)) | ||
@@ -410,4 +429,1 @@ * Add files section ([8bd39a6](https://github.com/achohq/acho/commit/8bd39a6)) | ||
* updated ([68b5472](https://github.com/kikobeats/acho/commit/68b5472)) | ||
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://github.com/achohq/acho", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"main": "./index.js", | ||
@@ -32,3 +32,3 @@ "author": { | ||
"lodash.defaults": "~4.2.0", | ||
"ms": "~0.7.1" | ||
"pretty-ms": "~2.1.0" | ||
}, | ||
@@ -35,0 +35,0 @@ "devDependencies": { |
@@ -69,3 +69,3 @@ # acho | ||
I don't use personally use AMD, so I can't conjure an example, but it should work fine as well. | ||
I don't personally use AMD, so I can't conjure an example, but it should work fine as well. | ||
@@ -72,0 +72,0 @@ It's time to use it! |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
36873
1
+ Addedpretty-ms@~2.1.0
+ Addedis-finite@1.1.0(transitive)
+ Addedparse-ms@1.0.1(transitive)
+ Addedplur@1.0.0(transitive)
+ Addedpretty-ms@2.1.0(transitive)
- Removedms@~0.7.1
- Removedms@0.7.3(transitive)