-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
15 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,12 @@ | ||
# Changelog | ||
|
||
### 0.1.0 | ||
_TBD_ | ||
## ? - WIP | ||
|
||
## 0.1.0 - 2017/09/20 | ||
This is the very first release, with the following functionality: | ||
- article-json format that supports several basic elements; like headings, | ||
paragraphs, images or lists | ||
- Resolving of embedded elements like videos or tweets via OEmbed standard | ||
- Conversion from and to JSON (or ruby hashes) | ||
- Parsing of HTML exports from Google documents | ||
- Export into plain HTML |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module ArticleJSON | ||
VERSION = '0.0.0' | ||
VERSION = '0.1.0' | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"article_json_version": "0.0.0", | ||
"article_json_version": "0.1.0", | ||
"content": [ | ||
{ | ||
"type": "paragraph", | ||
|