Skip to content

Commit 8397912

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2023-12-22) ### Bug Fixes * add examples to MediaTypeStruct ([1eee799](1eee799)) * examples object structure for value property, tests ([453e6f6](453e6f6)) * lint errors, no-mixed-operators, no-trailing-spaces ([27ac251](27ac251)) * linting errors :( ([a5baf6a](a5baf6a)) * **parse:** solve remote and circular references ([0391803](0391803)) * test for invalid schema in examples ([525672c](525672c)) * **Validation:** Schema validator now accepts OpenAPI formats ([1128a05](1128a05)), closes [jormaechea#19](https://github.com/sngular/open-api-mocker/issues/19) ### Features * add prefer example implementation ([02ecd77](02ecd77)) * add support to schema format ([fefe0a5](fefe0a5)) * Allow custom servers to be injected. ([b909180](b909180))
1 parent fefe0a5 commit 8397912

File tree

3 files changed

+26
-6
lines changed

3 files changed

+26
-6
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# 1.0.0 (2023-12-22)
2+
3+
4+
### Bug Fixes
5+
6+
* add examples to MediaTypeStruct ([1eee799](https://github.com/sngular/open-api-mocker/commit/1eee799272ea66af4f437e510e584d74c946372e))
7+
* examples object structure for value property, tests ([453e6f6](https://github.com/sngular/open-api-mocker/commit/453e6f61b5496ba08305ecc99ce843510908c401))
8+
* lint errors, no-mixed-operators, no-trailing-spaces ([27ac251](https://github.com/sngular/open-api-mocker/commit/27ac25197327f29de2077f1a3b2f43e47b1a285d))
9+
* linting errors :( ([a5baf6a](https://github.com/sngular/open-api-mocker/commit/a5baf6a38c3eae66fd9586e1c36c44ec5fd3d3d0))
10+
* **parse:** solve remote and circular references ([0391803](https://github.com/sngular/open-api-mocker/commit/0391803dd865cf6e03a9c7928a343a41b898e71f))
11+
* test for invalid schema in examples ([525672c](https://github.com/sngular/open-api-mocker/commit/525672cca36b019792f91368c2d7dfff15574436))
12+
* **Validation:** Schema validator now accepts OpenAPI formats ([1128a05](https://github.com/sngular/open-api-mocker/commit/1128a0549c1c696fdc91f9f1b47e7ad47bf19b7e)), closes [#19](https://github.com/sngular/open-api-mocker/issues/19)
13+
14+
15+
### Features
16+
17+
* add prefer example implementation ([02ecd77](https://github.com/sngular/open-api-mocker/commit/02ecd77668290848e0a6b35d6e275fab4743f703))
18+
* add support to schema format ([fefe0a5](https://github.com/sngular/open-api-mocker/commit/fefe0a5b271df93674a536fd3c67360fc341a5d9))
19+
* Allow custom servers to be injected. ([b909180](https://github.com/sngular/open-api-mocker/commit/b909180496741e2723e8aef26387e03034f241e7))
20+
121
# Changelog
222
All notable changes to this project will be documented in this file.
323

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sngular/open-api-mocker",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "A mock server based in Open API Specification",
55
"main": "lib/open-api-mocker.js",
66
"bin": {
@@ -76,7 +76,7 @@
7676
"url": "https://github.com/sngular/open-api-mocker/issues"
7777
},
7878
"homepage": "https://github.com/sngular/open-api-mocker#readme",
79-
"publishConfig": {
80-
"access": "public"
81-
}
79+
"publishConfig": {
80+
"access": "public"
81+
}
8282
}

0 commit comments

Comments
 (0)