- Upgraded Entity Framework to v4.2.0.0
- Stopped checking validation on Unchanged entities as this prevents stubs from being used (for things like associations)
- Upgraded Entity Framework to v5.0.0
- New .NET 4.0 and .NET 4.5 assemblies
- Merged branches of Visoft and Robert Sirre, adding metadata validation upon save (4.5 feature)
- Bugfix related to metadata validation (causing some PreActionHooks not to to be called)
- Added feature suggested by kirkchen : Atrejoe#1
- Also updated 4.5 version
- Bugfix > Corrected failing unit test
- Feature > Allowed IHook to target multiple Entity States
- Breaking Changes
- Upgraded Entity Framework to v6.0.1 - EF6 changed namespaces (e.g.
System.Data
toSystem.Data.Entity
) around. Because of this, v2.0+ won't work with EF5. Please continue to use an earlier version for your EF5 projects.
- Upgraded Entity Framework to v6.0.1 - EF6 changed namespaces (e.g.