diff --git a/CHANGELOG.md b/CHANGELOG.md index 9467ef5..cf5a0c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -39,5 +78,6 @@ ## 0.1.0 + - Initial Release diff --git a/README.md b/README.md index 3524be1..0fb9499 100644 --- a/README.md +++ b/README.md @@ -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 🐧 @@ -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.