Skip to content

1.1

Compare
Choose a tag to compare
@VasekPurchart VasekPurchart released this 16 Sep 15:49
· 47 commits to master since this release
1.1
fb9892b
  • 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)