Releases: Nick-Lucas/LimeBean
Releases · Nick-Lucas/LimeBean
Bean Getter Strictness
- 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)
- Both Bean and BeanAPI now have publicly exposed interfaces to allow for Mocking during unit testing
1.2.5 (Documentation)
1.2.5
- Intellisense Documentation
- Add Bean.Columns IEnumerable property
- Bugfix to FindIterator(...) which was Eager loading instead of Lazy loading. Now iterates efficiently