Skip to content

2.1

Compare
Choose a tag to compare
@kkalinowski kkalinowski released this 07 Jul 11:08
· 176 commits to master since this release

Added:

  • Type.IsStatic()
  • int.ToBool()
  • bool.ToInt()
  • string.GetNumberOfOccurances()
  • string.GetAllOccurances()

Fixes:

  • object.In() and object.NotIn() handles nulls

Other:

  • added unit tests for object.Is() and object.IsNot()