- Cast PHP array to thrift maps (instead of lists) by default
- Move all files inside src folder into Gtt/ThriftGenerator subfolder in order to allow old-way psr-0 autoloading
- Add ability to fetch all recursive dependencies of service (ServiceReflection::getTransitiveComplexTypes)
- Change demos namespace to Gtt\ThriftGenerator\Demo
- Add support of generating thrift definitions for several classes
- Grouping complex types and exception dependencies be it's namespaces
- Add dumpers to flexibly organize dumping process
- Divide exceptions by components
- Initial release