Skip to content

Releases: ngx-markdown/core

v0.2.2

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.

v0.2.1

Choose a tag to compare

@sciborrudnicki sciborrudnicki released this 17 Oct 16:41
  • 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.

v0.1.4

Choose a tag to compare

@sciborrudnicki sciborrudnicki released this 31 Aug 18:11

Fix:

  • add typings to repo

v0.1.3

Choose a tag to compare

@sciborrudnicki sciborrudnicki released this 31 Aug 18:06

First stable and well tested version.