Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 31 additions & 7 deletions web/src/changelog.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,40 @@
{
"Interface - General": [
{
"issueId": 213,
"url": "/issues/213",
"description": "Improve Go versions selection"
}
],
"Interface - IDE": [
{
"issueId": 194,
"url": "/pull/194",
"description": "Notify about time.Now() issues when using server environment."
"issueId": 210,
"url": "/issues/210",
"description": "Properly display delayed messages from Go programs executed on server"
},
{
"issueId": 215,
"url": "/pull/215",
"description": "Properly handle WebAssembly programs lifecycle"
},
{
"issueId": 218,
"url": "/issues/218",
"description": "Add debouncing for code completion API calls"
}
],
"Go - Runtime": [
{
"issueId": 211,
"url": "/pull/211",
"description": "Add embedded Go interpreter based on Yaegi"
}
],
"Interface - Vim": [
"Go - WebAssembly": [
{
"issueId": 195,
"url": "/pull/195",
"description": "Implement :w command for Vim mode"
"issueId": 211,
"url": "/pull/211",
"description": "Bump Go version to 1.19"
}
]
}