Robert Winkler
569f3c02cd
Fixed build script
2017-12-04 15:38:17 +01:00
Robert Winkler
e8c2099e4c
Prepare release v1.3.2
2017-12-04 14:47:58 +01:00
ctytgat
1646fefd56
Fix crash on empty tables ( #293 )
...
* https://github.com/Swagger2Markup/swagger2markup-cli/issues/17
* https://github.com/Swagger2Markup/swagger2markup-cli/issues/17
add test case
2017-12-01 12:31:12 +01:00
bassettb
aad387802e
Fix list parsing in properties file ( #290 )
...
Move up the code that enables list delimiters so that it comes before any list properties are parsed.
2017-11-15 08:33:07 +01:00
Frederik Hahne
034d0a2f50
replace deprecated gh pages plugin ( #285 )
2017-11-14 08:05:55 +01:00
Frederik Hahne
d2c78304c6
Description for api keys are no parsed and written ( #281 )
...
* Description for api keys are no parsed and written
close #259
* fix markdown converter tests
* fix asciidoc converter tests
2017-10-09 10:53:31 +02:00
Frederik Hahne
247857a843
Issue #162 : adoc content in tables ( #280 )
...
* adoc content in tables
some dependency update and cleanup
close #162
* fix analysis remarks
2017-10-05 19:40:28 +02:00
brischniz
038ff3a40e
ExternalDocs section will now be rendered in result document ( #263 )
...
* Typo fixed
* ExternalDocs section will now be rendered in result document
2017-07-17 09:13:41 +02:00
Magnus Larsson
6d8776332f
Property refs are resolved as links and not as text ( #265 )
...
* Property refs are resolved as links and not as text
* Update static docs in tests to match change in code
* Remove unnecessary if check
2017-07-17 09:12:45 +02:00
Robert Winkler
4ea24b0297
Fixed typo in german language file
2017-07-11 09:01:41 +02:00
Robert Winkler
12570ecb00
Issue #254 : The wildcard Mediatype */* is escaped now
2017-05-15 13:01:51 +02:00
Eugeniy Lykov
7b68aecbd7
Improve russian translation ( #251 )
...
* Improve russian translation
* Improve russian translation
Complete translation and correct errors.
2017-05-15 08:45:39 +02:00
Robert Winkler
7ce62a8a3d
Updated version to 1.3.2-SNAPSHOT
2017-03-20 12:33:14 +01:00
Robert Winkler
d8c3cf725d
Release 1.3.1
v1.3.1
2017-03-20 12:28:44 +01:00
Robert Winkler
aecc531d84
Added gradle.properties to set file.encoding and sun.jnu.encoding to UTF-8
2017-03-17 09:25:30 +01:00
shardings
f107779542
Fix request path and query params' example support. ( #247 )
...
Fix request path and query params' example support.
2017-03-16 09:01:45 +01:00
shardings
70bf17011c
Improve the zh_CN translation. ( #246 )
...
For human:
default_column: 默认列 -> 默认值
example_column: 例子 -> 样例
schema_column: 架构 -> 类型
overview: 概观 -> 概览
2017-03-14 16:40:01 +01:00
Robert Winkler
86ae19fe2a
Update version to 1.3.1-SNAPSHOT
2017-02-20 08:39:59 +01:00
Robert Winkler
e8235c4c35
Updated README
2017-02-20 08:38:20 +01:00
Robert Winkler
63b5cd3bfb
Release 1.3.0
v1.3.0
2017-02-20 08:37:02 +01:00
Robert Winkler
12e851c127
Refactored Swagger2MarkupConfigBuilder
2017-02-03 09:33:49 +01:00
kruffin
20fa72b613
Multi-Valued Dynamic Content Folders ( #240 )
...
* Adds in the capability to have array valued properties. Mostly only affects extensions that may
need this. It is disabled by default and should work the same as it currently does. Array values
can be enabled by setting a separator character in the "swagger2markup.documentFolderSeparator"
configuration attribute.
* Modifications from code review:
* Altered the "documentFolderSeparator" name to "listDelimiter"
* Added an additional property to enable/disable the list delimiter "listDelimiterEnabled"
* Defaulted the "listDelimiter" to ','
* Updated logic that assumed the configuration was derived from AbstractConfiguration to explicitly check before casting
* Added a couple "withListDelimiter" methods to the builder
* Modifies the list delimiter parsing logic (how the delimiter is determined from properties) to be more
of a Java 8 style.
2017-02-03 09:06:49 +01:00
jbrugge
36bee8070a
Fix position reference for parameters table. ( #241 )
2017-02-02 08:57:04 +01:00
fooinha
9a85612b8a
* fix NPE for response headers with relative definitions
2017-01-21 10:34:08 +01:00
Robert Winkler
2bc18f7d90
Updated RELEASENOTES
2017-01-19 14:24:41 +01:00
Robert Winkler
6f6428543d
The Number Formatter must use the Locale of the Swagger2MarkupConfig output language.
2017-01-19 14:17:17 +01:00
Robert Winkler
d03087c1b8
Fixed version in changelog
2017-01-19 14:00:39 +01:00
Robert Winkler
d2d47cf8ee
Updated javslang from 2.0.4 to 2.0.5
...
Updated paleo-core from 0.10.1 to 0.10.2
Updated swagger-parser from v1.0.23 to v1.0.25
2017-01-19 13:59:23 +01:00
Robert Winkler
7a0f4490de
Updated copyright statement
2017-01-19 11:30:50 +01:00
Cas Eliëns
d2b3c9472a
Close #180 .
2017-01-19 10:24:04 +01:00
Cas Eliëns
3a0b9a00a3
Improve generated examples for arrays
2017-01-19 10:24:04 +01:00
Cas Eliëns
d5cf4ad9e5
Add unit test for #180
2017-01-19 10:24:04 +01:00
Cas Eliëns
2899b2f263
Use shorter sorting syntax and update javadoc
2017-01-13 14:12:41 +01:00
Cas Eliëns
7475321e97
Add ISAAC to 'Companies who use Swagger2Markup'
2017-01-13 14:12:33 +01:00
Cas Eliëns
88a24d7bdd
Add space between schema type and format
2017-01-09 12:19:41 +01:00
Robert Winkler
f798a51edc
Release v1.2.0
2017-01-05 14:27:53 +01:00
Robert Winkler
81edab38f3
The notBlank validation of the type should tell which parameter is not valid.
v1.2.0
2017-01-03 15:58:43 +01:00
Robert Winkler
039607a294
Updated version to 1.2.0-SNAPSHOT
2017-01-03 15:27:32 +01:00
Cas Eliëns
2f33522e6d
Issue #214 Added support for page breaks ( #226 )
...
* Added support for page breaks
* Added documentation and config file support for page breaks and regex
2017-01-03 11:21:31 +01:00
Cas Eliëns
76c54a713a
use raw JSON object instead of converting to string
2017-01-02 13:47:02 +01:00
Cas Eliëns
dcebed2d42
split reused code into methods
2017-01-02 13:47:02 +01:00
Cas Eliëns
dbf9afa8da
Remove unused import
2017-01-02 13:47:02 +01:00
Cas Eliëns
f7f397b5f2
Improve printing for different ways of defining examples
2017-01-02 13:47:02 +01:00
Cas Eliëns
44f852ad42
Improve example printing for $ref'd examples
2017-01-02 13:47:02 +01:00
Cas Eliëns
e1be2f2130
Great Expectations
2017-01-02 13:47:02 +01:00
Cas Eliëns
8468607703
Improve example rendering for hardcoded examples
2017-01-02 13:47:02 +01:00
Cas Eliëns
f981318142
Example responses now display correctly
2017-01-02 13:47:02 +01:00
Cas Eliëns
e1d0d7b293
Add FIXME comment
2017-01-02 13:47:02 +01:00
Cas Eliëns
d118a0cf74
Further work on Swagger2Markup/swagger2markup#223
2017-01-02 13:47:02 +01:00
Cas Eliëns
7cb1095465
Begin work on Swagger2Markup/swagger2markup#223
2017-01-02 13:47:02 +01:00