- fix: fixes regexp for windows system
- feat: Can exclude files and folders from generation, pass the
exclude
option - feat: Can generate map files, pass the
create_map_files
option totrue
- feat: stable release
- fix: typo in README.md
- fix: outputs of paths/fields is not sorted
- Fix incorrect multi format output
- Fix incorrect
format
mapping for format file - Fix generation of fields names on single format file
- Feat added
multi
format, it generates one class for directory - Feat added
prefix_class_name
field in group to customize class name generation inmulti
format - Feat added
output_file_name
field in group to customize generated output file name BREAKING CHANGES:- Changed defaults value for output file name and class name
- Renamed
multi
format totree
format
- Initial version.