Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
nao1215 committed May 15, 2024
1 parent d249094 commit 5a6769d
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 2 deletions.
46 changes: 45 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,47 @@
## [](https://github.com/nao1215/markdown/compare/v0.3.0...) (2024-05-06)
## [](https://github.com/nao1215/markdown/compare/v0.4.0...) (2024-05-15)


## [v0.4.0](https://github.com/nao1215/markdown/compare/v0.3.0...v0.4.0) (2024-05-06)

* Introduce mermaid flowchart syntax [#24](https://github.com/nao1215/markdown/pull/24) ([nao1215](https://github.com/nao1215))

## [v0.3.0](https://github.com/nao1215/markdown/compare/v0.2.0...v0.3.0) (2024-05-05)

* Introduce mermaid entity relationship diagram [#23](https://github.com/nao1215/markdown/pull/23) ([nao1215](https://github.com/nao1215))

## [v0.2.0](https://github.com/nao1215/markdown/compare/v0.1.0...v0.2.0) (2024-05-05)

* Introduce pie chart (mermaid) [#22](https://github.com/nao1215/markdown/pull/22) ([nao1215](https://github.com/nao1215))

## [v0.1.0](https://github.com/nao1215/markdown/compare/v0.0.8...v0.1.0) (2024-05-05)

* Introduce mermaid sequence [#21](https://github.com/nao1215/markdown/pull/21) ([nao1215](https://github.com/nao1215))
* Update project setting files [#20](https://github.com/nao1215/markdown/pull/20) ([nao1215](https://github.com/nao1215))
* Introduce multi version unit test [#19](https://github.com/nao1215/markdown/pull/19) ([nao1215](https://github.com/nao1215))

## [v0.0.8](https://github.com/nao1215/markdown/compare/v0.0.7...v0.0.8) (2024-03-29)

* Change owner from go-spectest to nao1215 [#18](https://github.com/nao1215/markdown/pull/18) ([nao1215](https://github.com/nao1215))
* Add SetAutoFormatHeaders to CustomTable [#17](https://github.com/nao1215/markdown/pull/17) ([Avihuc](https://github.com/Avihuc))
* 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))

## [v0.0.7](https://github.com/nao1215/markdown/compare/v0.0.6...v0.0.7) (2023-11-18)


## [v0.0.6](https://github.com/nao1215/markdown/compare/v0.0.5...v0.0.6) (2023-11-04)


## [v0.0.5](https://github.com/nao1215/markdown/compare/v0.0.4...v0.0.5) (2023-11-04)


## [v0.0.4](https://github.com/nao1215/markdown/compare/v0.0.3...v0.0.4) (2023-11-04)


## [v0.0.3](https://github.com/nao1215/markdown/compare/v0.0.2...v0.0.3) (2023-11-04)


## [v0.0.2](https://github.com/nao1215/markdown/compare/v0.0.1...v0.0.2) (2023-10-26)


## [v0.0.1](https://github.com/nao1215/markdown/compare/f79596a1a1e4...v0.0.1) (2023-10-22)

11 changes: 11 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## Contributing as a Developer
- When creating a bug report: Please follow the template and provide detailed information.
- When fixing a feature: Create a Pull Request (PR) with accompanying test code.
- When adding a feature: First, propose the feature in an Issue.

## Contributing Outside of Coding
The following actions help boost my motivation:

- Giving a GitHub Star
- Promoting the application
- Becoming a GitHub Sponsor
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ Next Description
[MIT License](./LICENSE)

## Contribution
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.
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.

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

Expand Down

0 comments on commit 5a6769d

Please sign in to comment.