Skip to content

pongo2 v1.0 (first stable release)

Compare
Choose a tag to compare
@flosch flosch released this 08 Aug 14:28

I'm happy to announce pongo2 v1.0, the first stable release.

pongo2 aims to be compatible with Django 1.7 with regards to syntax, filters and tags. In combination with my official package pongo2-addons pongo2 offers even more filters/tags including humanization and markup features.

All version 1.x releases will remain backwards compatible (only API improvements are possible, but no changes to any existing API functions/symbols). You can use the special import path

gopkg.in/flosch/pongo2.v1

to stick with version 1.x releases in your projects.

List of TODOs which could effect users of version 1.0:

  • tag verbatim does not take a parameter yet
  • block.super not supported yet
  • Value.Iterate() over strings is not utf-8 compatible yet (probably rarely used by users)

Please also have a look on the caveats and on the development status hints when using pongo2.

pongo2 got a playground; feel free to play with it and to try pongo2 out.

I'm always glad about any feedback. I hope you enjoy this release!