Skip to content

Commit

Permalink
Release 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulMansour committed Jun 22, 2021
1 parent 273b1b0 commit 2c454b6
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
26 changes: 25 additions & 1 deletion ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,28 @@
# HTML Release 0.0.1
# HTML Release 0.0.2
1. Add support for HTMLRenderer
2. Add support for preformatted HTML
3. Rewrite NewTable, add table helper methods
4. Cleanup
5. Add embedded styles facility
6. Refactor composing CSS
7. Change way CSS New and Compose work
8. Handle @media CSS rules
9. Cleanup
10. Update readme
11. Fix tables
12. Refactor CSS
13. Move markdown code into this project
14. Add CSS and site template
15. Redesign content property
16. Update README file
17. Renaming and cleanup
18. Redo Elements function
19. Rename some functions
20. Implement XML2DOM
21. Add NewTable function
22. Add functionality for extracting elements from the DOM

# HTML Release 0.0.1 2021-04-09 13:03:33
1. Cleanup

# HTML Release 0.0.0 2021-04-09 12:59:58
Expand Down
2 changes: 1 addition & 1 deletion acre.config
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"ProjectSpace": "#.HTML",
"StartUp": "",
"URL": "https://github.com/the-carlisle-group/HTML",
"Version": "0.0.1"
"Version": "0.0.2"
}

0 comments on commit 2c454b6

Please sign in to comment.