emkore 0.0.7
emkore: ^0.0.7 copied to clipboard
/// :emko core | A Clean Architecture-inspired Dart library by :emko
CHANGELOG #
0.0.7 #
- Added
DTOabstract class tolib/src/common/abstract.dto.dart.
0.0.6 #
- Changed Entity to be asbtract interface class.
0.0.5 #
- Added abstract base class Entity.
- Added
JSONtype alias forMap<String, Object?>inlib/src/common/type/json.type.dart. - Updated
CHANGELOG.mdto reflect the new type alias addition.