Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

před 3 roky
123456789101112131415161718192021222324252627282930313233343536373839
  1. # Change Log
  2. All notable changes to this project will be documented in this file.
  3. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
  4. ## [1.1.1](https://github.com/smooth-code/h2x/tree/master/packages/h2x-parse/compare/v1.1.0...v1.1.1) (2018-10-05)
  5. **Note:** Version bump only for package h2x-parse
  6. <a name="1.1.0"></a>
  7. # [1.1.0](https://github.com/smooth-code/h2x/tree/master/packages/h2x-parse/compare/v1.0.0...v1.1.0) (2018-09-15)
  8. ### Features
  9. * upgrade to JSDOM v12 ([#14](https://github.com/smooth-code/h2x/tree/master/packages/h2x-parse/issues/14)) ([949a80c](https://github.com/smooth-code/h2x/tree/master/packages/h2x-parse/commit/949a80c))
  10. <a name="1.0.0"></a>
  11. # [1.0.0](https://github.com/smooth-code/h2x/tree/master/packages/h2x-parse/compare/v0.1.9...v1.0.0) (2018-05-14)
  12. ### Features
  13. * upgrade JSDOM ([0fd6741](https://github.com/smooth-code/h2x/tree/master/packages/h2x-parse/commit/0fd6741))
  14. ### BREAKING CHANGES
  15. * - An AST is now generate from the JSDOM tree.
  16. - You can still access the originalNode using `node.originalNode`.
  17. - You now have to call `fromHtmlAttribute` and `fromHtmlElement` to replace a node.