rblade 0.4.0 → 0.6.1

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: 6a3fbdc85ee9754a8b3c184a389407a0df5e145f0f0613069386cc5ca488ac2c
4
- data.tar.gz: 0f1c60eb458e89dfe8f57ce8e225b2a1ec643bf9a5f5c393d62cb96a4bf85970
3
+ metadata.gz: b46e864d0ce53aee73ce1353a29f538c54954a4afeb988de4975b64076d5fe3c
4
+ data.tar.gz: 12a74fcc836959872de298418892c16b89ce5690d63cb1def6be4c7cadb6a51a
5
5
  SHA512:
6
- metadata.gz: e309cedd41919e03dbd6b3db209cc5d0cef9cb2dc8c9308abf6de414ce87c4ef5b55157ef51fdd867cab03bac9773c08d36ec10868daa9e13b1914357b66e25e
7
- data.tar.gz: fb16ec608debaf7cd0caf5c9b662969617b9fad57ebbe65e620c1ffcab2008218199f9472d3a6ba9a72433ea24457e5c24d6c4902f3ac2f9909f98cef8df1f6c
6
+ metadata.gz: b824b61c6fc8d08f57f09de311d4b9d0dfcf2d236712eb5aa5664f27d2819083e66488518e9fa21eb6f8360f332e64676e2ee01f02979d08effdb746eddd1415
7
+ data.tar.gz: 3c47fc2906be91c9a908c022a57a3222366142479c2167173605e0d31db9bdceaf0bca10a7a58ae9273d0fff5999679c943b92af204f7cc0448ce1e48146fafd
data/CHANGELOG.md CHANGED
@@ -1,4 +1,21 @@
1
- ## 0.4.0
1
+ ## 0.6.1 [2024-08-02]
2
+ - Fix broken build
3
+
4
+ ## 0.6.0 [2024-08-02]
5
+ - Add attributes.class method
6
+ - Add `@blank?`, `@defined?`, `@empty?`, `@nil?` and `@present?`
7
+ - Add `@method`, `@patch`, `@put` and `@delete`
8
+ - Add `@pushif` and `@prependif`
9
+ - Add string methods to slots
10
+ - Fix whitespaces causing problems between case and when statements
11
+ - Pass Rails `session`, `cookies`, `flash` and `params` variables into components
12
+
13
+ ## 0.5.0 [2024-07-31]
14
+ - Add support for slots
15
+ - Change @props to only add valid variable names to global scope
16
+ - Change @props to remove from attributes array
17
+
18
+ ## 0.4.0 [2024-07-29]
2
19
  - Add @class and @style statements
3
20
  - Add @env and @production statements
4
21
  - Add @once, @pushOnce and @prependOnce statements