-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from teletha/release-please--branches--master--…
…components--Reincarnation chore(master): release 1.0.0
- Loading branch information
Showing
2 changed files
with
25 additions
and
1 deletion.
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Changelog | ||
|
||
## 1.0.0 (2023-02-23) | ||
|
||
|
||
### Features | ||
|
||
* debuggable annotaion is enabled at test class and method ([5476927](https://github.com/teletha/reincarnation/commit/5476927e9403dc4914e351f22e78227a21f6a480)) | ||
* Debugger is thread-safe. ([89e0935](https://github.com/teletha/reincarnation/commit/89e09354057c5572608f8302eb39901396d15f33)) | ||
* enhance debug message ([6e22ff8](https://github.com/teletha/reincarnation/commit/6e22ff88bb40109a12e69f3d989d4490d61d1b91)) | ||
* Failed test uses debug mode automatically. ([2cbff2e](https://github.com/teletha/reincarnation/commit/2cbff2e21e6ad29f1f83d426dbad2eda8272b7e5)) | ||
* Optimize the immediate return. ([e548b59](https://github.com/teletha/reincarnation/commit/e548b59e2c7cd74b604166900fe400686e473549)) | ||
* Optimize value assignment. ([35b62fd](https://github.com/teletha/reincarnation/commit/35b62fdc7b4a9910acf457ff5a7dabc0a3325f2c)) | ||
* Provide Decompiler API. ([74fb411](https://github.com/teletha/reincarnation/commit/74fb411a7912e313a0c58ae210001801866b05a0)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* debug mode causes some error ([5b70343](https://github.com/teletha/reincarnation/commit/5b70343965d115d4306666ec7404d37c4717aaf4)) | ||
* Duplicated variable name. ([faba88e](https://github.com/teletha/reincarnation/commit/faba88e4d56ebe6a977e204b455fd213093ce924)) | ||
* Pass try-finally tests. ([df2eac3](https://github.com/teletha/reincarnation/commit/df2eac33026389b3a2f909dd336a54ea7ed941ab)) | ||
* Pass TryCatchFinally tests. ([ebf2574](https://github.com/teletha/reincarnation/commit/ebf2574895ca50278d122cf1bb3662463aa963a7)) | ||
* Update bee. ([28e91fb](https://github.com/teletha/reincarnation/commit/28e91fbd12e3cf6a01664b4aebfcf78d138ec85b)) | ||
* update viewtify ([1043693](https://github.com/teletha/reincarnation/commit/104369346dae6f0bf6f5637c2c30387f2e11484e)) |
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 +1 @@ | ||
0.6 | ||
1.0.0 |