Skip to content

Releases: yisraelx/ngx-showdown

v2.0.1

01 Apr 19:51
Compare
Choose a tag to compare

<a name"2.0.1">

2.0.1 (2017-04-01)

Bug Fixes

  • MdDirective: update MdDirective properties to current Showdown options (1026d743)

v2.0.0

30 Mar 21:40
Compare
Choose a tag to compare

<a name"2.0.0">

2.0.0 (2017-03-30)

Bug Fixes

  • ConverterOptions: update ConverterOptions to current Showdown options (678d169a)

Features

  • MdModule: add 'forRoot' method to MdModule (56f21867)

Breaking Changes

  • Rename converter options interfaces, Because the names did not make sense.

IConverterOptions => IConverterOptionsChangeable
Before

import { IConverterOptions
} from 'ng2-md';

After

import { IConverterOptionsChangeable } from
'ng2-md';

======

IConverterConstructorOptions =>

IConverterOptions
Before

import { IConverterConstructorOptions } from
'ng2-md';

After

import { IConverterOptions } from 'ng2-md';

(7c85fcbc)

v1.0.2

11 Feb 18:22
Compare
Choose a tag to compare

<a name"1.0.2">

1.0.2 (2017-02-11)

Bug Fixes

  • compiler: Switching from tsc to ngc (51b762bb, closes #1)

v1.0.1

16 Jan 21:46
Compare
Choose a tag to compare

<a name"1.0.1">

1.0.1 (2017-01-16)

Bug Fixes

  • package: repair of browser path and remove engines. (181eddd5)

v1.0.0

01 Jan 22:18
Compare
Choose a tag to compare

<a name"1.0.0">

1.0.0 (2017-01-01)

Features