Socket
Socket
Sign inDemoInstall

apidoc

Package Overview
Dependencies
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apidoc - npm Package Compare versions

Comparing version 0.7.1 to 0.7.2

5

CHANGELOG.md
# apiDoc Changelog
#### 0.7.2
Bugfix: Custom parsers not working. (https://github.com/apidoc/apidoc/issues/113)
#### 0.7.1

@@ -5,0 +10,0 @@

18

lib/apidoc.js

@@ -150,16 +150,15 @@ var _ = require("underscore");

if (defaults) options = _.defaults(defaults, options);
// Paths
options.dest = path.join(options.dest, "./");
options.template = path.join(options.template, "./");
// Funktionen erweitern / ersetzen
_.defaults(options.logger, app.logger);
_.defaults(options.filters, app.filters);
_.defaults(options.parsers, app.parsers);
_.defaults(options.workers, app.workers);
// Extend with custom functions
app.filters = _.defaults(options.filters, app.filters);
app.parsers = _.defaults(options.parsers, app.parsers);
app.workers = _.defaults(options.workers, app.workers);
// Options
app.options = options;
var packageInfo = new PackageInfo(app);

@@ -209,3 +208,2 @@ var parser = new Parser(app);

/**

@@ -212,0 +210,0 @@ * Output parsed content to files

{
"name": "apidoc",
"version": "0.7.1",
"version": "0.7.2",
"description": "RESTful web API Documentation Generator",

@@ -5,0 +5,0 @@ "author": "Peter Rottmann <rottmann@inveris.de>",

@@ -5,5 +5,4 @@ # apiDoc 0.7.x

### **Important** [markdown](https://help.github.com/articles/markdown-basics) for all description fields is now enabled!
[![Build Status](https://travis-ci.org/apidoc/apidoc.svg?branch=master)](https://travis-ci.org/apidoc/apidoc)
[![NPM version](https://badge.fury.io/js/apidoc.svg)](http://badge.fury.io/js/apidoc)

@@ -107,6 +106,17 @@ Documentation at [apidocjs.com](http://apidocjs.com).

## Help
Please add [issues](https://github.com/apidoc/apidoc/issues) if you have a question or found a problem. Pull requests are welcome too!
A chat about apiDoc is on [Gitter](https://gitter.im/apidoc/talk).
[![Gitter chat](https://badges.gitter.im/apidoc/talk.png)](https://gitter.im/apidoc/talk)
## License
Copyright (c) 2013-2014 inveris OHG
Author Peter Rottmann <rottmann@inveris.de>
Licensed under the MIT license.

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc