Skip to content
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.

Latest commit

 

History

History
41 lines (25 loc) · 1 KB

CHANGELOG.md

File metadata and controls

41 lines (25 loc) · 1 KB

Changelog

v2.0.1

24-Nov-2016

  • Fix empty story list when loading in an iframe PR8

v2.0.0

17-Nov-2016

  • Identify the page with a parameter PR7

v1.1.0

28-Oct-2016

  • Use a constant key to identify relavent messages PR6

v1.0.4

28-Oct-2016

  • Allow message handlers to throw errors PR4

v1.0.3

28-Sep-2016

  • Serialize data because some objects throw error when sent over postMessage PR3

v1.0.2

28-Sep-2016

  • Do not serialize data because objects can be sent over postMessage PR1

v1.0.1

26-Sep-2016

  • Select the iframe by id (getElementById)

v1.0.0

26-Sep-2016

  • Implement send and receive functions