Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fehguy committed Aug 14, 2013
1 parent 2c1c796 commit db4d4f3
Showing 1 changed file with 49 additions and 2 deletions.
51 changes: 49 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@
## [See the Wiki!](https://github.com/wordnik/swagger-core/wiki)
The [github wiki](https://github.com/wordnik/swagger-core/wiki) contains documentation, samples, etc. Start there

## Where to get help!
Search the [swagger google groups](https://groups.google.com/forum/#!forum/swagger-swaggersocket) for previously
asked questions. Join #swagger on irc.freenode.net to talk to interesting human beings. And if you find a bug,
file it in github:

* [Swagger core + server itegrations](https://github.com/wordnik/swagger-core/issues) issues
* [Swagger UI](https://github.com/wordnik/swagger-ui/issues)
* [Swagger codegen](https://github.com/wordnik/swagger-codegen/issues)

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

## Version history

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
guides for the supported server integrations are being worked on now.

### v1.3.0 Aug-12 2013

<li>- Added JSON-schema draft-4 support for models

<li>- Support for polymorphic models with discriminiators, subtypes

<li>- Added apiInfo so top-level API information can be annotated in both swagger-ui and elsewhere

<li>- Released swagger-spec 1.2

<li>- Pluggable readers for scanning classes, model introspection, config reading

<li>- Simplified overriding of model introspection

<li>- Support for consumes, produces, protocols, authentications

<li>- oAuth support in spec

<li>- Support for raw servlet integration

<li>- Resource, operation, model property ordering

<li>- Polymorphic model support

### v1.2.5 Jun-19 2013
<li>- Fixes for generic objects

### v1.2.4 Jun-5 2013
<li>- Fixed `@Api` paths with slashes

<li>- Added support for model detection with deep recursion (#176)

<li>- i18n support (#190)

<li>- Master is now `stable`

### v1.2.3 Apr-24 2013

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

<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

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

0 comments on commit db4d4f3

Please sign in to comment.