You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

преди 3 години
12345678910111213141516171819202122232425262728293031
  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. <a name="1.1.0"></a>
  5. # [1.1.0](https://github.com/smooth-code/h2x/tree/master/packages/h2x-traverse/compare/v1.0.0...v1.1.0) (2018-09-15)
  6. ### Features
  7. * upgrade to JSDOM v12 ([#14](https://github.com/smooth-code/h2x/tree/master/packages/h2x-traverse/issues/14)) ([949a80c](https://github.com/smooth-code/h2x/tree/master/packages/h2x-traverse/commit/949a80c))
  8. <a name="1.0.0"></a>
  9. # [1.0.0](https://github.com/smooth-code/h2x/tree/master/packages/h2x-traverse/compare/v0.1.9...v1.0.0) (2018-05-14)
  10. ### Features
  11. * upgrade JSDOM ([0fd6741](https://github.com/smooth-code/h2x/tree/master/packages/h2x-traverse/commit/0fd6741))
  12. ### BREAKING CHANGES
  13. * - An AST is now generate from the JSDOM tree.
  14. - You can still access the originalNode using `node.originalNode`.
  15. - You now have to call `fromHtmlAttribute` and `fromHtmlElement` to replace a node.