Skip to content

Releases: scanapi/scanapi

v1.0.1

25 Jun 14:13
1b21745
Compare
Choose a tag to compare

Fixed

  • Report example images not loading on PyPI #193

v1.0.0

25 Jun 13:17
d501100
Compare
Choose a tag to compare

Added

  • Add new HTML template #157
  • Tests key #152
  • -h alias for --help option #172
  • Test results to report #177
  • Add test errors to the report #187
  • Hides sensitive info in URL #185
  • CLI options explanation #189

Changed

  • Unified keys validation in a single method #151
  • Default template to html #173
  • Project name color on html reporter to match ScanAPI brand #172
  • Hero banner on README #180
  • Entry point to scanapi:main #172
  • --spec-path option to argument #172
  • Improve test results on report #186
  • Improve Error Message for Invalid Python code error #187
  • Handle properly exit errors #187
  • Update README.md #191

Fixed

  • Duplicated status code row from report #183
  • Sensitive information render on report #183

Removed

  • Console Report #175
  • Markdown Report #179
  • --reporter option #179

v0.1.0

14 May 13:31
a893b7f
Compare
Choose a tag to compare

Added

  • Automated pypi deploy - #144

v0.0.19

11 May 17:53
676b662
Compare
Choose a tag to compare

Added

  • PATCH HTTP method - #77
  • Ability to have API spec in multiples files - #125
  • CLI --config-path option - #128
  • CLI --template-path option - #126
  • GitHub Action checking for missing changelog entry - #134

Changed

  • Make markdown report a bit better - #96
  • base_url keyword to path #116
  • namespace keyword to name #116
  • method keyword is not mandatory anymore for requests. Default is get #116
  • Replaced hide key on report config by hide-request and hide-response #116
  • Moved black check from CircleCI to github actions #136

Fixed

  • Cases where custom var has upper case letters #99

Removed

  • Request with no endpoints #116

v0.0.18

02 Jan 22:38
1d32d90
Compare
Choose a tag to compare

Changed

  • Return params/headers None when request doesn't have params/headers #87

Fixed

  • Report-example image not loading on PyPi #86

v0.0.17

18 Dec 21:11
f16f5ed
Compare
Choose a tag to compare
  • Add PyPI Test section to CONTRIBUTING.md
  • Add templates to pypi package - fix #84

v0.0.16

18 Dec 18:21
004755b
Compare
Choose a tag to compare
  • Fix No module named 'scanapi.tree' #82

v0.0.15

14 Dec 14:31
fa90805
Compare
Choose a tag to compare
  • Update Documentation
  • Increase coverage
  • Fix join of urls to keep the last slash
  • Remove requirements files and put every dependency under setup.py
  • Remove dcvars key
  • Using dot notation to access responses inside api spec
  • Rename option report_path to output_path
  • Reporter option -r, --reporter [console|markdown|html]
  • CodeCov Setup
  • CircleCI Setup

v0.0.14

09 Oct 00:22
Compare
Choose a tag to compare

Add math, time, uuid and random libs to be used on api spec

v0.0.13

07 Oct 18:12
Compare
Choose a tag to compare
Bump version