Skip to content

Releases: Caliban-Nano/Caliban.Nano

Caliban.Nano 1.7.0

07 Jun 14:51
Compare
Choose a tag to compare
  • Derived Model from NotifyBase
  • Renamed conductor ViewModels
  • Updated documentation

Caliban.Nano 1.6.0

06 Jun 17:46
Compare
Choose a tag to compare
  • Added Model.Repository
  • Added more unit tests
  • Updated documentation

Caliban.Nano 1.5.2

04 Jun 11:17
Compare
Choose a tag to compare
  • Refactored Model Load/Save methods

Caliban.Nano 1.5.1

04 Jun 10:42
Compare
Choose a tag to compare
  • Updated Model documentation

Caliban.Nano 1.5.0

04 Jun 10:40
Compare
Choose a tag to compare
  • 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

16 May 16:11
Compare
Choose a tag to compare
  • Added full API documentation

Caliban.Nano 1.4.3

15 May 16:28
Compare
Choose a tag to compare
  • Fixed binding with non public properties
  • Fixed Bootstrap unit test
  • Refactored mock classes
  • Refactored unit tests

Caliban.Nano 1.4.2

12 May 14:16
Compare
Choose a tag to compare
  • 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

08 May 17:49
Compare
Choose a tag to compare
  • Suppressed warnings for second level properties
  • Refactored window lifecycle
  • Refactored documentation

Caliban.Nano 1.4.0

07 May 12:24
Compare
Choose a tag to compare
  • 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