1.1
- Cache which fields on entities are enums (#7, thanks @Majkl578 and @jakub-klapka for ideas and testing)
- This can lead to 10-20% improvement in performance on large amounts of data, see the PR for details
- Cache is configurable so make sure to use the most appropriate one for given environment to get the best performance
- Fixed using embeddables in combination with partial (fixed in #6, reported in #5, additional tests in #8)