Releases: bjansen/pebble-intellij
Releases · bjansen/pebble-intellij
v0.11.0
v0.10.0
v0.9.1
v0.9
Changelog:
- Fixed many bugs related to the formatter, that appeared in 2020.3 (#58, #69, #71, #74, #75)
- Use double quotes by default in live templates (#66)
- Support Scala iterables in `for` loops (#73)
- Support new identifier pattern (#63)
- Support `import ... as ...` (#52)
Full changelog at https://github.com/bjansen/pebble-intellij/milestone/9?closed=1
v0.8
Changelog:
- Improved support for variable declared in `for` loops (#44, #50)
- Added settings to configure template prefix/suffix (#43)
- Fixed the Spring extension that didn't work with the latest version of Pebble (#49)
- Public fields in parent classes are now resolved correctly (#45)
- Improved formatting of template data language (#48)
v0.7
v0.6
v0.5
v0.4
Changelog:
- support for the implicit
loop
variable infor
blocks with
is now correctly recognized as a valid identifier- calls to unknown qualified methods/fields are reported as errors
- bug fixes
See the complete list of fixed issues
v0.3
Changelog:
- auto completion (block names, functions etc)
- navigation to properties and functions
- code formatting of the templated language
- support for declarations from pebble-spring (including auto completion)
- Parameter Info tooltip on functions
- new intention to detect unknown variables and add '@pebvariable' hints
- navigation to files specified in extends/include/import directives
- fixed bugs in the parser
See the complete list of fixed issues