• 2.0.0 88cf91091e

    jpcx released this 2021-09-15 17:12:40 -07:00 | 12 commits to main since this release

    Changed

    • Made improvements to the 0.4.1 migration guide and README.
    • Kraken.Emitter moved to its own package and improved; filters now pass on type assertion result to listeners.
      • This changed the signature for event filtering:
        • (...args: <type>[]) => boolean -> (args: [<type>, <type>, ...]) => args is [<subtype>, <subtype>, ...]
    • Moved (internally) from qs to URLSearchParams due to deprecation.

    Removed

    • Kraken.Emitter
    Downloads