0.5.7
=====

allow ':' in names without backslash
backslash is only needed if ':' is the last character of the name


0.5.6
=====

enhance error messages for void elements with content
add support for html entities
keep backslashes


0.5.5
=====

fix :filter processing


0.5.2
=====

xml to xaml now uses ~ instead of %
default type of none specified is xml


0.5.1
=====

fixed <script> problems; :filter still recommended for inline code
switched to Python 3.5 for packaging;
wheel now supported for distribution;
supporting vim files now included;
xaml entry-point now included;


0.5.0
=====

BACKWARDS INCOMPATIBLE

The tag element symbol has changed from % to ~ as % is used in string
interpolation

:css, :javascript, and :python blocks are now inlined as <style> and
<script> tags

<script> tags should only be used to link files as it occasionally fails
when used instead of :javascript or :python for inline code


0.4.08
======

fix behavior when multiple script/style tags are at the same indentation
level


0.4.07
======

use open/close tags in html for non-void elements


0.4.06
======

do not do xaml conversions inside html <script> tags


0.4.05
======

do not do xaml conversions inside html <style> tags


0.4.03
======

raise XamlError or ParseError instead of SystemExit and ValueError


0.4.02
======

make the default tag be 'div' for html (it's field for 'xml')


0.4.01
======

add document type override
add multiple class shortcut ability


0.4.00
======

allow file encoding cookies in meta (!!!) lines (tested with vim)


0.3.13
======

add html 4 and 5 support


0.3.12
======

allow a namespace to be injected into the xaml execution environment


0.3.10
======

allow tags in content line if at start of line (after whitespace)


0.3.07
======

add from-xml command to convert xml file to xaml (comments are lost)


0.3.05
======

add support for Python filter


0.3.04
======

properly handle miscellaneous content


0.3.01
======

remove Xaml.parse() and add Xaml.document (what .parse() used to return)


0.3.00
======

add support for embedded python code to dynamically generate pages


0.2.00
======

xml 1.0 compliance


0.1.09
======

add framework to allow specifying markup styles besides xml, and output
encodings besides utf-8


0.1.08
======

more functionality in place

  - meta command for input file encoding
  - meta command for xml/html/whatever (only xml1.0 supported so far)

  - parens now supported
  - comments now supported
  - blank lines passed through to final xml file


0.1
===

First release: basic functionality intact, many refinements and extended
functionality still needed.
