0.38.0
(2024-03-09)
Remove "I" prefix from interfaces and change interfaces to types.
- Rename
IAutomaticTranslator
-> AutomaticTranslator
- Rename
ITranslatorOptions
-> TranslatorOptions
- Rename
IGoogleAutomaticTranslatorOptions
-> GoogleAutomaticTranslatorOptions
- Rename
ILindatAutomaticTranslatorOptions
-> LindatAutomaticTranslatorOptions
- Remove unused
IPersonProfile
- Remove unused
ILicense
- Remove unused
IRepository
Note: Keeping "I" prefix in internal tooling like IEntity
, IExecCommandOptions
, IExecCommandOptions
Note: Also keeping stuff imported from external libraries like IDestroyable