@Sugoi/Server v3.4.0 Release Notes

Release Date: 2019-03-24 // about 5 years ago
  • ๐Ÿ”‹ Features:

    • ๐Ÿ‘Œ Support for delay service initialization(#4 ) were added while using the IServerModule interface that provides onLoad method.
    • Injector service were added to allow easier Ioc handling

    ๐Ÿ’ฅ Breaking changes:

    • Circular dependencies between modules will throw a detailed error on server initialization.

    ๐Ÿ› Bug fixes:

    • ๐Ÿ›  Double module construct issue fixed, module will no longer initialize more then on time per application