Skip to content

Tags: solo-io/inja

Tags

v3.4.0-patch3

Toggle v3.4.0-patch3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix dangling reference in parser::Parse with unique_ptr (#8)

* fix dangling reference in parser::Parse with shared_ptr

* switch to unique_ptr

v3.4.0-patch2

Toggle v3.4.0-patch2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allow escaped json to survive rendering (#5)

* add option to .dump() strings instead of .get<std::string>()

* strip leading and trailing " to preserve expected behavior

* add comments

* update single include

* don't run push CI

* remove R formatting attempting to appease windows compiler

* put push back to match upstream and reduce complexity

v3.4.0-patch1

Toggle v3.4.0-patch1's commit message
Merge branch 'allow-escaped-json' into envoy-gloo

json-pointer-syntax

Toggle json-pointer-syntax's commit message
reintroduce json pointer syntax

v3.4.0

Toggle v3.4.0's commit message
bump to v3.4.0

v3.3.0

Toggle v3.3.0's commit message
set version 3.3

v3.2.0

Toggle v3.2.0's commit message
add gcc via choco

v3.1.0

Toggle v3.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add homebrew

v3.0.0

Toggle v3.0.0's commit message
fix single include

v2.2.0

Toggle v2.2.0's commit message
Merge branch 'master' of https://github.com/pantor/inja