Releases: LimeChain/codama-dart
Releases · LimeChain/codama-dart
Release list
v0.1.1
[0.1.1] - 2025-11-04
Added
- Additional unit tests
- E2E tests
Fixed
- Project name from path
What's Changed
- feat: add e2e tests, bump borsh_extended version by @vlady-kotsev in #16
Full Changelog: v0.1.0...v0.1.1
v0.1.0
[0.1.0] - 2025-10-27
- Initial release of Codama Dart renderer
- Support for generating Dart clients from Codama IDLs
- PDA (Program Derived Address) derivation functionality
- String serialization using raw UTF-8 encoding for PDA seeds
- Support for all Codama type nodes including
- Enum type generation with variant support
- Instruction function generation
- Account type generation
- Error type generation
- Dart pubspec.yaml generation with proper dependencies