showdown/CHANGELOG.md
Estevão Soares dos Santos f93c4956af Preparing 1.0.0-alpha1 release
2015-05-14 01:59:33 +01:00

2.2 KiB

<a name"1.0.0-alpha1">

1.0.0-alpha1 (2015-05-13)

Release Information

This is a major code refactor with some big changes such as:

  • showdown.js file was split in several files, called sub-parsers. This should improve code maintainability.
  • angular integration was removed from core and move to its own repository, similar to what was done with extensions
  • A new extension registering system is on the "cooks" that should reduce errors when using extensions. The old mechanism is kept so old extensions should be compatible.

Bug Fixes

Features

  • registerExtension(): new extension loading mechanism. Now extensions can be registered using this function. The system, however, is not final and will probably be changed until the final version([0fd10cb] (http://github.com/showdownjs/showdown/commit/0fd10cb))
  • allowBlockIndents: indented inline block elements can now be parsed as markdown (f6326b84)

Breaking Changes

  • angular: angular integration was removed from core and now lives in it's own repository.