- closes #12 explicit ISession registration
- closes #11 update to latest nhibernate and nancy libraries
- closes #9 by implementing GetOrThrow
- closes #8 adding auto NoMatchFoundException handling for Nancy
- closes #7 renaming nancy bootstrap methods
- fixed issue #5 by properly implementing NHiberate fetch provider for ThenFetch and ThenFetchMany
- fixed nuspec dependencies for Querify.Nh project
- separated NHibernate repository into a separate project
- added auto configuration for string ids to use manual id assignment by default
- added Fetch and FetchMany extensions for eager fetching
- added ExecuteForAll method to Advanced query extensions
- fix for issue #3 - crash when attempting to get entity from InMemoryRepository when no items of that type have been added to the Repository yet
- implemented auto-id generation for in memory repository to improve testability
- separating NHibernate and Nancy into separate project to keep core clean
- fixing nuget deployment issues
- working toward package stability