ts-gir
Version:
generate typescript from gir
22 lines (14 loc) • 700 B
Markdown
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [0.2.0] - 2020-01-21
- Add a new cli `input` flag for support for multiple gir files
- Add a new cli `dir` flag for destination directory
- Fix a bug that led to an infinite recursion
- Fix classnames if the classname is a reserved keywords (see https://github.com/codejamninja/babel-parser-generator/pull/1)
- Upgrade dependencies
- Added generated types as an example for those interested
## [0.0.1] - 2019-08-17
### Added
- Initial release