This repository was archived by the owner on Dec 9, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 43
Release notes
Kristoffer Ahl edited this page Mar 12, 2013
·
21 revisions
See the commit history for the full release notes of each release.
- Added RemovePolicy<TSecurityPolicy>(predicate)
- Marked RemovePoliciesFor as obsolete
- Added support for changing the default PolicyExecutionMode to "stop on first violation"
- Added missing .Clear() in DefaultPolicyAppender for RequireAllRolesPolicy
Released 2011-12-02. Thanks to Vish
- Added new policy (RequireAllRolesPolicy)
- Added support for using delegate policies (DelegatePolicy)
- Added Has<T>(predicate) and DoesNotHave<T>(predicate) expectation helpers
- Added support for scanning for all controllers in namespace of a type ForAllControllersInNamespaceContainingType
- Marked PolicyViolationException<T> as depricated
Released 2011-11-09. Thanks to Vish and Marius Schulz
- Added support Areas (Thanks to Bas ter Vrugt)
- Fix for VB.NET compatibility (Thanks to Christiaan Baes)
Released 2011-08-09.
- Added support for scanning for all controllers in:
- The calling assembly (ForAllControllers)
- A specified assembly (ForAllControllersInAssembly)
- Assembly containing type (ForAllControllersInAssemblyContainingType)
Released 2011-07-04.
Released 2011-06-19.