Skip to content

Latest commit

 

History

History
55 lines (34 loc) · 1.57 KB

CHANGELOG.md

File metadata and controls

55 lines (34 loc) · 1.57 KB

March 4, 2024

  • Bug Fix: A child module which loads during the unload of the parent may cause BadState exceptions.

August 18, 2023

  • Improvement: Updated to null safety

December 13, 2018

  • Bug Fix: Address some memory leak edge cases around child modules:
    • Clear the list of child modules when the parent module is disposed.
    • Use manageDisposable() to manage a child module as soon as it is added instead of manually disposing each child module during parent module disposal.

November 27, 2018

  • Improvement: Dart 2 compatible!

October 16, 2018

Sep 13, 2018

  • BREAKING CHANGE: Remove the package:w_module/serializable_module.dart entry point, as it depended on dart:mirrors which is no longer supported in the browser in Dart 2.

    Consequently, the following API members have been removed:

    • Bridge
    • Reflectable
    • SerializableBus
    • SerializableEvent
    • SerializableEvents
    • SerializableModule