Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Releases: cuhsat/Caliban.Nano

Caliban.Nano 1.7.0

07 Jun 14:51

Choose a tag to compare

  • Derived Model from NotifyBase
  • Renamed conductor ViewModels
  • Updated documentation

Caliban.Nano 1.6.0

06 Jun 17:46

Choose a tag to compare

  • Added Model.Repository
  • Added more unit tests
  • Updated documentation

Caliban.Nano 1.5.2

04 Jun 11:17

Choose a tag to compare

  • Refactored Model Load/Save methods

Caliban.Nano 1.5.1

04 Jun 10:42

Choose a tag to compare

  • Updated Model documentation

Caliban.Nano 1.5.0

04 Jun 10:40

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

Choose a tag to compare

  • Added full API documentation

Caliban.Nano 1.4.3

15 May 16:28

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

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

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

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