87438a4d2050479a1142c8e245b10fdc26d247fcb3979f4adf84bb0b267ff8c571e6d420c395a43f3ba06223a42efdcac763ecb65472e0d97a087c6145e926 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303
  1. <a name="0.9.2"></a>
  2. ## [0.9.2](https://github.com/posthtml/posthtml/compare/v0.9.1...v0.9.2) (2017-01-20)
  3. ### Bug Fixes
  4. * Cannot read property 'length' of undefined ([03da01e](https://github.com/posthtml/posthtml/commit/03da01e))
  5. * **index:** trailing space ([3cd00b7](https://github.com/posthtml/posthtml/commit/3cd00b7))
  6. * **index:** typo in require method ([088c9e3](https://github.com/posthtml/posthtml/commit/088c9e3))
  7. * **test:** fix tree for test options set ([03286ea](https://github.com/posthtml/posthtml/commit/03286ea))
  8. <a name="0.9.1"></a>
  9. ## [0.9.1](https://github.com/posthtml/posthtml/compare/v0.9.0...v0.9.1) (2016-09-29)
  10. <a name="0.9.0"></a>
  11. # [0.9.0](https://github.com/posthtml/posthtml/compare/v0.8.7...v0.9.0) (2016-07-06)
  12. ### Bug Fixes
  13. * fix run jscs after version update ([124f857](https://github.com/posthtml/posthtml/commit/124f857))
  14. ### Features
  15. * make parser configurable ([bfa3e6d](https://github.com/posthtml/posthtml/commit/bfa3e6d))
  16. * **lib:** make use method variadic ([43d6a6b](https://github.com/posthtml/posthtml/commit/43d6a6b))
  17. <a name="0.8.7"></a>
  18. ## [0.8.7](https://github.com/posthtml/posthtml/compare/v0.8.6...v0.8.7) (2016-05-04)
  19. ### Performance Improvements
  20. * **lib:** on demand html rendering ([4ef0df9](https://github.com/posthtml/posthtml/commit/4ef0df9))
  21. <a name="0.8.6"></a>
  22. ## [0.8.6](https://github.com/posthtml/posthtml/compare/v0.8.5...v0.8.6) (2016-04-26)
  23. ### Bug Fixes
  24. * **api:** report true for boolean attrs ([70cec9d](https://github.com/posthtml/posthtml/commit/70cec9d))
  25. * **docs:** correct typo ([b5133f5](https://github.com/posthtml/posthtml/commit/b5133f5))
  26. <a name="0.8.5"></a>
  27. ## [0.8.5](https://github.com/posthtml/posthtml/compare/v0.8.4...v0.8.5) (2016-03-31)
  28. ### Bug Fixes
  29. * **README:** fix style in Readme ([9944446](https://github.com/posthtml/posthtml/commit/9944446))
  30. ### Performance Improvements
  31. * **api:** remove extra slice call ([8a3ff11](https://github.com/posthtml/posthtml/commit/8a3ff11))
  32. <a name="0.8.4"></a>
  33. ## [0.8.4](https://github.com/posthtml/posthtml/compare/v0.8.3...v0.8.4) (2016-03-30)
  34. ### Bug Fixes
  35. * promise check and tests ([79bcff9](https://github.com/posthtml/posthtml/commit/79bcff9))
  36. ### Features
  37. * **docs:** update README, add docs folder ([619a97c](https://github.com/posthtml/posthtml/commit/619a97c))
  38. <a name="0.8.3"></a>
  39. ## [0.8.3](https://github.com/posthtml/posthtml/compare/v0.8.2...v0.8.3) (2016-02-26)
  40. ### Bug Fixes
  41. * promise check and tests ([0162f97](https://github.com/posthtml/posthtml/commit/0162f97))
  42. <a name="0.8.2"></a>
  43. ## [0.8.2](https://github.com/posthtml/posthtml/compare/v0.8.1...v0.8.2) (2016-02-05)
  44. ### Features
  45. * remove compilations. Support for NodeJS v0.10 ([ac437b7](https://github.com/posthtml/posthtml/commit/ac437b7))
  46. <a name"0.8.1"></a>
  47. ### 0.8.1 (2016-01-08)
  48. #### Bug Fixes
  49. * **api:** fix binds tree for import API ([a8f25007](https://github.com/posthtml/posthtml/commit/a8f25007))
  50. * **docs:** fix readme ([cd61bc11](https://github.com/posthtml/posthtml/commit/cd61bc11))
  51. #### Features
  52. * **docs:**
  53. * add more plugins in plugin list ([52bfcad2](https://github.com/posthtml/posthtml/commit/52bfcad2))
  54. * add Gitter chat badge ([97ba9847](https://github.com/posthtml/posthtml/commit/97ba9847))
  55. * add new plugins link & add plugin boilerplate link ([40644039](https://github.com/posthtml/posthtml/commit/40644039))
  56. <a name"0.8.0"></a>
  57. ## 0.8.0 (2015-11-24)
  58. #### Bug Fixes
  59. * **docs:** delete parse section ([16511096](https://github.com/posthtml/posthtml/commit/16511096))
  60. #### Features
  61. * ***:** upd nodejs deps in travis.yml ([481378db](https://github.com/posthtml/posthtml/commit/481378db))
  62. * **api:** chaining ([03080a6e](https://github.com/posthtml/posthtml/commit/03080a6e))
  63. * **docs:** upd plugin sections in Readme ([c69bc2b9](https://github.com/posthtml/posthtml/commit/c69bc2b9))
  64. <a name"0.7.0"></a>
  65. ## 0.7.0 (2015-10-21)
  66. #### Features
  67. * ***:** new dependencies·for posthtml-parser posthtml-render ([a5bc312b](https://github.com/posthtml/posthtml/commit/a5bc312b))
  68. * **api:** delete matchClass method ([912f72ad](https://github.com/posthtml/posthtml/commit/912f72ad))
  69. * **docs:** add dependency info to readme ([6c3419cf](https://github.com/posthtml/posthtml/commit/6c3419cf))
  70. <a name"0.6.0"></a>
  71. ## 0.6.0 (2015-10-17)
  72. #### Features
  73. * ***:** fix code style ([7a743f78](https://github.com/posthtml/posthtml/commit/7a743f78))
  74. * **api:** Support RegExp in matcher Object ([e3bd9918](https://github.com/posthtml/posthtml/commit/e3bd9918))
  75. * **docs:** add matchClass deprecated info ([14f1757e](https://github.com/posthtml/posthtml/commit/14f1757e))
  76. <a name"0.5.0"></a>
  77. ## 0.5.0 (2015-10-10)
  78. #### Features
  79. * **api:** support RegExp matchers ([783c5663](https://github.com/posthtml/posthtml/commit/783c5663))
  80. * **docs:**
  81. * add project-stub link. Fix long titles. Upd PostHTMLTree example ([57f48334](https://github.com/posthtml/posthtml/commit/57f48334))
  82. * add posthtml-retext info & upd links ([541dbc03](https://github.com/posthtml/posthtml/commit/541dbc03))
  83. * add license info to readme ([32300239](https://github.com/posthtml/posthtml/commit/32300239))
  84. * add posthtml-bem plugin in readme ([2eea4b19](https://github.com/posthtml/posthtml/commit/2eea4b19))
  85. <a name"0.4.1"></a>
  86. ### 0.4.1 (2015-10-04)
  87. #### Bug Fixes
  88. * **posthtml:** fix build ES2015 ([829ba49c](https://github.com/posthtml/posthtml/commit/829ba49c))
  89. <a name"0.4.0"></a>
  90. ## 0.4.0 (2015-10-03)
  91. #### Bug Fixes
  92. * **lint:** fix jscsrc ([a534e0a0](https://github.com/posthtml/posthtml/commit/a534e0a0))
  93. * **posthtml:**
  94. * extend new object with api methods on each plugin call ([82e096ea](https://github.com/posthtml/posthtml/commit/82e096ea))
  95. * code style fix ([d1b3484d](https://github.com/posthtml/posthtml/commit/d1b3484d))
  96. * code style fix ([26e6d7e3](https://github.com/posthtml/posthtml/commit/26e6d7e3))
  97. #### Features
  98. * **api:** handle array matchers ([335b5aac](https://github.com/posthtml/posthtml/commit/335b5aac))
  99. * **docs:**
  100. * write array matchers example in jsdocs/readme ([a14b7675](https://github.com/posthtml/posthtml/commit/a14b7675))
  101. * add logo to readme ([78740c34](https://github.com/posthtml/posthtml/commit/78740c34))
  102. * **lint:** upd jscs ([cef42d5d](https://github.com/posthtml/posthtml/commit/cef42d5d))
  103. * **posthtml:** implement truly sync and async modes, and tests for them ([337243f5](https://github.com/posthtml/posthtml/commit/337243f5))
  104. <a name"0.3.0"></a>
  105. ## 0.3.0 (2015-09-25)
  106. #### Features
  107. * **parser:** skip template if tag === false ([3cc9e59f](https://github.com/posthtml/posthtml/commit/3cc9e59f))
  108. <a name"0.2.1"></a>
  109. ### 0.2.1 (2015-09-24)
  110. #### Features
  111. * **api:** optimize matchClass func ([b0311cd7](https://github.com/posthtml/posthtml/commit/b0311cd7))
  112. * **docs:**
  113. * Write example Gulp plugin for PostHTML in docs ([b9c8ceff](https://github.com/posthtml/posthtml/commit/b9c8ceff))
  114. * Add Textr plugin to Readme ([bdd3270b](https://github.com/posthtml/posthtml/commit/bdd3270b))
  115. <a name"0.2.0"></a>
  116. ## 0.2.0 (2015-09-23)
  117. #### Bug Fixes
  118. * **test:** fix typo & cleanup ([e33ba7fa](https://github.com/posthtml/posthtml/commit/e33ba7fa))
  119. #### Features
  120. * **api:**
  121. * rename eachClass to matchClass ([efc9b349](https://github.com/posthtml/posthtml/commit/efc9b349))
  122. * use options in plugin ([0d8c4555](https://github.com/posthtml/posthtml/commit/0d8c4555))
  123. * **docs:** `options` docs write in readme ([d72c2741](https://github.com/posthtml/posthtml/commit/d72c2741))
  124. * **lint:** own jscs config ([74332ab8](https://github.com/posthtml/posthtml/commit/74332ab8))
  125. * **parser:**
  126. * toHtml tests ([789ee545](https://github.com/posthtml/posthtml/commit/789ee545))
  127. * own render html func ([1520e5ff](https://github.com/posthtml/posthtml/commit/1520e5ff))
  128. <a name"0.1.0"></a>
  129. ## 0.1.0 (2015-09-14)
  130. #### Features
  131. * **api:** base API ([096654a6](https://github.com/posthtml/posthtml/commit/096654a6))
  132. <a name"0.0.4"></a>
  133. ### 0.0.4 (2015-09-13)
  134. #### Bug Fixes
  135. * **lib:** fix option declare ([db95e066](https://github.com/posthtml/posthtml/commit/db95e066))
  136. #### Features
  137. * ***:** upd deps ([054bd94c](https://github.com/posthtml/posthtml/commit/054bd94c))
  138. * **lib:** delete getOptions method ([931a03a0](https://github.com/posthtml/posthtml/commit/931a03a0))
  139. * **parser:**
  140. * no skip parse text simbols ([42b4d156](https://github.com/posthtml/posthtml/commit/42b4d156))
  141. * Own parser html to tree ([748d8f1e](https://github.com/posthtml/posthtml/commit/748d8f1e))
  142. * init ([1ca1b39b](https://github.com/posthtml/posthtml/commit/1ca1b39b))
  143. * **readme:** add tree example ([e46e9bc2](https://github.com/posthtml/posthtml/commit/e46e9bc2))
  144. <a name"0.0.3"></a>
  145. ### 0.0.3 (2015-08-13)
  146. * ***:** upd dependencies ([b1f4f2664106034d6fd530962a4f9bd9c378d17a](https://github.com/posthtml/posthtml/commit/b1f4f2664106034d6fd530962a4f9bd9c378d17a))
  147. #### Features
  148. * **lint:** use jshint ([504f3c06](https://github.com/posthtml/posthtml/commit/504f3c06))
  149. <a name"0.0.2"></a>
  150. ### 0.0.2 (2015-07-02)
  151. #### Features
  152. * ***:**
  153. * add-travis-and-coverage ([92c9ee81](https://github.com/posthtml/posthtml/commit/92c9ee81))
  154. * changelog build ([044fd58d](https://github.com/posthtml/posthtml/commit/044fd58d))
  155. * deep results objects #13 ([96b86c90](https://github.com/posthtml/posthtml/commit/96b86c90))
  156. * add skipParse options ([45eeb9e3](https://github.com/posthtml/posthtml/commit/45eeb9e3))
  157. * **gulp:** refactor config ([2fe4ecb2](https://github.com/posthtml/posthtml/commit/2fe4ecb2))
  158. <a name"0.0.1"></a>
  159. ### 0.0.1
  160. init