- Minor improvements for FillDbWithFakeData.ps1
- Add tests for Test-Entity method
- More tests for modification of entities
- Add Test-Entity method to check existence of entities
- Remove parameter FactoryName from New-IdentityManagerSession. It can be detected automatically from connectionstring.
- Minor improvements for FillDbWithFakeData.ps1
- Better detection for unsupported PowerShell version
- Code cleanup
- Fix reloading of entities
- Fix performance tests
- More tests for Resolve-Exception
- Fix reloading of entities
- Add contribute script to populate a database with some fake data
- Fix issues with duplicate session closing
- Add some performance tests
- Fix some typos
- Improve bulk operations
- Turn off debug messages and add hint into README.md
- Hotfix for missing variable assignment in v0.0.13
- Fix issue #22: How to deal with multiple DB's in different versions
- Fix issue #23: Cant create application server connection
- Add more tests for New-IdentityManagerSession
- Minor cleanup
- Minor cleanup
- Introduce new parameter ModulesToAdd to New-IdentityManagerSession and wrapper functions to control function creation
- Introduce new parameter ProductFilePath to Get-Authentifier and New-IdentityManagerSession to allow specification of assembly path
- Fix issue #19: Can't set attributes to empty
- Add tests for Set-EntityColumnValue
- Fix typos
- Add method
Get-TableCount
- Add tests for method
Get-TableCount
- Rename
Get-Method
toGet-EntityMethod
- Reload entities to allow further updates
- Don't try to load an entity if it already passed
- First typed wrapper tests
- Major improvements for README.md
- Add new script handle_deps.ps1 to allow easy handling of external product DLLs
- Rename License file to LICENSE.md
- Fix #7 New-Entity fails with error: "Resolve-Exception : The term 'Add-s' is not recognized as the name of a cmdlet..."
- Better error handling during module loading
- Rename functions
Get-Event
/Invoke-Event
toGet-ImEvent
/Invoke-ImEvent
because of ambiguous overwriting of default methods
- Introduce tests
- Introduce Pester tests