From 6b51fcecc928c4cff3c7aff8ea72173638252079 Mon Sep 17 00:00:00 2001 From: Marco Ricupero <> Date: Thu, 16 Feb 2023 00:52:01 +0100 Subject: [PATCH] v2.1.1 --- README.md | 2 + docs/Mockettaro.html | 4 +- docs/MockettaroProgram.html | 2 +- docs/PathRetriever.html | 2 +- docs/RequestValidator.html | 2 +- docs/ResourceLoader.html | 2 +- docs/global.html | 2 +- docs/index.html | 6 +- docs/list_class.html | 2 +- docs/mockettaro-program.class.js.html | 2 +- docs/mockettaro.class.js.html | 3 +- docs/path-retriever.class.js.html | 2 +- docs/request-validator.class.js.html | 2 +- docs/resource-loader.class.js.html | 2 +- docs/type-handler.class.js.html | 2 +- lib/mockettaro.class.js | 1 + package-lock.json | 3157 +++++++++---------------- package.json | 6 +- sonar-project.properties | 2 +- 19 files changed, 1139 insertions(+), 2064 deletions(-) diff --git a/README.md b/README.md index 1c3c4ea..c1a168d 100644 --- a/README.md +++ b/README.md @@ -331,6 +331,8 @@ npx mockettaro -r services ## Changelog +### 2.1.1 +- Added default Access-Control-Allow-Origin Header to * ### 2.1.0 - Added support for txt (text/plain) files ### 2.0.0 diff --git a/docs/Mockettaro.html b/docs/Mockettaro.html index 336bc1d..ef96727 100644 --- a/docs/Mockettaro.html +++ b/docs/Mockettaro.html @@ -489,7 +489,7 @@
Parameters
-

mockettaro.class.js, line 116

+

mockettaro.class.js, line 117

@@ -510,7 +510,7 @@
Parameters
diff --git a/docs/MockettaroProgram.html b/docs/MockettaroProgram.html index 012ca7f..6bcd99c 100644 --- a/docs/MockettaroProgram.html +++ b/docs/MockettaroProgram.html @@ -963,7 +963,7 @@
Parameters
diff --git a/docs/PathRetriever.html b/docs/PathRetriever.html index 9d2056b..59858cf 100644 --- a/docs/PathRetriever.html +++ b/docs/PathRetriever.html @@ -530,7 +530,7 @@
Parameters
diff --git a/docs/RequestValidator.html b/docs/RequestValidator.html index 614451b..72bdd44 100644 --- a/docs/RequestValidator.html +++ b/docs/RequestValidator.html @@ -197,7 +197,7 @@
Parameters
diff --git a/docs/ResourceLoader.html b/docs/ResourceLoader.html index 2a73c8e..2e0fa9d 100644 --- a/docs/ResourceLoader.html +++ b/docs/ResourceLoader.html @@ -468,7 +468,7 @@
Parameters
diff --git a/docs/global.html b/docs/global.html index 07e4951..9947009 100644 --- a/docs/global.html +++ b/docs/global.html @@ -84,7 +84,7 @@

Globals

diff --git a/docs/index.html b/docs/index.html index 0fe4eab..133059d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -354,6 +354,10 @@

URL to test

  • http://localhost:8080/services/customer/anything GET, PUT
  • Changelog

    +

    2.1.1

    +

    2.1.0