jocaagura_domain 1.15.2
jocaagura_domain: ^1.15.2 copied to clipboard
A package with domain models for all transversal applications
CHANGELOG Jocaagura Domain #
This document follows the guidelines of Keep a Changelog, and this project adheres to Semantic Versioning.
1.15.2 - 2024-12-29 #
Fixed #
- Translation of the changelog to English.
- Completion and translation of inline documentation to English.
- Extended unit tests.
- Updated linter package.
1.15.1 - 2024-08-25 #
Fixed #
- Minor changes in DartDoc formatting without affecting the code or its functionality.
1.15.0 - 2024-08-25 #
Added #
MedicalRecordModel: Added model, tests, and DartDoc documentation for the patient's state in the dentist app.
1.14.0 - 2024-08-25 #
Added #
MedicationModel: Added model, tests, and DartDoc documentation for the appointment model.
1.13.0 - 2024-08-25 #
Added #
AppointmentModel: Added model, tests, and DartDoc documentation for the appointment model.ContactModel: Added model, tests, and DartDoc documentation for the contact model.
1.9.0 - 2024-07-28 #
1.8.0 - 2024-07-24 #
Added #
DentalConditionModel: Added model and documentation for the dental condition.
1.7.1 - 2024-07-22 #
Changed #
MedicalDiagnosisModel: Added documentation for developers in the file.
1.6.0 - 2024-07-21 #
1.5.0 - 2024-07-07 #
1.4.2 - 2024-06-30 #
Added #
Colors: Added a color map to the UML diagram with an explanation in the README to improve visualization of the implementation state of models.
Fixed #
UML Diagram: Updated to reflect the implementation state of models:Either,Left,Right: Confirmed.Model,UserModel,AttributeModel<T>: Confirmed.Bloc,BlocModule,BlocGeneral<T>,BlocCore: Confirmed.UI:ModelMainMenuModelconfirmed.Connectivity:ConnectionTypeEnum,ConnectivityModelconfirmed.Citizen:PersonModelunder review,LegalIdModelconfirmed.Obituary:ObituaryModel,DeathRecordModelconfirmed.Shops:StoreModelconfirmed.Geolocation:AddressModelconfirmed.
1.2.1 #
- Added
Debouncerclass. - Added documentation in the README file.
1.0.0 #
- Added
Eitherclass. - Approved for production.
0.3.2 #
- Added
DeathRecordModelintoObituaryModel.
0.3.1 #
- Fixed
fromJsonfactory constructor inLegalIdModel.
0.3.0 #
- Added
LegalIdModel.
0.2.0 #
- Added
DeathRecordModel.
0.1.2 #
- Minor fix to
ObituaryModelto includevigilDateandburialDatein parameters. - Increased unit test coverage.
0.1.01 #
- Changed officially to beta.
- Minor fix to
ObituaryModelto includemessagein parameters.
0.0.9 #
- Added
ObituaryModel. - Minor fix to
PersonModelto cover variable names properly. - Increased
PersonModelandDateUtilstest coverage.
0.0.8 #
- Added DateTime-to-String utility.
0.0.71 #
- Changed attributes in Models to
Map<String, AttributeModel<dynamic>>.
0.0.7 #
- Completed
PersonModelwith subModelClass (AttributeModel) for information.
0.0.6 #
- Completed
StoreModelwith formatted options.
0.0.5 #
- Added
StoreModel.
0.0.4 #
- Added
AddressModel.
0.0.3 #
- Added
Utilsclass for JSON conversion management. - Improved unit test coverage.
0.0.2 #
- Added
UserModeland established some immutable conditions.
0.0.1 #
- Added initial abstract class
Model.