Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Releases: surdu/selector-to-tag

v0.4.4

03 Apr 21:10

Choose a tag to compare

  • Now solving selectors containing namespace prefixes [#27]

v0.4.3

03 Apr 21:07

Choose a tag to compare

  • Fixed solving selectors in the middle of the string [#14]
  • Fixed other small typos and improved docs

v0.4.2

13 Feb 13:32

Choose a tag to compare

  • added Active for Grammar option
  • fixed tag being always solved to lower case. Now the tag case is kept in the solved tag
  • fixed tags being solved from invalid tag strings

v0.4.1

10 Jun 19:10

Choose a tag to compare

  • Fixed: prevent expending to div from nothing

v0.4.0

10 Jun 19:10

Choose a tag to compare

  • Added: now you can use only the id or class to expand to a div with that class and/or id
  • Fixed: not expanding if tag ends in dot (for example "div.")

v0.3.0

13 May 07:46

Choose a tag to compare

  • Added option to expand block tags to multiple lines. (thanks @dsandstrom)

v0.2.1

13 May 07:47

Choose a tag to compare

  • Fixed bug where starting a tag with dash (-) will crash the package
  • Removed menu entry from Packages

v0.2.0

13 May 07:48

Choose a tag to compare

  • Added option to close self-closing tags

v0.1.2

13 May 07:48

Choose a tag to compare

  • Added support for dashes inside selectors
  • Fixed deprecated code

v0.1.1

13 May 07:49

Choose a tag to compare

  • Small cosmetic to the docs