kaola-fed / freemarker

Freemarker integration for NodeJS
MIT License
26 stars 17 forks source link

Outdated freemarker version #6

Closed Paratron closed 5 years ago

Paratron commented 5 years ago

Hey, the version of freemarker used by this module is outdated. Current version on freemarker.apache.org is 2.3.28, the version of this module is 2.3.21.

This may appear as not that big of a difference, but for example loop variable builtins have been introduced with 2.3.23.

Is there a way to update the freemarker version used?

Paratron commented 5 years ago

my pull request #7 will fix this

int64ago commented 5 years ago

Thanks, it was merged, but need more test.

@ImHype It seems something wrong during npm test, you may need dig out the problem, and release a major version.

davizp commented 5 years ago

Any update on this? I have fixed the "npm test" issue, it was a syntax error.

https://github.com/kaola-fed/freemarker/pull/8

int64ago commented 5 years ago

Released via v2.0.0