|
1 | 1 |
|
2 | | -## v0.13.0 (2023-02-20) |
| 2 | +## v0.14.0-rc.0 (2023-03-19) |
3 | 3 |
|
4 | 4 | #### :rocket: New Feature |
5 | | -* [#373](https://github.com/BoykaFramework/boyka-framework/pull/373) feat(java): :zap: simplified cloud configurations ([@WasiqB](https://github.com/WasiqB)) |
| 5 | +* [#411](https://github.com/BoykaFramework/boyka-framework/pull/411) feat(java): :sparkles: added hybrid app support ([@WasiqB](https://github.com/WasiqB)) |
| 6 | +* [#408](https://github.com/BoykaFramework/boyka-framework/pull/408) feat(java): :sparkles: added switch to frame using ID ([@WasiqB](https://github.com/WasiqB)) |
| 7 | +* [#410](https://github.com/BoykaFramework/boyka-framework/pull/410) feat(java): :sparkles: added form data body support ([@WasiqB](https://github.com/WasiqB)) |
6 | 8 |
|
7 | 9 | #### :bug: Bug Fix |
8 | | -* [#370](https://github.com/BoykaFramework/boyka-framework/pull/370) fix(Internal): 🐛 fixes miscellaneous issues in v0.12.0 ([@WasiqB](https://github.com/WasiqB)) |
| 10 | +* [#406](https://github.com/BoykaFramework/boyka-framework/pull/406) fix(java): :bug: fixed issues in web automation ([@WasiqB](https://github.com/WasiqB)) |
| 11 | +* [#386](https://github.com/BoykaFramework/boyka-framework/pull/386) fix(java): :bug: fixed error encountered in API ([@WasiqB](https://github.com/WasiqB)) |
| 12 | +* [#381](https://github.com/BoykaFramework/boyka-framework/pull/381) fix(Internal): :bug: fixed miscellaneous issues in last release ([@WasiqB](https://github.com/WasiqB)) |
9 | 13 |
|
10 | | -#### :nail_care: Polish |
11 | | -* [#374](https://github.com/BoykaFramework/boyka-framework/pull/374) refactor(java): :recycle: make framework intuitive ([@WasiqB](https://github.com/WasiqB)) |
| 14 | +#### :memo: Documentation |
| 15 | +* [#407](https://github.com/BoykaFramework/boyka-framework/pull/407) docs(Internal): :memo: updated missing docs ([@WasiqB](https://github.com/WasiqB)) |
12 | 16 |
|
13 | 17 | #### :house: Internal |
14 | | -* [#367](https://github.com/BoykaFramework/boyka-framework/pull/367) chore(Internal): install the CodeSee workflow. ([@codesee-maps[bot]](https://github.com/apps/codesee-maps)) |
15 | | -* [#361](https://github.com/BoykaFramework/boyka-framework/pull/361) build(deps): bump jackson-dataformat-yaml from 2.14.1 to 2.14.2 in /core-java ([@dependabot[bot]](https://github.com/apps/dependabot)) |
16 | | -* [#363](https://github.com/BoykaFramework/boyka-framework/pull/363) build(deps): bump gson from 2.10 to 2.10.1 in /core-java ([@dependabot[bot]](https://github.com/apps/dependabot)) |
17 | | -* [#362](https://github.com/BoykaFramework/boyka-framework/pull/362) build(deps): bump maven-surefire-plugin from 3.0.0-M7 to 3.0.0-M8 in /core-java ([@dependabot[bot]](https://github.com/apps/dependabot)) |
18 | | -* [#360](https://github.com/BoykaFramework/boyka-framework/pull/360) build(deps): bump jackson-databind from 2.14.1 to 2.14.2 in /core-java ([@dependabot[bot]](https://github.com/apps/dependabot)) |
19 | | -* [#359](https://github.com/BoykaFramework/boyka-framework/pull/359) build(deps): bump checkstyle from 10.6.0 to 10.7.0 in /core-java ([@dependabot[bot]](https://github.com/apps/dependabot)) |
20 | | -* [#356](https://github.com/BoykaFramework/boyka-framework/pull/356) build(deps): bump selenium-java from 4.7.2 to 4.8.0 in /core-java ([@dependabot[bot]](https://github.com/apps/dependabot)) |
21 | | -* [#355](https://github.com/BoykaFramework/boyka-framework/pull/355) build(deps): bump maven-dependency-plugin from 3.4.0 to 3.5.0 in /core-java ([@dependabot[bot]](https://github.com/apps/dependabot)) |
22 | | -* [#354](https://github.com/BoykaFramework/boyka-framework/pull/354) build(deps): bump webdrivermanager from 5.3.1 to 5.3.2 in /core-java ([@dependabot[bot]](https://github.com/apps/dependabot)) |
23 | | -* [#353](https://github.com/BoykaFramework/boyka-framework/pull/353) build(deps): bump maven-checkstyle-plugin from 3.2.0 to 3.2.1 in /core-java ([@dependabot[bot]](https://github.com/apps/dependabot)) |
24 | | -* [#364](https://github.com/BoykaFramework/boyka-framework/pull/364) build(deps-dev): bump @typescript-eslint/parser from 5.49.0 to 5.50.0 ([@dependabot[bot]](https://github.com/apps/dependabot)) |
25 | | -* [#366](https://github.com/BoykaFramework/boyka-framework/pull/366) build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.49.0 to 5.50.0 ([@dependabot[bot]](https://github.com/apps/dependabot)) |
26 | | -* [#365](https://github.com/BoykaFramework/boyka-framework/pull/365) build(deps-dev): bump typescript from 4.9.4 to 4.9.5 ([@dependabot[bot]](https://github.com/apps/dependabot)) |
27 | | -* [#358](https://github.com/BoykaFramework/boyka-framework/pull/358) build(deps): bump maven-surefire-plugin from 3.0.0-M7 to 3.0.0-M8 in /sample-tests ([@dependabot[bot]](https://github.com/apps/dependabot)) |
28 | | -* [#357](https://github.com/BoykaFramework/boyka-framework/pull/357) build(deps): bump boyka-framework from 0.11.0 to 0.12.0 in /sample-tests ([@dependabot[bot]](https://github.com/apps/dependabot)) |
| 18 | +* [#398](https://github.com/BoykaFramework/boyka-framework/pull/398) build(deps): bump maven-compiler-plugin from 3.10.1 to 3.11.0 in /sample-tests ([@dependabot[bot]](https://github.com/apps/dependabot)) |
| 19 | +* [#399](https://github.com/BoykaFramework/boyka-framework/pull/399) build(deps): bump lombok from 1.18.24 to 1.18.26 in /sample-tests ([@dependabot[bot]](https://github.com/apps/dependabot)) |
| 20 | +* [#401](https://github.com/BoykaFramework/boyka-framework/pull/401) build(deps): bump maven-surefire-plugin from 3.0.0-M8 to 3.0.0-M9 in /sample-tests ([@dependabot[bot]](https://github.com/apps/dependabot)) |
29 | 21 |
|
30 | | -#### Committers: 2 |
| 22 | +#### Committers: 1 |
31 | 23 | - Wasiq Bhamla ([@WasiqB](https://github.com/WasiqB)) |
32 | | -- [@codesee-maps[bot]](https://github.com/apps/codesee-maps) |
0 commit comments