Skip to content

Releases: winston0410/glory-svelte-preprocess

v0.2.2

25 Aug 12:06
Compare
Choose a tag to compare
  • Handle null check for getAttribute d5e7d9b

v0.2.1...v0.2.2

v0.2.1

25 Aug 10:55
Compare
Choose a tag to compare
  • Add benchmark dir d9377ca
  • Update example 1429c30
  • Test hoister bcc229a
  • Clean up explicitly in tests a109139
  • Add test for preventing conflicting classnames 27e3050
  • Add test for ignoring svelte block 014c289
  • Ignore all svelte block f06f7ae
  • Update test for new injection format 9051f7c
  • Move write logic out of walk 1c2ab54
  • Solve double writing on element without class attribute 0368462

v0.2.0...v0.2.1

v0.2.0

24 Aug 18:58
Compare
Choose a tag to compare
  • Fix regex for attribute selector |= and ~= 3d8b586
  • Handle sibling combinators 6d1496a
  • Add test for sibling combinators 8823a52

v0.1.10...v0.2.0

v0.1.10

24 Aug 15:57
Compare
Choose a tag to compare
  • Test attribute selector c7d8f8c
  • Handle :not() pseudo selector 2e285de
  • Handle attribute selector 279a022

v0.1.9...v0.1.10

v0.1.9

23 Aug 22:02
Compare
Choose a tag to compare
  • Fix issue where pseudo element is not working fcd9cf9
  • Fix bug where descendant combinator is not handled correctly ef6c787
  • Handle minification for type selector 97cdf32
  • Wrap how preprocess for blackbox testing de08a46

v0.1.8...v0.1.9

v0.1.8

23 Aug 10:41
Compare
Choose a tag to compare
  • Handle id selector correctly 5f5f98e
  • Refactor transformer algorithm 227a0bb
  • Change class cache format 9837f56
  • Add test case for handling descendant combinator in HTML b67561d

v0.1.7...v0.1.8

v0.1.7

21 Aug 15:09
Compare
Choose a tag to compare
  • Handle child combinator in selector bf1911c
  • Fix issue 2 as whitespace is not handled correctly in selector 4ffea27

v0.1.6...v0.1.7

v0.1.6

21 Aug 13:07
Compare
Choose a tag to compare
  • Add rules in example for testing be17e43
  • Update readme 27bcd30
  • Fix issue where existing non-class declarations are removed ae7e85c
  • Fix test 3746677
  • Update test for new class format 58e0858
  • Handle tag, id, and attribute selector in helper function f8de47a

v0.1.5...v0.1.6

v0.1.5

21 Aug 09:45
Compare
Choose a tag to compare
  • Handle issue where <style> does not exist when hoisting c7f8111
  • Fix test for new classCache format 9d7a3ae
  • Refactor hoisting declaration function 0f9f0a5
  • Add options for transformer 466ae41
  • Add test for content string 424e59b
  • Update feature in README 0c6e358

v0.1.4...v0.1.5

v0.1.4

20 Aug 21:50
Compare
Choose a tag to compare
  • Prepare for 0.1.5 4842136
  • Hoist duplicated rule to __layout be72969
  • Fix remaining test 56fcf43
  • Use proxy to create new object for avoid null check 734ac0b
  • Use proxy instead of object in test f1954c2
  • Fix import path e4d0da1
  • Fix jest test path 9784b5c
  • Merge branch 'master' of github.com:winston0410/glory-svelte-preprocess 2f9e2f3
  • Restructure repo for testing scripts 6f1a36a
  • Add comment in scope test. c99fbbe
  • Add benchmark dir 15afacf

v0.1.3...v0.1.4