v8pp v1.3.0 Release Notes

Release Date: 2016-10-09 // over 7 years ago
  • Replaced static variables for class types identification by std::type_index in order to resolve an issue with the classes identification across different shared libraries.

    👀 Removal of those static variables also leads up to better concurrency support with multiple V8 isolates (see #28)