forked from kylewelsby/angular-post-message
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
22 lines (11 loc) · 767 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Changelog
## v1.4.0
* Handle non JSON formatted messages. Message will be added to the `text` property of the response object. - closes #12 - thanks [mkly](https://github.com/mkly)
## v1.3.1
* Expose post message event.origin to listeners [5730fdc](https://github.com/kylewelsby/angular-post-message/commit/5730fdc93d96a3bc6cbb21eea7e37d14aec90686)
## v1.3.0
* Move the postmessage logic from the html directive to the module run block [5c6a7ab](https://github.com/kylewelsby/angular-post-message/commit/5c6a7ab4b685bc7f2e060e6c5534700770a70333)
## 1.2.0
* Refactor tests
## 1.1.2
* adding support for restricting target domain in postMessage [486250d](https://github.com/kylewelsby/angular-post-message/commit/486250dbcb2f209f08d80054abc8957a6ad9f711)