Skip to content

Commit db4d4f3

Browse files
committed
updated readme
1 parent 2c1c796 commit db4d4f3

File tree

1 file changed

+49
-2
lines changed

1 file changed

+49
-2
lines changed

README.md

Lines changed: 49 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55
## [See the Wiki!](https://github.com/wordnik/swagger-core/wiki)
66
The [github wiki](https://github.com/wordnik/swagger-core/wiki) contains documentation, samples, etc. Start there
77

8+
## Where to get help!
9+
Search the [swagger google groups](https://groups.google.com/forum/#!forum/swagger-swaggersocket) for previously
10+
asked questions. Join #swagger on irc.freenode.net to talk to interesting human beings. And if you find a bug,
11+
file it in github:
12+
13+
* [Swagger core + server itegrations](https://github.com/wordnik/swagger-core/issues) issues
14+
* [Swagger UI](https://github.com/wordnik/swagger-ui/issues)
15+
* [Swagger codegen](https://github.com/wordnik/swagger-codegen/issues)
816

917
## Overview
1018
This is a project to build the swagger-core library, which is required for the Wordnik
@@ -14,6 +22,45 @@ visit http://developer.wordnik.com.
1422

1523
## Version history
1624

25+
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
26+
guides for the supported server integrations are being worked on now.
27+
28+
### v1.3.0 Aug-12 2013
29+
30+
<li>- Added JSON-schema draft-4 support for models
31+
32+
<li>- Support for polymorphic models with discriminiators, subtypes
33+
34+
<li>- Added apiInfo so top-level API information can be annotated in both swagger-ui and elsewhere
35+
36+
<li>- Released swagger-spec 1.2
37+
38+
<li>- Pluggable readers for scanning classes, model introspection, config reading
39+
40+
<li>- Simplified overriding of model introspection
41+
42+
<li>- Support for consumes, produces, protocols, authentications
43+
44+
<li>- oAuth support in spec
45+
46+
<li>- Support for raw servlet integration
47+
48+
<li>- Resource, operation, model property ordering
49+
50+
<li>- Polymorphic model support
51+
52+
### v1.2.5 Jun-19 2013
53+
<li>- Fixes for generic objects
54+
55+
### v1.2.4 Jun-5 2013
56+
<li>- Fixed `@Api` paths with slashes
57+
58+
<li>- Added support for model detection with deep recursion (#176)
59+
60+
<li>- i18n support (#190)
61+
62+
<li>- Master is now `stable`
63+
1764
### v1.2.3 Apr-24 2013
1865

1966
<li>- Updated to Jackson 2.1.4
@@ -81,7 +128,7 @@ You need the following installed and available in your $PATH:
81128

82129
<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
83130

84-
### To build from source (currently 1.2.4-SNAPSHOT)
131+
### To build from source (currently 1.2.4)
85132
```
86133
# first time building locally
87134
mvn -N
@@ -152,4 +199,4 @@ Unless required by applicable law or agreed to in writing, software
152199
distributed under the License is distributed on an "AS IS" BASIS,
153200
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
154201
See the License for the specific language governing permissions and
155-
limitations under the License.
202+
limitations under the License.

0 commit comments

Comments
 (0)