Skip to content
This repository has been archived by the owner on Dec 13, 2019. It is now read-only.

Latest commit

 

History

History
55 lines (26 loc) · 1.36 KB

CHANGELOG.md

File metadata and controls

55 lines (26 loc) · 1.36 KB

1.4.0 (2018-05-22)

Features

  • guid: add support for generating a sequential Guid (66c3e13)
  • net: support for netstandard2.0 (3e52c62)

1.3.2 (2016-11-13)

Features

  • transactions: remove new() constraint from TransactionManager (c60080a)

1.3.1 (2016-11-12)

Bug Fixes

  • expression: resolve issue with certain expression values not getting resolved (203ae0c)

1.3.0 (2016-06-08)

Features

  • ientity: entity manager should check for all IEntity types (f9c0af0)
  • id: allow Entity to use any Identity type, including strings (f9bda6e)

1.2.3 (2015-04-22)

Features

  • extensions: add inheritance check and Reflection extensions (bb188e5)

1.2.2 (2015-04-13)

Features

  • extensions: add ForEach and IfExists extention methods (112c186)