Skip to content

Commit 5a6769d

Browse files
committed
Update
1 parent d249094 commit 5a6769d

File tree

3 files changed

+57
-2
lines changed

3 files changed

+57
-2
lines changed

CHANGELOG.md

Lines changed: 45 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,47 @@
1-
## [](https://github.com/nao1215/markdown/compare/v0.3.0...) (2024-05-06)
1+
## [](https://github.com/nao1215/markdown/compare/v0.4.0...) (2024-05-15)
2+
3+
4+
## [v0.4.0](https://github.com/nao1215/markdown/compare/v0.3.0...v0.4.0) (2024-05-06)
25

36
* Introduce mermaid flowchart syntax [#24](https://github.com/nao1215/markdown/pull/24) ([nao1215](https://github.com/nao1215))
7+
8+
## [v0.3.0](https://github.com/nao1215/markdown/compare/v0.2.0...v0.3.0) (2024-05-05)
9+
10+
* Introduce mermaid entity relationship diagram [#23](https://github.com/nao1215/markdown/pull/23) ([nao1215](https://github.com/nao1215))
11+
12+
## [v0.2.0](https://github.com/nao1215/markdown/compare/v0.1.0...v0.2.0) (2024-05-05)
13+
14+
* Introduce pie chart (mermaid) [#22](https://github.com/nao1215/markdown/pull/22) ([nao1215](https://github.com/nao1215))
15+
16+
## [v0.1.0](https://github.com/nao1215/markdown/compare/v0.0.8...v0.1.0) (2024-05-05)
17+
18+
* Introduce mermaid sequence [#21](https://github.com/nao1215/markdown/pull/21) ([nao1215](https://github.com/nao1215))
19+
* Update project setting files [#20](https://github.com/nao1215/markdown/pull/20) ([nao1215](https://github.com/nao1215))
20+
* Introduce multi version unit test [#19](https://github.com/nao1215/markdown/pull/19) ([nao1215](https://github.com/nao1215))
21+
22+
## [v0.0.8](https://github.com/nao1215/markdown/compare/v0.0.7...v0.0.8) (2024-03-29)
23+
24+
* Change owner from go-spectest to nao1215 [#18](https://github.com/nao1215/markdown/pull/18) ([nao1215](https://github.com/nao1215))
25+
* Add SetAutoFormatHeaders to CustomTable [#17](https://github.com/nao1215/markdown/pull/17) ([Avihuc](https://github.com/Avihuc))
26+
* feat(15): Expose Custom table to have ability to change table behaviour [#16](https://github.com/nao1215/markdown/pull/16) ([varmakarthik12](https://github.com/varmakarthik12))
27+
28+
## [v0.0.7](https://github.com/nao1215/markdown/compare/v0.0.6...v0.0.7) (2023-11-18)
29+
30+
31+
## [v0.0.6](https://github.com/nao1215/markdown/compare/v0.0.5...v0.0.6) (2023-11-04)
32+
33+
34+
## [v0.0.5](https://github.com/nao1215/markdown/compare/v0.0.4...v0.0.5) (2023-11-04)
35+
36+
37+
## [v0.0.4](https://github.com/nao1215/markdown/compare/v0.0.3...v0.0.4) (2023-11-04)
38+
39+
40+
## [v0.0.3](https://github.com/nao1215/markdown/compare/v0.0.2...v0.0.3) (2023-11-04)
41+
42+
43+
## [v0.0.2](https://github.com/nao1215/markdown/compare/v0.0.1...v0.0.2) (2023-10-26)
44+
45+
46+
## [v0.0.1](https://github.com/nao1215/markdown/compare/f79596a1a1e4...v0.0.1) (2023-10-22)
47+

CONTRIBUTING.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## Contributing as a Developer
2+
- When creating a bug report: Please follow the template and provide detailed information.
3+
- When fixing a feature: Create a Pull Request (PR) with accompanying test code.
4+
- When adding a feature: First, propose the feature in an Issue.
5+
6+
## Contributing Outside of Coding
7+
The following actions help boost my motivation:
8+
9+
- Giving a GitHub Star
10+
- Promoting the application
11+
- Becoming a GitHub Sponsor

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@ Next Description
735735
[MIT License](./LICENSE)
736736

737737
## Contribution
738-
First off, thanks for taking the time to contribute! Contributions are not only related to development. For example, GitHub Star motivates me to develop! Please feel free to contribute to this project.
738+
First off, thanks for taking the time to contribute! See [CONTRIBUTING.md](./CONTRIBUTING.md) for more information. Contributions are not only related to development. For example, GitHub Star motivates me to develop! Please feel free to contribute to this project.
739739

740740
[![Star History Chart](https://api.star-history.com/svg?repos=nao1215/markdown&type=Date)](https://star-history.com/#nao1215/markdown&Date)
741741

0 commit comments

Comments
 (0)