Skip to content

Releases: RussBaz/experimental-reparse-html

Parameter Propagation Improvements

05 Apr 05:14
Compare
Choose a tag to compare
  • Improved parameter propagation algorithm
  • Introduced local-only attribute to the r-required tag
  • Added an argument override to r-include tag — by prepending : to the attribute name

Updated the signature resolution algorithm when inner and outer types do not match

03 Apr 10:01
Compare
Choose a tag to compare
Updated the signature resolution algorithm when the inner and outer t…

…ypes do not match

Removed r-item and r-index tags and improved loops

03 Apr 07:06
Compare
Choose a tag to compare
Removed index and item control tags and added an option to specify th…

…e name of the variables used for storing the index and item values when looping

Fixing Previous Fix

02 Apr 12:04
Compare
Choose a tag to compare

The previous bug fix did not work as expected. I have introduced a different way of solving the problem.

Fixed attribute value generation bug when they contain extra quotation marks

02 Apr 11:10
Compare
Choose a tag to compare
Fixed a bug in generating attribute values for a runtime consumption …

…when they contain additional quotation marks

Minor Update

25 Mar 18:44
Compare
Choose a tag to compare
Added an option to drop the value in the r-set tag, defaulting to a f…

…lag value

Fixed More Bugs

21 Mar 11:27
Compare
Choose a tag to compare
0.0.12

Fixed multiline attribute value parsing

Consecutive r-else marked blocks will no longer be skipped

18 Mar 19:18
Compare
Choose a tag to compare
0.0.11

Allowed running consecutive 'else' blocks

Hopefully fixed the void tag conditionals

17 Mar 16:33
Compare
Choose a tag to compare
0.0.10

Hopefully fixed the issue with void tags and else/if-else tags

Changed how the r-eval tag works

15 Mar 09:38
Compare
Choose a tag to compare

r-eval tag will paste its expression into the output generated file as-is. It will no longer be appended to the generated HTML when its page is rendered.