This commit is contained in:
Simon Priet
2021-09-05 22:53:58 +02:00
commit 9e2991e668
17888 changed files with 1263126 additions and 0 deletions

24
node_modules/duration/CHANGES generated vendored Normal file
View File

@@ -0,0 +1,24 @@
-- For new changelog see CHANGELOG.md
v0.2.0 -- 2014.04.27
* Move main module from lib/duration.js to index.js
* Remove Makefile (it's cross environment package)
* Update to use latest versions of dependencies
v0.1.4 -- 2013.01.03
* Threshold option for default toString modes
v0.1.3 -- 2013.01.02
* Fix documentation of npm install command
v0.1.2 -- 2012.11.10
* Fix handling of negative durations (when to is older than from)
v0.1.1 -- 2012.10.04
Maintanance
* Rename lib/index.js to lib/duration.js
* Lint cleanup
* Upgrade es5-ext
v0.1.0 -- 2012.05.28
* Initial version (derived from es5-ext project)