Skip to content

Commit

Permalink
Merge pull request #197 from hasezoey/update
Browse files Browse the repository at this point in the history
  • Loading branch information
Twipped committed Sep 7, 2022
2 parents 8b75a86 + e05de4f commit 22e6026
Show file tree
Hide file tree
Showing 15 changed files with 485 additions and 160 deletions.
11 changes: 11 additions & 0 deletions .editorconfig
@@ -0,0 +1,11 @@
root = true

[*.{ts, js}]
end_of_line = lf
insert_final_newline = true
indent_size = 2
indent_style = space

[*.{yml, yaml, json}]
indent_style = space
indent_size = 2
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -2,3 +2,4 @@
.DS_Store
docs
node_modules
yarn.lock
6 changes: 0 additions & 6 deletions .gitmodules

This file was deleted.

2 changes: 2 additions & 0 deletions .mocharc.yml
@@ -0,0 +1,2 @@
ui: exports
reporter: dot
66 changes: 32 additions & 34 deletions History.md
Expand Up @@ -19,7 +19,6 @@
* DevDeps: mocha@3.0.2
* DevDeps: should@11.0.0


0.8.1 / 2016-03-29
==================

Expand Down Expand Up @@ -117,108 +116,107 @@ Context parsing has been re-factored into an array of functions that are iterate
0.4.6 / 2014-07-09
==================

* do not wrap @example contents with markdown
* do not wrap @example contents with markdown

0.4.5 / 2014-07-09
==================

* use marked for markdown rendering
* multiline tags support (@example)
* support for @template, @property, @define, @public, @private, @protected,
@lends, @extends, @implements, @enum, @typedef
* use marked for markdown rendering
* multiline tags support (@example)
* support for @template, @property, @define, @public, @private, @protected,
@lends, @extends, @implements, @enum, @typedef

0.4.4 / 2013-07-28
==================

* add support for variable names containing "$". fix #102
* add support for variable names containing "$". fix #102

0.4.3 / 2013-03-18
==================

* fix dox(1) --version. Closes #91
* fix ctx.string on properties of a prototype
* add support tab-indented comments
* fix dox(1) --version. Closes #91
* fix ctx.string on properties of a prototype
* add support tab-indented comments

0.4.2 / 2013-01-18
==================

* Prevent error when using --api & comments have no example code.
* Prevent error when using --api & comments have no example code.

0.4.1 / 2012-11-11
==================

* change # to . in --api
* change # to . in --api

0.4.0 / 2012-11-09
==================

* add TOC to --api. Closes #72
* add gfm code blocks. Closes #71
* remove implicit titles. Closes #70
* add TOC to --api. Closes #72
* add gfm code blocks. Closes #71
* remove implicit titles. Closes #70

0.3.3 / 2012-10-16
==================

* fix --api .receiver
* fix --api .receiver

0.3.2 / 2012-10-01
==================

* add dox --api
* add dox --api

0.3.1 / 2012-04-25
==================

* Fixed annoying title bug
* Fixed annoying title bug

0.3.0 / 2012-03-27
==================

* Added __@memberOf__ [olivernn]
* Added __@arguments__ [olivernn]
* Added __@borrows__ [olivernn]
* Added __@memberOf__ [olivernn]
* Added __@arguments__ [olivernn]
* Added __@borrows__ [olivernn]

0.2.0 / 2012-02-23
==================

* Added `-r, --raw` support. Closes #48
* Added `-r, --raw` support. Closes #48

0.1.3 / 2011-12-08
==================

* Added: allow arbitrary tags [logicalparadox]
* Fixed function whitespace [TooTallNate]
* Added: allow arbitrary tags [logicalparadox]
* Fixed function whitespace [TooTallNate]

0.1.2 / 2011-10-22
==================

* remove html escaping for now
* remove html escaping for now

0.1.1 / 2011-10-10
==================

* Fixed: colons in comment lines not intended as headers [Evan Owen]
* Fixed: colons in comment lines not intended as headers [Evan Owen]

0.0.5 / 2011-03-02
==================

* Adding "main" to package descriptor since "directories" are no longer supported.
* Adding "main" to package descriptor since "directories" are no longer supported.

0.0.4 / 2011-01-20
==================

* Added `--intro` support for including an intro file written in markdown [Alex Young]
* Added `--intro` support for including an intro file written in markdown [Alex Young]

0.0.3 / 2010-07-15
==================

* Linked h2s
* Linked h2s

0.0.2 / 2010-07-15
==================

* Collapsing files, click to open. Closes #19
* Fixed ribbon position instead of absolute
* Removed menu
* Removed node-discount dependency, using markdown-js

* Collapsing files, click to open. Closes #19
* Fixed ribbon position instead of absolute
* Removed menu
* Removed node-discount dependency, using markdown-js
11 changes: 0 additions & 11 deletions Makefile

This file was deleted.

0 comments on commit 22e6026

Please sign in to comment.