Skip to content

Latest commit

 

History

History
77 lines (42 loc) · 1.88 KB

CHANGELOG.md

File metadata and controls

77 lines (42 loc) · 1.88 KB

8 August 2019

  • [republish] Publish again due to yarn lag.
  • [republish] Publish again due to yarn lag.
  • [feature] Extract multiple tags at the same time.

3 August 2019

  • [externs] Add externs of the return type for the compiler.

27 July 2019

  • [fix] Correctly parse empty string attributes (attr="").

20 June 2019

  • [fix] Quote mismatch properties for Depack.

14 June 2019

  • [fix] Build the package.
  • [feature] Simplify the regex to remove unicode matching, renaming the old method to extractTagsSpec.

8 April 2019

  • [package] Publish the module field.
  • [doc] Fix JSDoc + suppress RegExp closure warning.
  • [build] Pre-build regexp.

10 February 2019

1.3.0

  • [feature] Expose extractProps and add option to disable parsing.

1 October 2018

1.2.0

  • [build] Build modules with alamode, keep babel for regex compilation.

19 July 2018

1.1.0

  • [fix] Parse inverted quotes (e.g., attr="'hello' world").
  • [fix] Extract attributes with unicode regular expression.
  • [fix] Handle tags without attributes or content.
  • [fix] Process multiple self-closing tags.

18 July 2018

1.0.0