Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(117)

Unified Diff: pkg/analysis_server/doc/api.html

Issue 881873002: Change server API version to 1.0.0 for clients (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | pkg/analysis_server/lib/src/analysis_server.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/doc/api.html
diff --git a/pkg/analysis_server/doc/api.html b/pkg/analysis_server/doc/api.html
index e57ffbd0f6328d6d5e61d766c8840e1217debf70..df181453d3e7565f5be1416cfa2f9f63296dd2a4 100644
--- a/pkg/analysis_server/doc/api.html
+++ b/pkg/analysis_server/doc/api.html
@@ -43,12 +43,13 @@ dt.typeDefinition {
</style></head>
<body>
<h1>Analysis Server API Specification</h1>
- <h1 style="color:#999999">WORKING DRAFT - Version 0.3</h1>
+ <h1 style="color:#999999">Version 1.0.0</h1>
<p>
- This document contains a specification of the API provided by
- the analysis server. The API in this document is currently under
- development and should be expected to change. In some cases
- those changes will be substantial.
+ This document contains a specification of the API provided by the
+ analysis server. The API in this document is currently under
+ development. Changes to the API will be accompanied by an update to the
+ protocol version number according to the principles of semantic
+ versioning <a href="http://semver.org/">http://semver.org/</a>.
</p>
<h2>Overview</h2>
<p>
« no previous file with comments | « no previous file | pkg/analysis_server/lib/src/analysis_server.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698