Skip to content

Commit

Permalink
Mark release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Jan 13, 2015
1 parent 9fdb21b commit 0a9bfa8
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
3 changes: 3 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ katspaugh
Marijn Haverbeke
Matthias Dahl
MetaMemoryT
Michał Grzejszczak
Miguel Castillo
Mihai Bazon
Mounir Lamouri
Expand All @@ -30,9 +31,11 @@ Nick Malaguti
Nicolas Petton
Nico Weber
othree
Paul Bakker
Paul Verest
Peter Farland
Quinn Slack
Randy Edmunds
Reuben Thomas
Ryan Stewart
SAKURAI Masashi
Expand Down
13 changes: 13 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,19 @@ <h2><a id="docs"></a>Documentation</h2>

<h2><a id="releases"></a>Release history</h2>

<p class="release">13-01-2015: <a href="https://github.com/marijnh/tern/tree/0.8.0">Version 0.8</a></p>

<ul class="release-note">
<li>Support <code>@self</code> and <code>@typedef</code> in doc_comments plugin</li>
<li>Improved purging of stale properties on file reload</li>
<li>Much improved completion of properties in object literals</li>
<li>Added <code>fullDocs</code> option to retrieve entire doc comment blocks</li>
<li>Improved support for <code>defineProperty</code> and getter/setter properties</li>
<li>Support deleting files through requests to the server</li>
<li>Support <code>module</code> object in RequireJS's simplified CommonJS mode</li>
<li>Various small bugfixes (<a href="https://github.com/marijnh/tern/compare/0.7.0...0.8.0">full list of patches</a>)</li>
</ul>

<p class="release">14-08-2014: <a href="https://github.com/marijnh/tern/tree/0.7.0">Version 0.7</a></p>

<ul class="release-note">
Expand Down
2 changes: 1 addition & 1 deletion lib/tern.js
Original file line number Diff line number Diff line change
Expand Up @@ -991,5 +991,5 @@
return {files: srv.files.map(function(f){return f.name;})};
}

exports.version = "0.7.1";
exports.version = "0.8.0";
});
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tern",
"license": "MIT",
"version": "0.7.1",
"version": "0.8.0",
"author": "Marijn Haverbeke <marijnh@gmail.com>",
"description": "A JavaScript code analyzer for deep, cross-editor language support",
"main": "lib/tern.js",
Expand Down

0 comments on commit 0a9bfa8

Please sign in to comment.