Pārlūkot izejas kodu

Preparing 1.0.0-alpha1 release

Estevão Soares dos Santos 10 gadi atpakaļ
vecāks
revīzija
f93c4956af
5 mainītis faili ar 36 papildinājumiem un 3 dzēšanām
  1. 30 0
      CHANGELOG.md
  2. 4 1
      Gruntfile.js
  3. 1 1
      dist/showdown.js
  4. 0 0
      dist/showdown.js.map
  5. 1 1
      dist/showdown.min.js

+ 30 - 0
CHANGELOG.md

@@ -0,0 +1,30 @@
+<a name"1.0.0-alpha1"></a>
+### 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
+
+* **extensions:** support for old extension loading mechanism ([95ed7c68](http://github.com/showdownjs/showdown/commit/95ed7c68))
+* **helpers:** fix wrong function call 'escapeCharacters' due to old strayed code ([18ba4e75](http://github.com/showdownjs/showdown/commit/18ba4e75))
+* **showdown.js:**
+  - fix showdown extension loader ([a38c76d2](http://github.com/showdownjs/showdown/commit/a38c76d2)),
+  closes [#50](http://github.com/showdownjs/showdown/issues/50),[#56](http://github.com/showdownjs/showdown/issues/56),
+  [#104](http://github.com/showdownjs/showdown/issues/104), [#108](http://github.com/showdownjs/showdown/issues/108),
+  [#109](http://github.com/showdownjs/showdown/issues/109), [#111](http://github.com/showdownjs/showdown/issues/111),
+  [#118](http://github.com/showdownjs/showdown/issues/118), [#122](http://github.com/showdownjs/showdown/issues/122)
+  - add unique id prefix and suffix to headers ([c367a4b9](http://github.com/showdownjs/showdown/commit/c367a4b9), closes [#81](http://github.com/showdownjs/showdown/issues/81), [#82](http://github.com/showdownjs/showdown/issues/82))
+
+#### 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](http://github.com/showdownjs/showdown/commit/f6326b84))
+
+#### Breaking Changes
+* **angular:** angular integration was removed from core and now lives in it's own [repository](http://github.com/showdownjs/angular/).

+ 4 - 1
Gruntfile.js

@@ -54,7 +54,10 @@ module.exports = function (grunt) {
       }
     },
     changelog: {
-      options: {}
+      options: {
+        repository: 'http://github.com/showdownjs/showdown',
+        dest: 'CHANGELOG.md'
+      }
     },
     simplemocha: {
       node: {

+ 1 - 1
dist/showdown.js

@@ -1,4 +1,4 @@
-;/*! showdown 13-05-2015 */
+;/*! showdown 14-05-2015 */
 (function(){
 /**
  * Created by Tivie on 06-01-2015.

Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
dist/showdown.js.map


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 1 - 1
dist/showdown.min.js


Daži faili netika attēloti, jo izmaiņu fails ir pārāk liels