rblade 0.5.0 → 1.0.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: d795f1e81eb6dd60c3c581ccb22de43921bfab0997eb45daf6309298fb83fc5d
4
- data.tar.gz: 2189078e98ad7ede598bc77c524bb1a88b396390098dc451565567e37532ba03
3
+ metadata.gz: 76b47c51f5796359252d33fe3865bb7189cd4de068579fee57520c881879755d
4
+ data.tar.gz: ba1288cd0382290deb526f4faf4c5fe7c15d78372fca5248d41b4861f1ac6abb
5
5
  SHA512:
6
- metadata.gz: a8206e2599b2cd9556e2ff9eb03a5789bd87aa73d2776edce7f35c02c1bde56497838d7dece88e05a986775df1a21371d2ef1adf37a7aef75ed6a442e5fe0c5a
7
- data.tar.gz: e0b5eeaff73cc4530c70cd6c3f054b561948feaa4e845f31b29c496f465c2d73de6d822d4828b740b40ced23fd85658cbbfc5f5120fc2c564ae343bb2fc4b551
6
+ metadata.gz: 4783a57cbe6b7f2173f0435b2024ed3c83dff68819637d2eb759addd7ca485fd7b6d3c89987c8a07ff2561bded344037161bbb67b7bbc8147575e9adc568ce1d
7
+ data.tar.gz: 91f27168157d7448e7e26979a4dc60a731a6471027a8c5ddceb5ac4e23d51f3b39de0d61a2ba1970ec58bc726ccdb3316ed5e6389c463b63c61dd358e8e64f2f
data/CHANGELOG.md CHANGED
@@ -1,4 +1,25 @@
1
- ## 0.5.0
1
+ ## 1.0.0 [UNRELEASED]
2
+ - Add quick reference and examples
3
+ - Add @shouldRender directive
4
+ - Add support for ERB style `<%==` unsafe prints
5
+ - Fix bugs with statement argument error handling
6
+ - Remove deprecated "breakIf" and "nextIf" statements
7
+ - Rename "echo" compilers to "print"
8
+ - Update README
9
+
10
+ ## 0.6.1 [2024-08-02]
11
+ - Fix broken build
12
+
13
+ ## 0.6.0 [2024-08-02]
14
+ - Add attributes.class method
15
+ - Add `@blank?`, `@defined?`, `@empty?`, `@nil?` and `@present?`
16
+ - Add `@method`, `@patch`, `@put` and `@delete`
17
+ - Add `@pushif` and `@prependif`
18
+ - Add string methods to slots
19
+ - Fix whitespaces causing problems between case and when statements
20
+ - Pass Rails `session`, `cookies`, `flash` and `params` variables into components
21
+
22
+ ## 0.5.0 [2024-07-31]
2
23
  - Add support for slots
3
24
  - Change @props to only add valid variable names to global scope
4
25
  - Change @props to remove from attributes array
@@ -44,4 +65,4 @@
44
65
  - Add attributes, class and style manager
45
66
 
46
67
  ## 0.1.0 [2024-07-22]
47
- - Initial release
68
+ - Initial release