This repository has been archived by the owner on Jan 30, 2020. It is now read-only.
Releases: d-risk/mock-api-gateway
Releases · d-risk/mock-api-gateway
v0.11.0
v0.10.0
enable CORS
v0.9.0: Merge pull request #33 from d-risk/dependabot/pip/urllib3-1.24.2
[Security] Bump urllib3 from 1.24.1 to 1.24.2
v0.8.0: add missing newline to the company's description
add missing newline as the description is supposed to have 2 paragraphs Signed-off-by: Christopher Zhong <1946052+ChristopherZhong@users.noreply.github.com>
v0.7.0
search companies by ratings now return both the company and the lates…
v0.6.0: generate two financial reports for the same year
Signed-off-by: Christopher Zhong <1946052+ChristopherZhong@users.noreply.github.com>
v0.5.0: add API to get list of ratings
Signed-off-by: Christopher Zhong <1946052+ChristopherZhong@users.noreply.github.com>
v0.4.0: change search for companies by name
- Switch comparison from "icontains" to "istartswith"
- Sort search results from
companiesByName
in case-insensitive alphabetical order
v0.3.0: add API to search for companies by ratings
add code to search for companies by ratings Signed-off-by: Christopher Zhong <1946052+ChristopherZhong@users.noreply.github.com>
v0.2.0: add API to do customize report
add code to create a randomly generated custom credit report Signed-off-by: Christopher Zhong <1946052+ChristopherZhong@users.noreply.github.com>