v2.1.0
What's Changed
- feat: Add optional IBAN validation flag to BankAccount.Create by @petre-appifysheetscom in #18
Features
- Added
validateIbanparameter (default:true) toBankAccount.Createmethod to support non-IBAN account numbers - Added internal
Iban.CreateWithoutValidationmethod for creating account numbers without IBAN format validation
Breaking Changes
None - the parameter defaults to true maintaining backward compatibility
Full Changelog: v2.0.0...v2.1.0
Collaboration by Claude