Skip to content

Commit

Permalink
Release 1.0.0 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
eneko authored Nov 29, 2018
1 parent 591425d commit 2e3f61e
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 3 deletions.
42 changes: 41 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,50 @@
## Master

### Breaking changes
- None

### Enhancements
- None

### Fixes
### Other updates
- None


## 1.0.0

### Breaking changes
- None

### Enhancements
- Pretty Markdown tables

### Other updates
- Update license to Apache 2.0


## 0.5.0

### Breaking changes
- None

### Enhancements
- None

### Other updates
- Fix file writing when base path is empty.


## 0.4.0

### Breaking Changes
- None

### Enhancements
- None

### Other updates
- Add support for Swift 4.1


## 0.3.0

Expand Down Expand Up @@ -39,5 +78,6 @@


## 0.1.0

- Initial Release

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ A small Swift library to generate Markdown documents.

**Features**
- ✅ Easily generate Markdown from structured data
- ✅ Extendible: make your classes and structs `MarkdownConvertible`
- ✅ Extendible: make your classes and structs conform to `MarkdownConvertible`
- ✅ Swift Package Manager compatible
- ✅ Linux compatible 🐧

Expand Down Expand Up @@ -202,4 +202,4 @@ on it. Pull requests are warmly welcome as well.


## License
MarkdownGenerator is licensed under the MIT license. See [LICENSE](/LICENSE) for more info.
MarkdownGenerator is licensed under the Apache 2.0 license. See [LICENSE](/LICENSE) for more info.

0 comments on commit 2e3f61e

Please sign in to comment.