Skip to content

Releases: macedigital/angular-markdown-it

corrected-pluggability

29 Jun 21:29

Choose a tag to compare

  • Fixes issue with v0.6.0 release not containing all updates files

extended-pluggability

29 Jun 21:17

Choose a tag to compare

Adding plugins is now supported.

delayed-instantiation

17 Jun 08:45

Choose a tag to compare

Notable changes:

  • From now on the markdown-it library isn't required to be available when bootstrapping the application, as long as it is available when the directive is first used (#1)
  • Tests are now running with nodejs version 4.x and 6.x

noninstantaneous-browserification

21 Feb 18:43

Choose a tag to compare

  • Update markdown-it to 6.x
  • Add peerDependencies to package.json
  • Refactor so modules looks more like an angular npm-module

possible-browserification

21 Feb 16:25

Choose a tag to compare

Allow module to be required into a browserify context.

Allow presetnames

29 Sep 11:31

Choose a tag to compare

Use presetNames and/or custom configuration options for setting up markdown-provider.

Fixed Basic Options

26 Sep 03:06

Choose a tag to compare

Fixed Basic Options Pre-release
Pre-release

Remove require call from minified file.

Fixed Basic Options

26 Sep 02:51

Choose a tag to compare

Fixed Basic Options Pre-release
Pre-release
  • fix: Remove call to require

Basic Options

26 Sep 02:38

Choose a tag to compare

Basic Options Pre-release
Pre-release

Configurable default options.