Skip to content

Commit

Permalink
Merge branch 'release/2.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
rhatherall committed Nov 25, 2020
2 parents d2d7643 + 646b5bb commit 23b428b
Show file tree
Hide file tree
Showing 65 changed files with 1,771 additions and 2,903 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## [2.0.0](https://github.com/appercept/Delphi-WebMocks/tree/2.0.0) (2020-11-25)

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

**Implemented enhancements:**

- Dynamic response stubs [\#16](https://github.com/appercept/Delphi-WebMocks/issues/16)
- Add support for dynamic responses [\#40](https://github.com/appercept/Delphi-WebMocks/pull/40) ([rhatherall](https://github.com/rhatherall))
- Remove packages for Delphinus installation [\#39](https://github.com/appercept/Delphi-WebMocks/pull/39) ([rhatherall](https://github.com/rhatherall))
- Remove `Delphi.` unit prefix [\#38](https://github.com/appercept/Delphi-WebMocks/pull/38) ([rhatherall](https://github.com/rhatherall))

**Fixed bugs:**

- Unsupported Authorisation Scheme error when setting Authorization header [\#34](https://github.com/appercept/Delphi-WebMocks/issues/34)
- Repeated calls to stubs with content causes exception [\#32](https://github.com/appercept/Delphi-WebMocks/issues/32)

**Closed issues:**

- Packages are not required for Delphinus installation [\#37](https://github.com/appercept/Delphi-WebMocks/issues/37)
- Remove `Delphi.` namespace prefix [\#36](https://github.com/appercept/Delphi-WebMocks/issues/36)

**Merged pull requests:**

- Allow any authorization header values for stubs [\#35](https://github.com/appercept/Delphi-WebMocks/pull/35) ([rhatherall](https://github.com/rhatherall))
- Use fresh content streams for successive requests [\#33](https://github.com/appercept/Delphi-WebMocks/pull/33) ([rhatherall](https://github.com/rhatherall))

## [1.3.0](https://github.com/appercept/Delphi-WebMocks/tree/1.3.0) (2020-10-07)

[Full Changelog](https://github.com/appercept/Delphi-WebMocks/compare/1.2.2...1.3.0)
Expand Down
6 changes: 3 additions & 3 deletions Delphinus.Info.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"id": "{DFCA358E-5EF2-44CF-BE16-72B3634DC147}",
"name": "WebMocks",
"licenses": [{ "type": "Apache 2.0", "file": "LICENSE" }],
"platforms": "Win32;Win64",
"package_compiler_min": 33,
"platforms": "Linux64;OSX32;OSX64;Win32;Win64",
"package_compiler_min": 29,
"package_compiler_max": 34,
"compiler_min": 33,
"compiler_min": 29,
"compiler_max": 34,
"dependencies": []
}
17 changes: 3 additions & 14 deletions Delphinus.Install.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,11 @@
{
"browsing_pathes": [
{ "pathes": "Source", "platforms": "Win32;Win64" }
{ "pathes": "Source", "platforms": "Linux64;OSX32;OSX64;Win32;Win64" }
],
"search_pathes": [
{ "pathes": "Source", "platforms": "Win32;Win64" }
{ "pathes": "Source", "platforms": "Linux64;OSX32;OSX64;Win32;Win64" }
],
"source_folders": [
{ "folder": "Source", "recursive": false, "filter": "*.pas" },
{ "folder": "Packages", "recursive": true }
],
"projects": [
{
"project": "Packages\\Delphi10Rio\\WebMocks.dproj",
"compiler": 33
},
{
"project": "Packages\\Delphi10Sydney\\WebMocks.dproj",
"compiler": 34
}
{ "folder": "Source", "recursive": false, "filter": "*.pas" }
]
}
58 changes: 0 additions & 58 deletions Packages/Delphi10Rio/WebMocks.dpk

This file was deleted.

Binary file removed Packages/Delphi10Rio/WebMocks.res
Binary file not shown.
58 changes: 0 additions & 58 deletions Packages/Delphi10Sydney/WebMocks.dpk

This file was deleted.

Loading

0 comments on commit 23b428b

Please sign in to comment.