TinYard logo TinYard

Subscribe with RSS to keep up with the latest changes.

Release V1.2.0

November 08, 2020 major

Release 1.2.0

  • What is new?
    • Command System Extension, and Guards for Commands
    • Callback Timer Extension
    • Context Detain and Release functionality
  • What has changed?
    • Mediators can be mapped to Interfaces
    • Multiple Mediators can be mapped to a View
    • Context has a PostInitialize Hook
    • GetMappingValue returns object of Type T
    • Values being Injected into another class are also injected into prior to injection
  • Bug fixes
    • EventDispatcher AddListener<T> function now will not throw an error when being used. AddListener(Enum type, Action callback) will now not throw an exception if type is null also.

Release V1.1.1

August 10, 2020 minor

Release 1.1.1

  • What is new?
    • MVCBundle - Contains multiple extensions that are almost necessary to make the most of TinYard!
  • What has changed?
    • No changes, just fixes.
  • Bug fixes
    • MediatorMapper was breaking when you tried to Map().ToMediator() and then create the View. This has been fixed!

Release V1.1.0

August 04, 2020 major

Release 1.1.0

  • What is new?
    • Logging Extension
    • View Controller Extension
    • Mediator Map Extension

Release V1.0.0

April 06, 2020 major

Release 1.0.0

  • What is new?
    • Context
      • Extensions
      • Configs
      • Bundles
    • Mapping
    • Dependency Injection
    • Event System