rblade 0.2.4 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 89abc20ace497e0f051bb38ed620c44bf4bc7067cfeb20d7d7af9f13b98337ae
4
- data.tar.gz: '0971c951b39f2cf94833a1d3d55eb3c561666995049d7d6f4fff553837615676'
3
+ metadata.gz: ef5b9a8269b2c4c7a05bef9a045928524729ff28d6456d5b5ac7a1cfb19e72e6
4
+ data.tar.gz: 4a30149ffb10cfedd65e14039c25cdc5e0704af2c206d77ecb1cda3433a8bf82
5
5
  SHA512:
6
- metadata.gz: 73f515630bcfc90ea39862b6014d4b4a4afb4b29b33a09ae8ac58e8ead98786e26be03c4e63d5711c82a6728afd37e02549b56417bf5833d833d8f7ee473ed34
7
- data.tar.gz: 8965f3fe015315e49c3dfe5b31b8aa949f0f609ffd7664a87ab875ca9a2f0cf494ac0a2236896479dfe007e2ebe45e5acdafbdb9d6384197acc9390383f7365e
6
+ metadata.gz: 528d85be4a67b7e1581b1b99b130a03999afc6d15724ef50daf84cd68cd8f7437b68433ffe852d7b99f62e18f98a0cc053f4dc21bdd10a0ac682c08e23a234ea
7
+ data.tar.gz: b91a4065b7f0ad7ef85f35fa397579ba153fabba5a691350ba694f270e94744aa67a53cc75dba4dc085ad624d2d21b06c42323ae20366b173ba4367b60750c3d
data/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
1
+ ## 0.3.0 [2024-07-26]
2
+ - Add support for index component files
3
+ - Add support for relative components
4
+ - Add support for unsafe closing tags
5
+ - Allow direct access to attributes underlying hash
6
+ - Fix each statement with a key value pair
7
+ - Improve output of binary HTML attributes
8
+ - Improve performance of components
9
+ - Switch to .rblade file extensions
10
+
11
+ ## 0.2.5 [2024-07-23]
12
+ - Improve how @props sets local variables
13
+
1
14
  ## 0.2.4 [2024-07-23]
2
15
  - Improve merging of classes
3
16