Skip to content

Commit d38cccf

Browse files
0.6.0
1 parent 3933fa1 commit d38cccf

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

.changeset/enhance-library-exports.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# gh-load-pull-request
22

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- 4a27d9f: Enhance library exports and improve markdown output structure
8+
- Add library exports for all key functions (parsePrUrl, loadPullRequest, convertToMarkdown, convertToJson, savePullRequest, setLoggingMode, etc.)
9+
- Enhance markdown output to match GitHub PR page structure with Conversation section including reviews and comments
10+
- Add comprehensive unit and e2e tests with real PR content verification
11+
- Add REQUIREMENTS.md documenting project goals and specifications
12+
313
## 0.5.0
414

515
### Minor Changes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gh-load-pull-request",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "Download GitHub pull request and convert it to markdown",
55
"type": "module",
66
"main": "src/gh-load-pull-request.mjs",

0 commit comments

Comments
 (0)