Skip to content

Support CustomReflectables

Compare
Choose a tag to compare
@Kuniwak Kuniwak released this 27 May 11:08
· 34 commits to master since this release

Major-level changes

  • Fix misunderstood for generic type (the truly cause is CustomRefelectable)
  • Remove DiffableConvertible for Builtin types

Minor-level changes

  • Support CustomReflectables such as CGFloat, Character, Range, ... (related to #30)

Patch-level changes

  • Fix type confusion caused by CustomReflectables
  • Fix MetaType transform
  • Strict comparison for String, Substring, Int, Double, Tuple, ...