@@ -53,7 +53,7 @@ All notable changes to this project will be documented in this file. See
53
53
54
54
* Fix ` URL is not a constructor ` error for browser ([ #268 ] ( https://github.com/EventSource/eventsource/pull/268 ) Ajinkya Rajput)
55
55
56
- # [ 2.0.0] ( https://github.com/EventSource/eventsource/compare/v1.1.0...v2.0.0 ) (2022-03-02)
56
+ ## [ 2.0.0] ( https://github.com/EventSource/eventsource/compare/v1.1.0...v2.0.0 ) (2022-03-02)
57
57
58
58
### ⚠ BREAKING CHANGES
59
59
@@ -68,19 +68,19 @@ All notable changes to this project will be documented in this file. See
68
68
69
69
* NPM download badge links to malware ([ 8954d63] ( https://github.com/EventSource/eventsource/commit/8954d633f0b222a79d1650b05f37e9d118c27ed5 ) )
70
70
71
- # [ 1.1.2] ( https://github.com/EventSource/eventsource/compare/v1.1.1...v1.1.2 ) (2022-06-08)
71
+ ## [ 1.1.2] ( https://github.com/EventSource/eventsource/compare/v1.1.1...v1.1.2 ) (2022-06-08)
72
72
73
73
### Features
74
74
75
75
* Inline origin resolution, drops ` original ` dependency ([ #281 ] ( https://github.com/EventSource/eventsource/pull/281 ) Espen Hovlandsdal)
76
76
77
- # [ 1.1.1] ( https://github.com/EventSource/eventsource/compare/v1.1.0...v1.1.1 ) (2022-05-11)
77
+ ## [ 1.1.1] ( https://github.com/EventSource/eventsource/compare/v1.1.0...v1.1.1 ) (2022-05-11)
78
78
79
79
### Bug Fixes
80
80
81
81
* Do not include authorization and cookie headers on redirect to different origin ([ #273 ] ( https://github.com/EventSource/eventsource/pull/273 ) Espen Hovlandsdal)
82
82
83
- # [ 1.1.0] ( https://github.com/EventSource/eventsource/compare/v1.0.7...v1.1.0 ) (2021-03-18)
83
+ ## [ 1.1.0] ( https://github.com/EventSource/eventsource/compare/v1.0.7...v1.1.0 ) (2021-03-18)
84
84
85
85
### Features
86
86
@@ -133,7 +133,7 @@ All notable changes to this project will be documented in this file. See
133
133
134
134
* Reconnect if server responds with HTTP 500, 502, 503 or 504. ([ #74 ] ( https://github.com/EventSource/eventsource/pull/74 ) Vykintas Narmontas)
135
135
136
- # [ 1.0.0] ( https://github.com/EventSource/eventsource/compare/v0.2.3...v1.0.0 ) (2017-04-17)
136
+ ## [ 1.0.0] ( https://github.com/EventSource/eventsource/compare/v0.2.3...v1.0.0 ) (2017-04-17)
137
137
138
138
### Features
139
139
@@ -173,7 +173,7 @@ All notable changes to this project will be documented in this file. See
173
173
* Fix ` close() ` for polyfill. ([ #52 ] ( https://github.com/EventSource/eventsource/pull/52 ) brian-medendorp)
174
174
* Fix reconnect for polyfill. Only disable reconnect when server status is 204. (Aslak Hellesøy).
175
175
176
- # [ 0.2.0] ( https://github.com/EventSource/eventsource/compare/v0.1.6...v0.2.0 ) (2016-02-11)
176
+ ## [ 0.2.0] ( https://github.com/EventSource/eventsource/compare/v0.1.6...v0.2.0 ) (2016-02-11)
177
177
178
178
### Features
179
179
@@ -220,7 +220,7 @@ All notable changes to this project will be documented in this file. See
220
220
221
221
* Fix message type. ([ #33 ] ( https://github.com/EventSource/eventsource/pull/33 ) Romain Gauthier)
222
222
223
- # [ 0.1.0] ( https://github.com/EventSource/eventsource/compare/v0.0.10...v0.1.0 ) (2014-03-07)
223
+ ## [ 0.1.0] ( https://github.com/EventSource/eventsource/compare/v0.0.10...v0.1.0 ) (2014-03-07)
224
224
225
225
### Bug Fixes
226
226
0 commit comments