1 |
3a515b92
|
cagy
|
<a name="1.2.0"></a>
|
2 |
|
|
# [1.2.0](https://github.com/blesh/symbol-observable/compare/1.1.0...v1.2.0) (2018-01-26)
|
3 |
|
|
|
4 |
|
|
|
5 |
|
|
### Bug Fixes
|
6 |
|
|
|
7 |
|
|
* **TypeScript:** Remove global Symbol declaration ([427c3d7](https://github.com/blesh/symbol-observable/commit/427c3d7))
|
8 |
|
|
* common js usage example (#30) ([42c2ffa](https://github.com/blesh/symbol-observable/commit/42c2ffa))
|
9 |
|
|
|
10 |
|
|
|
11 |
|
|
### Features
|
12 |
|
|
|
13 |
|
|
* **bundlers:** Add module and main entries in package.json (#33) ([97673e1](https://github.com/blesh/symbol-observable/commit/97673e1))
|
14 |
|
|
|
15 |
|
|
|
16 |
|
|
|
17 |
|
|
<a name="1.1.0"></a>
|
18 |
|
|
# [1.1.0](https://github.com/blesh/symbol-observable/compare/1.0.4...v1.1.0) (2017-11-28)
|
19 |
|
|
|
20 |
|
|
|
21 |
|
|
### Bug Fixes
|
22 |
|
|
|
23 |
|
|
* **TypeScript:** update TS to 2.0, fix typings ([e08474e](https://github.com/blesh/symbol-observable/commit/e08474e)), closes [#27](https://github.com/blesh/symbol-observable/issues/27)
|
24 |
|
|
|
25 |
|
|
|
26 |
|
|
### Features
|
27 |
|
|
|
28 |
|
|
* **browser:** Fully qualified import for native esm browser support (#31) ([8ae5f8e](https://github.com/blesh/symbol-observable/commit/8ae5f8e))
|
29 |
|
|
* **index.d.ts:** add type info to Symbol.observable ([e4be157](https://github.com/blesh/symbol-observable/commit/e4be157))
|
30 |
|
|
|
31 |
|
|
|
32 |
|
|
|
33 |
|
|
<a name="1.0.4"></a>
|
34 |
|
|
## [1.0.4](https://github.com/blesh/symbol-observable/compare/1.0.3...v1.0.4) (2016-10-13)
|
35 |
|
|
|
36 |
|
|
|
37 |
|
|
### Bug Fixes
|
38 |
|
|
|
39 |
|
|
* **global:** global variable location no longer assumes `module` exists ([4f85ede](https://github.com/blesh/symbol-observable/commit/4f85ede)), closes [#24](https://github.com/blesh/symbol-observable/issues/24)
|
40 |
|
|
|
41 |
|
|
|
42 |
|
|
|
43 |
|
|
<a name="1.0.3"></a>
|
44 |
|
|
## [1.0.3](https://github.com/blesh/symbol-observable/compare/1.0.2...v1.0.3) (2016-10-11)
|
45 |
|
|
|
46 |
|
|
|
47 |
|
|
### Bug Fixes
|
48 |
|
|
|
49 |
|
|
* **mozilla addons support:** fix obtaining global object (#23) ([38da34d](https://github.com/blesh/symbol-observable/commit/38da34d)), closes [#23](https://github.com/blesh/symbol-observable/issues/23)
|
50 |
|
|
|
51 |
|
|
|
52 |
|
|
|
53 |
|
|
<a name="1.0.2"></a>
|
54 |
|
|
## [1.0.2](https://github.com/blesh/symbol-observable/compare/1.0.1...v1.0.2) (2016-08-09)
|
55 |
|
|
|
56 |
|
|
### Bug Fixes
|
57 |
|
|
|
58 |
|
|
* **ECMAScript 3**: ensure output is ES3 compatible ([3f37af3](https://github.com/blesh/symbol-observable/commit/3f37af3))
|
59 |
|
|
|
60 |
|
|
|
61 |
|
|
|
62 |
|
|
<a name="1.0.1"></a>
|
63 |
|
|
## [1.0.1](https://github.com/blesh/symbol-observable/compare/1.0.0...v1.0.1) (2016-06-15)
|
64 |
|
|
|
65 |
|
|
|
66 |
|
|
### Bug Fixes
|
67 |
|
|
|
68 |
|
|
* **bundlers:** fix issue that caused some bundlers not to be able to locate `/lib` (#19) ([dd8fdfe](https://github.com/blesh/symbol-observable/commit/dd8fdfe)), closes [(#19](https://github.com/(/issues/19) [#17](https://github.com/blesh/symbol-observable/issues/17)
|
69 |
|
|
|
70 |
|
|
|
71 |
|
|
|
72 |
|
|
<a name="1.0.0"></a>
|
73 |
|
|
# [1.0.0](https://github.com/blesh/symbol-observable/compare/0.2.4...v1.0.0) (2016-06-13)
|
74 |
|
|
|
75 |
|
|
|
76 |
|
|
### Bug Fixes
|
77 |
|
|
|
78 |
|
|
* **index.js:** use typeof to check for global or window definitions (#8) ([5f4c2c6](https://github.com/blesh/symbol-observable/commit/5f4c2c6))
|
79 |
|
|
* **types:** use default syntax for typedef ([240e3a6](https://github.com/blesh/symbol-observable/commit/240e3a6))
|
80 |
|
|
* **TypeScript:** exported ponyfill now works with TypeScript ([c0b894e](https://github.com/blesh/symbol-observable/commit/c0b894e))
|
81 |
|
|
|
82 |
|
|
### Features
|
83 |
|
|
|
84 |
|
|
* **es2015:** add es2015 implementation to support rollup (#10) ([7a41de9](https://github.com/blesh/symbol-observable/commit/7a41de9))
|
85 |
|
|
|
86 |
|
|
|
87 |
|
|
### BREAKING CHANGES
|
88 |
|
|
|
89 |
|
|
* TypeScript: CJS users will now have to `require('symbol-observable').default` rather than just `require('symbol-observable')` this was done to better support ES6 module bundlers.
|
90 |
|
|
|
91 |
|
|
|
92 |
|
|
|
93 |
|
|
<a name="0.2.4"></a>
|
94 |
|
|
## [0.2.4](https://github.com/blesh/symbol-observable/compare/0.2.2...v0.2.4) (2016-04-25)
|
95 |
|
|
|
96 |
|
|
|
97 |
|
|
### Bug Fixes
|
98 |
|
|
|
99 |
|
|
* **IE8 support:** Ensure ES3 support so IE8 is happy ([9aaa7c3](https://github.com/blesh/symbol-observable/commit/9aaa7c3))
|
100 |
|
|
* **Symbol.observable:** should NOT equal `Symbol.for('observable')`. ([3b0fdee](https://github.com/blesh/symbol-observable/commit/3b0fdee)), closes [#7](https://github.com/blesh/symbol-observable/issues/7)
|
101 |
|
|
|
102 |
|
|
|
103 |
|
|
|
104 |
|
|
<a name="0.2.3"></a>
|
105 |
|
|
## [0.2.3](https://github.com/blesh/symbol-observable/compare/0.2.3...v0.2.3) (2016-04-24)
|
106 |
|
|
|
107 |
|
|
### Bug Fixes
|
108 |
|
|
|
109 |
|
|
- **IE8/ECMAScript 3**: Make sure legacy browsers don't choke on a property named `for`. ([9aaa7c](https://github.com/blesh/symbol-observable/9aaa7c))
|
110 |
|
|
|
111 |
|
|
|
112 |
|
|
<a name="0.2.2"></a>
|
113 |
|
|
## [0.2.2](https://github.com/sindresorhus/symbol-observable/compare/0.2.1...v0.2.2) (2016-04-19)
|
114 |
|
|
|
115 |
|
|
### Features
|
116 |
|
|
|
117 |
|
|
* **TypeScript:** add TypeScript typings file ([befd7a](https://github.com/sindresorhus/symbol-observable/commit/befd7a))
|
118 |
|
|
|
119 |
|
|
|
120 |
|
|
<a name="0.2.1"></a>
|
121 |
|
|
## [0.2.1](https://github.com/sindresorhus/symbol-observable/compare/0.2.0...v0.2.1) (2016-04-19)
|
122 |
|
|
|
123 |
|
|
|
124 |
|
|
### Bug Fixes
|
125 |
|
|
|
126 |
|
|
* **publish:** publish all required files ([5f26c3a](https://github.com/sindresorhus/symbol-observable/commit/5f26c3a))
|
127 |
|
|
|
128 |
|
|
|
129 |
|
|
|
130 |
|
|
<a name="0.2.0"></a>
|
131 |
|
|
# [0.2.0](https://github.com/sindresorhus/symbol-observable/compare/v0.1.0...v0.2.0) (2016-04-19)
|
132 |
|
|
|
133 |
|
|
|
134 |
|
|
### Bug Fixes
|
135 |
|
|
|
136 |
|
|
* **Symbol.observable:** ensure Symbol.for(\'observable\') matches Symbol.observable ([ada343f](https://github.com/sindresorhus/symbol-observable/commit/ada343f)), closes [#1](https://github.com/sindresorhus/symbol-observable/issues/1) [#2](https://github.com/sindresorhus/symbol-observable/issues/2)
|