File tree Expand file tree Collapse file tree 3 files changed +20
-3
lines changed Expand file tree Collapse file tree 3 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+ All notable changes to this project will be documented in this file.
3+
4+ The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5+ and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6+
7+ ## [ 0.1.0] - 2018-09-02
8+ ### Added
9+ - Table style
10+
11+ ### Fixed
12+ - Parsing was breaking with multiple delimiters
13+
14+ ### Changed
15+ - Create a parsers folder and refactored the parsing
16+ - Reads the version from package.json
17+ - Upgrade packages
Original file line number Diff line number Diff line change 1- <a href =" https://bafs.github.io/Documentor " target =" _blank " ><img width =" 600 " src =" https://i.imgur.com/6Gjb6Gz.png " /></a >
1+ <a href =" https://bafs.github.io/Documentor " target =" _blank " ><img width =" 560 " src =" https://i.imgur.com/6Gjb6Gz.png " /></a >
22
33> A super intuitive doc generator from Markdown files
44
@@ -17,7 +17,7 @@ documentor init # initialisation of the documentation
1717```
1818
1919``` bash
20- documentor ./myName -o output.html # render the documentation to output.html
20+ documentor ./docs-folder -o output.html # render the documentation to output.html
2121```
2222
2323# [ Documentation] ( http://bafs.github.io/Documentor )
Original file line number Diff line number Diff line change 11{
22 "name" : " documentor" ,
3- "version" : " 0.0.5 " ,
3+ "version" : " 0.1.0 " ,
44 "description" : " Documentation generator" ,
55 "main" : " src" ,
66 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments