Skip to content

Releases: Nick-Lucas/LimeBean

Bean Getter Strictness

30 Jul 20:13
Compare
Choose a tag to compare
  • Bean.Get will now validate by default whether the requested column exists and throw if not. Can be switched off
  • BeanAPI.BeanOptions added for configuration of this, and future scaling of options
  • Minor fix to naming if IBeanApi

v1.2.6 (Testability)

04 Jul 21:18
Compare
Choose a tag to compare
  • Both Bean and BeanAPI now have publicly exposed interfaces to allow for Mocking during unit testing

1.2.5 (Documentation)

03 Jul 13:56
Compare
Choose a tag to compare

1.2.5

  • Intellisense Documentation
  • Add Bean.Columns IEnumerable property
  • Bugfix to FindIterator(...) which was Eager loading instead of Lazy loading. Now iterates efficiently