-------------------- - Moved API documentation to http://pyfranca.readthedocs.io/ .
0.4.0
-------------------- - Added initial support for structured comments - contributed by Jens Baumann. - Added support for primitive type constants - contributed by Jens Baumann. - Added support for hexadecimal and binary literals - contributed by Jens Baumann. - Fixed nested import handling. - Fixed bug in method error literal handling.
0.3.0
--------------------- - Added support for packages in multiple files. - Fixed anonymous array reference handling. - Fixed package file references. - Integrated Sphinx for API documentation generation.
0.2.1
--------------------- - Added package version as suggested by Jens Baumann.
0.2.0
--------------------- - Processor class to handle model imports, type references, and validation. - Added support for FQN references. - Added command line-tools - fidl_dump.py and fidl_validator.py . - More unit tests. - Bug fixes.
0.1.1
-------------------- - Fix for structure field parsing (thanks to jay-o-stotch). - Replaced distutils with setuptools. - Simplified importing. - More unit tests. - Integrated Coveralls and Scrutinizer.