Skip to content

v0.2.2

Latest

Choose a tag to compare

@sciborrudnicki sciborrudnicki released this 18 Oct 11:58

Update documentation.

v0.2.1

  • Add typescript CallbackType.
  • Marked callback() method is always in use.
  • Add template loading while loading.
  • Use OnPush in component to get better performance.
  • Add MarkedConfigClass with marked options and loading template that is used with forRoot({options: {}, templateLoading: ''}).
  • Component and directive are using ngDoCheck() ngAfterViewInit() ngOnChanges() cycle hooks.
  • Use Promise to parse with marked.
  • Add common for component and directive MarkdownHoodClass.
  • Add property string to provide markdown string.
  • Add property interpolation to parse interpolate markdown string.
  • Add result EventEmitter to emit markdown result.

Test:

  • Add component promise tests.