Blackhole v0.3.2 Release Notes

Release Date: 2014-11-17 // over 9 years ago
  • 🛠 Fixed

    • 🛠 Fix improper type mapping by name.

    When registering Cartesian product of all possible formatters and sinks with the factory, they are internally mapped into typeid structure to be able to extract proper type factory by its name or by user-defined mapper trait.

    Accidentally I've just forgot to write proper code for default case (mapping by entity name). Now the default type mapping checks whether type name is equal with the given one.