0.8.0 (2020-02-08)
- It is now safe to load Polytype multiple times even from mixed sources and in different realms.
- Dropped support for Node.js < 13.2.
0.7.0 (2020-01-20)
- Edge 79+ compatibility.
- Dropped support for older engines and tools.
- Updated package.json keywords.
0.6.1 (2019-10-20)
- Fixed behavior of method
isPrototypOf
with cross‐realm types.
0.6.0 (2019-10-19)
- Fixed issues with cross‐realm types.
- Improved documentation.
0.5.0 (2019-10-11)
- Clustered constructors can now be recognized as instances by the
Function
constructor. This change addresses a compatibility issue with Angular.
0.4.0 (2019-09-22)
- Full Safari 13 compatibility – dropped support for older versions of Safari.
- Dropped support for Node.js < 10.6.
- Updated code examples.
0.3.1 (2019-07-24)
- Fixed some issues with the documentation.
0.3.0 (2019-07-18)
- Changed and documented use of
getPrototypeListOf
with class constructors. - Extended and improved documentation.
0.2.0 (2019-07-06)
- Improved documentation.
- Dropped support for older browsers and TypeScript < 3.5.
0.1.0 (2019-06-09)
- The functions
classes
andgetPrototypeListOf
are now exported by default and no longer defined on globals. The global definitions can still be used by importing the “global” subdirectory package or by invoking the functiondefineGlobally
exported by the main module. - Dropped compatibility with some obsolete versions of Chrome/Chromium and Firefox.
0.0.1 (2019-05-18)
- Fixed merge priority of symbol own properties in constructructor targets.
- Fixed an issue with function names in Edge.
0.0.0 (2019-05-10)
First release derived from the Proxymi project.