# 0.4.0 (08.06.2025)
## Features
- Add support of `const` for primitive types
# 0.3.0 (12.01.2025)
## Features
- Add support for different ways to represent `enum`
# 0.2.0 (26.09.2024)
## Features
- Add support of modules for `*.ts`
- Add directive `module`
# 0.1.6 (24.09.2024)
## Changes
- Provide configuration setting to control applying BigInt type
# 0.1.5 (24.09.2024)
## Fixes
- Use BigInt type for u64, u128, usize, i64, i128, isize
- Correctly parse f16, f32 and f64 types
- Serialize names like r#field
# 0.1.4 (23.09.2024)
## Fixes
- Ignore foreign attributes during parsing