Skip to content

Tags: gobuffalo/plush

Tags

v5.0.12

Toggle v5.0.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #227 from Mido-sys/plush_vm_lowercase

refactor: move VM packages to lowercase vm path

v5.0.11

Toggle v5.0.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #219 from Mido-sys/fix_recursion_partial_call_file…

…_path_set

Fix #218: Correct nested partial path resolution to prevent AST cache…

v5.0.10

Toggle v5.0.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #215 from Mido-sys/master

Improve punch hole feat.

v5.0.9

Toggle v5.0.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #214 from Mido-sys/fix_panic_due_to_react_mix_plush

Handle nill function calls when calling CallExpression

v5.0.8

Toggle v5.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #209 from Mido-sys/feature_punch_hole_cache

🚀 Add Punch Hole Caching System for Enhanced Template Performance

v5.0.7

Toggle v5.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #208 from Mido-sys/fix_panic_hash_toString

Key or Pair can be nil causing plush to panic

v5.0.6

Toggle v5.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #206 from Mido-sys/fix_slice_append_underline_value

Improve the slice append feature

v5.0.5

Toggle v5.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #203 from Mido-sys/bugfix/issue202

fix: issue#202

v5.0.4

Toggle v5.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #200 from Mido-sys/introduce_block_scope

feat: introduce scoped symbol table with global/local interning

v5.0.3

Toggle v5.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #198 from Mido-sys/reduce-allocs-in-compile

Reduce GC Pressure and Allocation Overhead