-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
36 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,35 @@ | ||
# CodeShovel Changelog | ||
|
||
An incomplete list of larger-scale CodeShovel changes. | ||
|
||
***Roadmap Changes*** | ||
|
||
These are changes that are being contemplated or are in progress. | ||
|
||
* Ruby language support | ||
* JavaScript language support | ||
|
||
***v1.2 (2021-TBD)*** | ||
|
||
* Add TypeScript language support | ||
* Add Python language support | ||
|
||
***v1.1 (2021-03)*** | ||
|
||
* Added `YAnnotationChange` (detect add/remove/change pre-method annotations) | ||
* Added `YDocChange` (detect changes to pre-method documentation) | ||
* Added `YFormatChange` (identify `YBodyChange` that only change formatting) | ||
|
||
***v1.0 (2021-01)*** | ||
|
||
* Simplified matching algorithm | ||
* Refactor repository for ICSE artifact | ||
* Created long-term `icse2021` branch | ||
|
||
***v0.3.1 (2019-05)*** | ||
|
||
* Automated oracle checking infrastructure | ||
|
||
***v0.1.2 (2018-08)*** | ||
|
||
* Initial Java implementation |
File renamed without changes.
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