Skip to content

Commit 2bf53db

Browse files
Release 1.1.0
1 parent ed354f0 commit 2bf53db

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ Flask ApiDoc is a Flask extension which adds support for the ApiDoc_.
88
Features
99
===============
1010
- Flask-Script command to generate the apidoc's files, by default they are generated into static/docs
11-
- Hosts the apidoc's files, by default they are hosted in http://localhost:5000/docs
11+
- Host apidoc's files, by default they are hosted in http://localhost:5000/docs
12+
- Replace the base URL for the endpoints by the current Flask URL.
13+
- Allow absolute urls in @api
1214

1315
Documentation
1416
===============

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='flask-apidoc',
5-
version='1.0.0',
5+
version='1.1.0',
66
packages=['flask_apidoc'],
77
url='https://github.com/viniciuschiele/flask-apidoc',
88
license='MIT',

0 commit comments

Comments
 (0)