You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See the guide on [getting started with swagger](https://github.com/wordnik/swagger-core/wiki/Adding-Swagger-to-your-API) to get started with adding swagger to your API.
8
19
9
20
## Overview
10
21
This is a project to build the swagger-core library, which is required for the Wordnik
Swagger-core v1.3.0 has been released! There are changes in the specification itself, which you can read in the [spec transition](https://github.com/wordnik/swagger-core/wiki/1.2-transition). Migration
29
+
guides for the supported server integrations are being worked on now.
30
+
31
+
### v1.3.0 Aug-12 2013
32
+
33
+
<li>- Added JSON-schema draft-4 support for models
34
+
35
+
<li>- Support for polymorphic models with discriminiators, subtypes
36
+
37
+
<li>- Added apiInfo so top-level API information can be annotated in both swagger-ui and elsewhere
38
+
39
+
<li>- Released swagger-spec 1.2
40
+
41
+
<li>- Pluggable readers for scanning classes, model introspection, config reading
42
+
43
+
<li>- Simplified overriding of model introspection
44
+
45
+
<li>- Support for consumes, produces, protocols, authentications
46
+
47
+
<li>- oAuth support in spec
48
+
49
+
<li>- Support for raw servlet integration
50
+
51
+
<li>- Resource, operation, model property ordering
52
+
53
+
<li>- Polymorphic model support
54
+
55
+
### v1.2.5 Jun-19 2013
56
+
<li>- Fixes for generic objects
57
+
58
+
### v1.2.4 Jun-5 2013
59
+
<li>- Fixed `@Api` paths with slashes
60
+
61
+
<li>- Added support for model detection with deep recursion (#176)
62
+
63
+
<li>- i18n support (#190)
64
+
65
+
<li>- Master is now `stable`
66
+
17
67
### v1.2.3 Apr-24 2013
18
68
19
69
<li>- Updated to Jackson 2.1.4
@@ -81,7 +131,7 @@ You need the following installed and available in your $PATH:
81
131
82
132
<li>- Scala 2.9.1-1 [available here](http://www.scala-lang.org). Note that 2.9.1 has a defect which causes problems with Jax-RS
83
133
84
-
### To build from source (currently 1.2.4-SNAPSHOT)
134
+
### To build from source (currently 1.2.4)
85
135
```
86
136
# first time building locally
87
137
mvn -N
@@ -152,4 +202,4 @@ Unless required by applicable law or agreed to in writing, software
152
202
distributed under the License is distributed on an "AS IS" BASIS,
153
203
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
154
204
See the License for the specific language governing permissions and
0 commit comments