Skip to content

Commit

Permalink
Update gemspec and README for 2.0.pre3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
nene committed Jul 15, 2011
1 parent 449c205 commit 8be9630
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
14 changes: 13 additions & 1 deletion README.md
Expand Up @@ -159,13 +159,25 @@ reported bugs, submitted patches, and provided a lot of useful input.
Changelog
---------

* 2.0.pre3 - Fixes for the previous pre-release.
* Paging of search results.
* Support opening classes in tree in new tabs in IE and Firefox.
* Include upgraded version of prettifier, fixing formatting in IE.
* New --head-html and --body-html command line options.
* New --local-storage-db command line option.
* Avoid creating case-insensitively same source file names,
preventing duplicate file conflicts in Windows.
* Include missing ExtJS image files.
* Don't exclude static members from singleton classes, simply print
warning about using @static in singleton class.

* 2.0.pre2 - Fixes for the previous pre-release.
* New --stdout command line option.
* Fix opening links in new tabs.
* Few other small bugfixes and enhancements.

* 2.0.pre - Completely overhauled Ext4-themed version.
* Currently in a pre-release state.
* A lot of changes since 0.6 releases.

* 0.6.1 - Bug fixes.
* Fix scrolling to class members in Chrome 12.
Expand Down
4 changes: 2 additions & 2 deletions jsduck.gemspec
Expand Up @@ -2,8 +2,8 @@ Gem::Specification.new do |s|
s.required_rubygems_version = ">= 1.3.7"

s.name = 'jsduck'
s.version = '2.0.pre2'
s.date = '2011-07-06'
s.version = '2.0.pre3'
s.date = '2011-07-15'
s.summary = "Simple JavaScript Duckumentation generator"
s.description = "Documentation generator for ExtJS 4"
s.homepage = "https://github.com/senchalabs/jsduck"
Expand Down

0 comments on commit 8be9630

Please sign in to comment.