type_caster 0.1.4
type_caster: ^0.1.4 copied to clipboard
A powerful type casting and conversion library for Dart that provides safe and flexible type conversion utilities.
0.1.4 #
- Upgrade
intl
dependency to ^0.20.2
0.1.3 #
- Fixed: MappedListIterable JSON serialization error in stringify/indentJson functions
0.1.0 #
-
Added: Full DateTime casting support with pattern options
-
Added: Map<K,V> casting with key/value decoders
-
Added: Set
-
Enhanced: Null safety across all casters
-
Added: New extension methods for Map and Set types
-
Enhanced: Error handling with detailed context information
-
Added: Custom type casting registry for application-defined types
-
Improved: Documentation with examples for all new types
0.0.7+7 #
- Enhanced:
List
casting now appliesitemDecoder
when provided.
0.0.5+5 #
- Added: DateTime API extension
0.0.4 #
- Refactor: Core type casting and extension system
- Added: Extension API system (e.g., StringApi)
- Removed: Deprecated files and APIs (e.g., dynamic_cast.dart, maybeTruncate)