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

Unified Diff: pkg/analysis_server/tool/spec/spec_input.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 | « pkg/analysis_server/test/domain_server_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/tool/spec/spec_input.html
diff --git a/pkg/analysis_server/tool/spec/spec_input.html b/pkg/analysis_server/tool/spec/spec_input.html
index 3cbf39d525272911f0ee4f698bb7d5497c19ad97..562b853e3ee57ac15039f3fb5a23220943ee5fad 100644
--- a/pkg/analysis_server/tool/spec/spec_input.html
+++ b/pkg/analysis_server/tool/spec/spec_input.html
@@ -1,3 +1,4 @@
+
<html>
<head>
<meta charset="UTF-8"/>
@@ -5,12 +6,13 @@
</head>
<body>
<h1>Analysis Server API Specification</h1>
- <h1 style="color:#999999">WORKING DRAFT - Version <version>0.3</version></h1>
+ <h1 style="color:#999999">Version <version>1.0.0</version></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 | « pkg/analysis_server/test/domain_server_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698