Comparing version 0.3.0 to 0.4.0
{ | ||
"name": "toc", | ||
"description": "Linkify HTML headers and generate a TOC.", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"homepage": "https://github.com/cowboy/node-toc", | ||
@@ -31,13 +31,13 @@ "author": { | ||
"devDependencies": { | ||
"grunt-contrib-jshint": "~0.1.1", | ||
"grunt-contrib-nodeunit": "~0.1.2", | ||
"grunt-contrib-watch": "~0.2.0", | ||
"grunt": "~0.4.0" | ||
"grunt-contrib-jshint": "~0.8.0", | ||
"grunt-contrib-nodeunit": "~0.3.0", | ||
"grunt-contrib-watch": "~0.5.3", | ||
"grunt": "~0.4.2" | ||
}, | ||
"keywords": [], | ||
"dependencies": { | ||
"slug": "~0.2.2", | ||
"entities": "~0.2.0", | ||
"lodash": "~1.0.1" | ||
"slug": "~0.4.2", | ||
"entities": "~0.5.0", | ||
"lodash": "~2.4.1" | ||
} | ||
} |
@@ -104,4 +104,5 @@ # toc [![Build Status](https://secure.travis-ci.org/cowboy/node-toc.png?branch=master)](http://travis-ci.org/cowboy/node-toc) | ||
## Release History | ||
2014-02-28 - v0.4.0 - Updated a bunch of dependencies. Functionality shouldn't change, and all test pass, but YMMV. | ||
2013-03-08 - v0.3.0 - Separated `.process` method internals into `.anchorize` and `.toc` methods. Renamed `toc` template option to `TOC`. | ||
2013-03-07 - v0.2.0 - Second official release. Minor changes. | ||
2013-03-07 - v0.1.0 - First official release. |
Sorry, the diff of this file is not supported yet
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
20451
108
+ Addedentities@0.5.0(transitive)
+ Addedlodash@2.4.2(transitive)
+ Addedslug@0.4.2(transitive)
- Removedentities@0.2.2(transitive)
- Removedlodash@1.0.2(transitive)
- Removedslug@0.2.2(transitive)
Updatedentities@~0.5.0
Updatedlodash@~2.4.1
Updatedslug@~0.4.2