v1.4.0
Repository renamed to ngx-markdown
To be more accurate with Angular versions and with the upcoming v5 release, I have renamed the repository to ngx-markdown
.
Breaking changes
Module, component and directive names have been adjusted to follow the new repository name.
- Module has been renamed from
MarkdownToHtmlModule
toMarkdownModule
- Component has been renamed from
<markdown-to-html>
to<markdown>
- Directive has been renamed from
<div markdown-to-html>
to<div markdown>
Although the changes shouldn't be too hard I am still sorry for any inconvenience that the renaming could cause. For more information please follow the readme.md or don't hesitate to open an issue.