- Bump spec versions to latest => v1.1.3 - Modernize python and CI tools, update docs/doctests - Update unicode conversion test for py3-only - Add pep8speaks cfg, cleanup warnings - Remove superfluous setup test/unused imports - Add conda recipe/CI build
0.5.42
--------------------
- Merge pull request 1 from sarnold/rebase-up - Bugfix: test_specloader.py: fix test_find__with_directory on other OSs - Bugfix: pystache/loader.py: remove stray windows line-endings - fix crufty (and insecure) http urls - Bugfix: modernize python versions (keep py27) and fix spec_test load cmd
0.5.6
------------------
- Use correct wheel name in release workflow, limit wheels - Add install check/test of downloaded wheel - Update/add ci workflows and tox cfg, bump to next dev0 version
0.5.5
------------------
- fix document processing, update pandoc args and history - add release.yml to CI, test env settings - fix bogus commit message, update versions and tox cf - add post-test steps for building pkgs with/without doc updates - add CI build check, fix MANIFEST.in pruning
0.5.4
Not secure
------------------
- Bugfix: made test with filenames OS agnostic (issue \162).
0.5.3
Not secure
------------------
- Added ability to customize string coercion (e.g. to have None render as `''`) (issue \130). - Added Renderer.render_name() to render a template by name (issue \122). - Added TemplateSpec.template_path to specify an absolute path to a template (issue \41). - Added option of raising errors on missing tags/partials: `Renderer(missing_tags='strict')` (issue \110). - Added support for finding and loading templates by file name in addition to by template name (issue \127). [xgecko] - Added a `parse()` function that yields a printable, pre-compiled parse tree. - Added support for rendering pre-compiled templates. - Added Python 3.3 to the list of supported versions. - Added support for [PyPy](http://pypy.org/) (issue \#125). - Added support for [Travis CI](http://travis-ci.org) (issue \#124). [msabramo] - Bugfix: `defaults.DELIMITERS` can now be changed at runtime (issue \135). [bennoleslie] - Bugfix: exceptions raised from a property are no longer swallowed when getting a key from a context stack (issue \110). - Bugfix: lambda section values can now return non-ascii, non-unicode strings (issue \118). - Bugfix: allow `test_pystache.py` and `tox` to pass when run from a downloaded sdist (i.e. without the spec test directory). - Convert HISTORY and README files from reST to Markdown. - More robust handling of byte strings in Python 3. - Added Creative Commons license for David Phillips's logo.