pongo2 v1.0 Release Notes

Release Date: 2014-08-08 // over 9 years ago
  • 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!