Skip to content

Commit

Permalink
Release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matmar10 committed Sep 30, 2021
1 parent 9680da4 commit 74423dd
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [1.4.0](https://github.com/matmar10/just-api/compare/v1.3.1...v1.4.0) (2021-09-30)


### Features

* allow passing arguments to inline & module functions ([af14285](https://github.com/matmar10/just-api/commit/af14285eea47ffe8588eaf154e9d95144f54afa0)), closes [#8](https://github.com/matmar10/just-api/issues/8)


### Bug Fixes

* handle relative paths to schemas ([26e0452](https://github.com/matmar10/just-api/commit/26e04527f5bb3b2847328887a3cc584778368c68)), closes [#5](https://github.com/matmar10/just-api/issues/5)
* update test cases to handle new json schema resolution ([1579352](https://github.com/matmar10/just-api/commit/15793525da571d85255d1098f442f16df3b70b0b)), closes [#4](https://github.com/matmar10/just-api/issues/4)

### [1.3.1](https://github.com/matmar10/just-api/compare/v1.3.0...v1.3.1) (2021-09-19)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blossomfinance/just-api",
"version": "1.3.1",
"version": "1.4.0",
"description": "Specification based API test framework for HTTP APIs (REST, GraphQL)",
"homepage": "https://matmar10.github.io/just-api/",
"keywords": [
Expand Down

0 comments on commit 74423dd

Please sign in to comment.