Skip to content

Changelog

[1.6.10] - 2026-04-20

  • Added Playtech (POP) openpage feature support — cashier, help, history, realityCheck, and support now delegate page navigation to the wrapper when the feature is enabled.
  • Added New help and support methods.

[1.6.9] - 2026-03-02

  • Changed Renamed SGD -> LNW

[1.6.8] - 2026-03-02

  • Added Playtech (POP) operator documentation.

[1.6.7] - 2026-02-23

  • Added Mandatory game settings documentation for ReelLink operator.

[1.6.6] - 2026-02-13

  • Added Local search functionality to the documentation site.
  • Added updateBalanceRequested event listener to ReelLink operator documentation.

[1.6.5] - 2026-01-27

  • Added GamesGlobal operator integration using Bridge API protocol.
  • Added New playerActivity() method to notify the lobby of player activity for session inactivity tracking.

[1.6.4] - 2026-01-02

  • Changed Renamed Swiss Casino operator to ReelLink.
  • Changed Improved API documentation for event listeners.

[1.6.0-1.6.3] - 2025-11-24

  • Added Comprehensive API documentation for all methods and events.
  • Removed Removed redundant JSDoc comments from source code.

[1.5.7] - 2025-11-18

  • Added New sendRealityCheckResponse method that needs to be called when a player clicks "continue" on a reality check popup.

[1.5.6] - 2025-09-24

  • Changed Updated @hoelle/apiv2-definitions from 3.20.0 to 3.20.6.

[1.5.5] - 2025-08-28

  • Changed Updated @hoelle/apiv2-definitions from 3.17.0 to 3.20.0.

[1.5.4] - 2025-08-01

  • Changed Updated jsdoc version from 3.6.11 to 4.0.4.

[1.5.3] - 2025-08-01

  • Removed Removed API_RETURNCODES import. It is now imported from @hoelle/apiv2-definitions.

[1.5.2] - 2025-08-01

  • Changed Updated @hoelle/apiv2-definitions from 3.11.1 to 3.17.0.

[1.5.0-1.5.1] - 2025-07-23

  • Changed Renamed "IncomingEvent" to "OperatorInterfaceToGameMessage" for messages sent from OperatorInterface to the game.
  • Added Added "OperatorToOperatorInterfaceMessage" type for messages sent from operator to OperatorInterface.

[1.4.8] - 2025-06-03

  • Added Added forwarding of 'updateBalanceRequested' event to the game.

[1.4.7] - 2025-04-28

  • Changed Updated @hoelle/apiv2-definitions from 3.10.0 to 3.11.1.

[1.4.6] - 2025-04-24

  • Added API_RETURNCODES is now exported from the module.
  • Changed sender and lang are no longer sent in postmessages for Playtech POP integration.

[1.4.5] - 2025-04-08

  • Added Playtech POP Integration.
  • Changed Slightly modified postMessage logic to only post to the parent window if the parent window exists.
  • Changed Logging is now enabled by default.

[1.4.4] - 2025-04-01

  • Added spinStopRequested incoming event now handled and forwarded to the game.

[1.4.3] - 2024-08-07

  • Added test/index.html with an example of how to import and use OperatorInterface in-browser without using NPM.
  • Changed Readme updated with opt-in rudimentary logging.
  • Changed isSGDMobile replaced with more generic isMobile.
  • Changed isSGDMobile now calculated from isMobile and operatorProtocol.

[1.4.2] - 2024-08-06

  • Added Opt-in rudimentary logging now supported.

[1.4.1] - 2024-01-05

  • Changed Events are now emitted for SGD (LnW) when in desktop mode.

[1.4.0] - 2023-10-17

  • Added New functions:
    • freeSpinsAwarded
    • fullRow
    • gambleWin
    • lineCountUpdated
    • scatterWin
    • visibleSymbols
    • winningSymbols
  • Changed Updated functions:
    • autoplayFinished
    • autoplayStarted
    • cashWin
    • freeplaysAwarded
    • stakeUpdated
    • turboDisabled
    • turboEnabled
  • Moved freeplayAwarded renamed to freeplaysAwarded.
  • Moved freeplaySummary renamed to freeplaysSummary.
  • Moved winUpdated renamed to cashWin.