v0.5.0
Maven:
<dependencies>
<dependency>
<groupId>care.smith.top</groupId>
<artifactId>top-api</artifactId>
<version>0.5.0</version>
</dependency>
</dependencies>
Breaking Changes
- renamed package care.smith.top.backend.model to care.smith.top.model
- simplified unit property of phenotypes
- simplified data source configuration of queries
What's Changed
- Prevent generation of useless "*AllOf" classes by @ChristophB in #78
- v0.5.0 by @ChristophB in #80
Full Changelog: v0.4.3...v0.5.0