-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- @perf-profiler/[email protected] - @perf-profiler/[email protected] - @perf-profiler/[email protected] - @perf-profiler/[email protected] - @perf-profiler/[email protected] - @perf-profiler/[email protected]
- Loading branch information
Showing
12 changed files
with
80 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,22 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [0.5.0](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2023-02-06) | ||
|
||
- feat!: prepare for standalone executable (#71) ([3d6aa79](https://github.com/bamlab/android-performance-profiler/commit/3d6aa797164e2b566db2c5b725475addd1f6d71c)), closes [#71](https://github.com/bamlab/android-performance-profiler/issues/71) | ||
|
||
### BREAKING CHANGES | ||
|
||
- commands have additional prefix, see readme for changes | ||
|
||
- chore: ensure standalone executable work with c++ binaries | ||
|
||
- chore(web): put report in tmp dir by default | ||
|
||
This is especially important for the standalone executable | ||
|
||
- docs: revamp docs with docusaurus | ||
|
||
## [0.4.2](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2022-12-16) | ||
|
||
### Bug Fixes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.3.12](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2023-02-06) | ||
|
||
**Note:** Version bump only for package @perf-profiler/appium-test-cases | ||
|
||
## [0.3.11](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2023-01-31) | ||
|
||
**Note:** Version bump only for package @perf-profiler/appium-test-cases | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"name": "@perf-profiler/appium-test-cases", | ||
"version": "0.3.11", | ||
"version": "0.3.12", | ||
"main": "dist/index.js", | ||
"dependencies": { | ||
"@bam.tech/appium-helper": "^0.5.0", | ||
"@perf-profiler/e2e": "^0.6.0", | ||
"@perf-profiler/reporter": "^0.3.0", | ||
"@perf-profiler/e2e": "^0.7.0", | ||
"@perf-profiler/reporter": "^0.4.0", | ||
"@perf-profiler/types": "^0.2.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,27 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [0.7.0](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2023-02-06) | ||
|
||
- feat!: prepare for standalone executable (#71) ([3d6aa79](https://github.com/bamlab/android-performance-profiler/commit/3d6aa797164e2b566db2c5b725475addd1f6d71c)), closes [#71](https://github.com/bamlab/android-performance-profiler/issues/71) | ||
|
||
### Features | ||
|
||
- add simpler and nicer CLI command ([#70](https://github.com/bamlab/android-performance-profiler/issues/70)) ([61c87d1](https://github.com/bamlab/android-performance-profiler/commit/61c87d1ee24581bd24b91c9f94d16029ed78cdb6)) | ||
- **e2e:** add afterEach option ([#68](https://github.com/bamlab/android-performance-profiler/issues/68)) ([a95fb74](https://github.com/bamlab/android-performance-profiler/commit/a95fb7438c61120958f17a68f983ecec679a9ee9)) | ||
|
||
### BREAKING CHANGES | ||
|
||
- commands have additional prefix, see readme for changes | ||
|
||
- chore: ensure standalone executable work with c++ binaries | ||
|
||
- chore(web): put report in tmp dir by default | ||
|
||
This is especially important for the standalone executable | ||
|
||
- docs: revamp docs with docusaurus | ||
|
||
# [0.6.0](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2023-01-31) | ||
|
||
### Features | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@perf-profiler/e2e", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"author": { | ||
"name": "Almouro", | ||
"email": "[email protected]" | ||
|
@@ -16,7 +16,7 @@ | |
"dependencies": { | ||
"@perf-profiler/logger": "^0.2.0", | ||
"@perf-profiler/profiler": "0.5.0-rc.0", | ||
"@perf-profiler/reporter": "^0.3.0", | ||
"@perf-profiler/reporter": "^0.4.0", | ||
"@perf-profiler/types": "^0.2.0", | ||
"commander": "^9.4.0", | ||
"ink": "^3.2.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,12 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [0.4.0](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2023-02-06) | ||
|
||
### Features | ||
|
||
- add simpler and nicer CLI command ([#70](https://github.com/bamlab/android-performance-profiler/issues/70)) ([61c87d1](https://github.com/bamlab/android-performance-profiler/commit/61c87d1ee24581bd24b91c9f94d16029ed78cdb6)) | ||
|
||
# 0.3.0 (2022-10-13) | ||
|
||
# 0.2.0 (2022-09-07) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,12 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [0.6.0](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2023-02-06) | ||
|
||
### Features | ||
|
||
- add simpler and nicer CLI command ([#70](https://github.com/bamlab/android-performance-profiler/issues/70)) ([61c87d1](https://github.com/bamlab/android-performance-profiler/commit/61c87d1ee24581bd24b91c9f94d16029ed78cdb6)) | ||
|
||
# [0.5.0](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2023-01-27) | ||
|
||
### Features | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,22 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [0.4.0](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2023-02-06) | ||
|
||
- feat!: prepare for standalone executable (#71) ([3d6aa79](https://github.com/bamlab/android-performance-profiler/commit/3d6aa797164e2b566db2c5b725475addd1f6d71c)), closes [#71](https://github.com/bamlab/android-performance-profiler/issues/71) | ||
|
||
### BREAKING CHANGES | ||
|
||
- commands have additional prefix, see readme for changes | ||
|
||
- chore: ensure standalone executable work with c++ binaries | ||
|
||
- chore(web): put report in tmp dir by default | ||
|
||
This is especially important for the standalone executable | ||
|
||
- docs: revamp docs with docusaurus | ||
|
||
## [0.3.2](https://github.com/bamlab/android-performance-profiler/compare/@perf-profiler/[email protected]...@perf-profiler/[email protected]) (2023-01-27) | ||
|
||
**Note:** Version bump only for package @perf-profiler/web-reporter | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters