Skip to content

Commit 23b428b

Browse files
committed
Merge branch 'release/2.0.0'
2 parents d2d7643 + 646b5bb commit 23b428b

File tree

65 files changed

+1771
-2903
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+1771
-2903
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Changelog
22

3+
## [2.0.0](https://github.com/appercept/Delphi-WebMocks/tree/2.0.0) (2020-11-25)
4+
5+
[Full Changelog](https://github.com/appercept/Delphi-WebMocks/compare/1.3.0...2.0.0)
6+
7+
**Implemented enhancements:**
8+
9+
- Dynamic response stubs [\#16](https://github.com/appercept/Delphi-WebMocks/issues/16)
10+
- Add support for dynamic responses [\#40](https://github.com/appercept/Delphi-WebMocks/pull/40) ([rhatherall](https://github.com/rhatherall))
11+
- Remove packages for Delphinus installation [\#39](https://github.com/appercept/Delphi-WebMocks/pull/39) ([rhatherall](https://github.com/rhatherall))
12+
- Remove `Delphi.` unit prefix [\#38](https://github.com/appercept/Delphi-WebMocks/pull/38) ([rhatherall](https://github.com/rhatherall))
13+
14+
**Fixed bugs:**
15+
16+
- Unsupported Authorisation Scheme error when setting Authorization header [\#34](https://github.com/appercept/Delphi-WebMocks/issues/34)
17+
- Repeated calls to stubs with content causes exception [\#32](https://github.com/appercept/Delphi-WebMocks/issues/32)
18+
19+
**Closed issues:**
20+
21+
- Packages are not required for Delphinus installation [\#37](https://github.com/appercept/Delphi-WebMocks/issues/37)
22+
- Remove `Delphi.` namespace prefix [\#36](https://github.com/appercept/Delphi-WebMocks/issues/36)
23+
24+
**Merged pull requests:**
25+
26+
- Allow any authorization header values for stubs [\#35](https://github.com/appercept/Delphi-WebMocks/pull/35) ([rhatherall](https://github.com/rhatherall))
27+
- Use fresh content streams for successive requests [\#33](https://github.com/appercept/Delphi-WebMocks/pull/33) ([rhatherall](https://github.com/rhatherall))
28+
329
## [1.3.0](https://github.com/appercept/Delphi-WebMocks/tree/1.3.0) (2020-10-07)
430

531
[Full Changelog](https://github.com/appercept/Delphi-WebMocks/compare/1.2.2...1.3.0)

Delphinus.Info.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"id": "{DFCA358E-5EF2-44CF-BE16-72B3634DC147}",
33
"name": "WebMocks",
44
"licenses": [{ "type": "Apache 2.0", "file": "LICENSE" }],
5-
"platforms": "Win32;Win64",
6-
"package_compiler_min": 33,
5+
"platforms": "Linux64;OSX32;OSX64;Win32;Win64",
6+
"package_compiler_min": 29,
77
"package_compiler_max": 34,
8-
"compiler_min": 33,
8+
"compiler_min": 29,
99
"compiler_max": 34,
1010
"dependencies": []
1111
}

Delphinus.Install.json

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,11 @@
11
{
22
"browsing_pathes": [
3-
{ "pathes": "Source", "platforms": "Win32;Win64" }
3+
{ "pathes": "Source", "platforms": "Linux64;OSX32;OSX64;Win32;Win64" }
44
],
55
"search_pathes": [
6-
{ "pathes": "Source", "platforms": "Win32;Win64" }
6+
{ "pathes": "Source", "platforms": "Linux64;OSX32;OSX64;Win32;Win64" }
77
],
88
"source_folders": [
9-
{ "folder": "Source", "recursive": false, "filter": "*.pas" },
10-
{ "folder": "Packages", "recursive": true }
11-
],
12-
"projects": [
13-
{
14-
"project": "Packages\\Delphi10Rio\\WebMocks.dproj",
15-
"compiler": 33
16-
},
17-
{
18-
"project": "Packages\\Delphi10Sydney\\WebMocks.dproj",
19-
"compiler": 34
20-
}
9+
{ "folder": "Source", "recursive": false, "filter": "*.pas" }
2110
]
2211
}

Packages/Delphi10Rio/WebMocks.dpk

Lines changed: 0 additions & 58 deletions
This file was deleted.

Packages/Delphi10Rio/WebMocks.res

-640 Bytes
Binary file not shown.

Packages/Delphi10Sydney/WebMocks.dpk

Lines changed: 0 additions & 58 deletions
This file was deleted.

0 commit comments

Comments
 (0)