v2.0.0
<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)