Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: bowphp/tintin

Tags

3.1.5

Toggle 3.1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #84 from bowphp/feat/docs

Fix stack building where error when it made deep compilation

3.1.4

Toggle 3.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #82 from bowphp/fix/raw

fix: echo

3.1.3

Toggle 3.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #80 from bowphp/fix/raw

fix: block compilation

3.1.2

Toggle 3.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #76 from bowphp/3.x-update-changelog

Update CHANGELOG

3.0.0

Toggle 3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #75 from bowphp/3.x-perf

Fixes changelog filename

2.0

Toggle 2.0's commit message
Tintin with php 8

1.3.6

Toggle 1.3.6's commit message
Fix echo compilation

{{  }} was not compile correctly. The $ was not catch by template builder so the output equals:

`
echo var;
// Instead
echo ;
`

1.3.5

Toggle 1.3.5's commit message
Fix echo compilation

1.3.4

Toggle 1.3.4's commit message
many bug fixed

1.3.3

Toggle 1.3.3's commit message
fix echo compilation