Skip to content

v2.0.8

Compare
Choose a tag to compare
@r3c r3c released this 11 Jun 13:48
· 84 commits to master since this release
  • Rework implementation of Value.FromReflection:
    • Use IL generation to improve performance (#156).
    • Introduce special handling for IEnumerable<T> & IDictionary<K, V> instances (#156, #157).
  • Fix issue with Trimmer.TrimFirstAndLastBlankLinesRegex when using \n EOL (#162).