Skip to content

Commit 0fa2a22

Browse files
create mvp release changelog (#17)
1 parent dade007 commit 0fa2a22

File tree

1 file changed

+36
-6
lines changed

1 file changed

+36
-6
lines changed

CHANGELOG.md

Lines changed: 36 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,39 @@
11
# Change Log
22

3-
All notable changes to the "vscode-tabulator" extension will be documented in this file.
3+
See [releases](https://github.com/RandomFractals/vscode-data-table/releases) for source code and `vscode-data-table.vsix` extension package download.
44

5-
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
6-
7-
## [Unreleased]
8-
9-
- Initial release
5+
## v1.0.0 - [2021-07-05]
6+
- [#1](https://github.com/RandomFractals/vscode-data-table/issues/1)
7+
Reach out to Tabulator library author
8+
- [#2](https://github.com/RandomFractals/vscode-data-table/issues/2)
9+
Create vscode notebook data cell output renderer base code
10+
- [#3](https://github.com/RandomFractals/vscode-data-table/issues/3)
11+
Add test json and csv data
12+
- [#4](https://github.com/RandomFractals/vscode-data-table/issues/4)
13+
Create data test notebook
14+
- [#5](https://github.com/RandomFractals/vscode-data-table/issues/5)
15+
Rename to Data Table
16+
- [#6](https://github.com/RandomFractals/vscode-data-table/issues/6)
17+
Add short project info to docs
18+
- [#7](https://github.com/RandomFractals/vscode-data-table/issues/7)
19+
Add extra extension metadata info to package.json
20+
- [#8](https://github.com/RandomFractals/vscode-data-table/issues/8)
21+
Create custom Data Table extension icon
22+
- [#9](https://github.com/RandomFractals/vscode-data-table/issues/9)
23+
Add green 🈸 data table ext. iconography to docs
24+
- [#10](https://github.com/RandomFractals/vscode-data-table/issues/10)
25+
Change generated json code renderer to basic html table renderer
26+
- [#11](https://github.com/RandomFractals/vscode-data-table/issues/11)
27+
Add placeholder Data Table view renderer pic to docs
28+
- [#12](https://github.com/RandomFractals/vscode-data-table/issues/12)
29+
Change basic html table renderer to use Observable Inputs.table for now
30+
- [#13](https://github.com/RandomFractals/vscode-data-table/issues/13)
31+
Add dev log and data table extension build info to docs
32+
- [#15](https://github.com/RandomFractals/vscode-data-table/issues/15)
33+
Add Contributions section to docs
34+
- [#16](https://github.com/RandomFractals/vscode-data-table/issues/16)
35+
Add funding config
36+
- [#17](https://github.com/RandomFractals/vscode-data-table/issues/17)
37+
Create changelog for MVP release
38+
- [#18](https://github.com/RandomFractals/vscode-data-table/issues/18)
39+
Package and publish MVP release

0 commit comments

Comments
 (0)