rblade 0.2.5 → 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: 418e9e009d866abaf770d8fee42675919627c041fdb6753a628710d41875d75d
4
- data.tar.gz: 4f51870487d92dadbc8fddcd413c26cbcade77cc5bdd16b3be664912c0de70ac
3
+ metadata.gz: ef5b9a8269b2c4c7a05bef9a045928524729ff28d6456d5b5ac7a1cfb19e72e6
4
+ data.tar.gz: 4a30149ffb10cfedd65e14039c25cdc5e0704af2c206d77ecb1cda3433a8bf82
5
5
  SHA512:
6
- metadata.gz: 99a62b7cd0e707fce89b84cc082daaff2776b32d16b170f502db8b5b42dc2dd89d0c821d78a24ac2ebb0c8ef99442373b5ca2464a726d037b9fded893e625659
7
- data.tar.gz: bf2d3d6ae6437ecf9a770180ea9cf8d3becd1223375313d3027ce16252d0083cb91b712067bb1a0da7e157e98041c8251edfc043229e1824c85e119640e60427
6
+ metadata.gz: 528d85be4a67b7e1581b1b99b130a03999afc6d15724ef50daf84cd68cd8f7437b68433ffe852d7b99f62e18f98a0cc053f4dc21bdd10a0ac682c08e23a234ea
7
+ data.tar.gz: b91a4065b7f0ad7ef85f35fa397579ba153fabba5a691350ba694f270e94744aa67a53cc75dba4dc085ad624d2d21b06c42323ae20366b173ba4367b60750c3d
data/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
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
+
1
11
  ## 0.2.5 [2024-07-23]
2
12
  - Improve how @props sets local variables
3
13