Releases: Caliban-Nano/Caliban.Nano
Releases · Caliban-Nano/Caliban.Nano
Caliban.Nano 1.7.0
Caliban.Nano 1.6.0
- Added Model.Repository
- Added more unit tests
- Updated documentation
Caliban.Nano 1.5.2
- Refactored Model Load/Save methods
Caliban.Nano 1.5.1
- Updated Model documentation
Caliban.Nano 1.5.0
- Fixed post build step on Azure DevOps
- Added Model and Model binding
- Added IModel interface to models
- Added Parent to ViewModels
- Added Close method to ViewModels
- Added IParent interface to conductors
- Added new Register method to Bootstrap
- Added constraints to generic types/methods
- Added Ninject sample project
- Added NLog sample project
- Added many more unit tests
- Changed dependency injection to be recursive
- Changed Logger to be disposeable
- Refactored NanoContainer
- Refactored WindowManager
- Refactored window handling
- Refactored Bootstrap methods
- Refactored Hello sample
- Updated documentation
Caliban.Nano 1.4.4
- Added full API documentation
Caliban.Nano 1.4.3
- Fixed binding with non public properties
- Fixed Bootstrap unit test
- Refactored mock classes
- Refactored unit tests
Caliban.Nano 1.4.2
- Fixed ClosingGuard bug
- Fixed XAML style format
- Added SetValue method to NotifyBase
- Added async void error handling
- Added internal exception logging
Caliban.Nano 1.4.1
- Suppressed warnings for second level properties
- Refactored window lifecycle
- Refactored documentation
Caliban.Nano 1.4.0
- Fixed the fucking Azure DevOps pipeline
- Fixed the VS Code settings file
- Added dispose to Bootstrapper
- Added closing to WindowManager
- Added ICommand implementation
- Added ViewBinder unit tests
- Changed Button binding to use command
- Refactored resolver querying
- Refactored some unit tests
- Refactored TestLogger
- Refactored TestViews
- Refactored TestViewModels
- Removed unused using