sfcode
An Online Competing and Development Environment
CHANGELOG

<a href="https://github.com/blesh/symbol-observable/compare/1.1.0...v1.2.0">1.2.0</a> (2018-01-26)

Bug Fixes

  • TypeScript: Remove global Symbol declaration (427c3d7)
  • common js usage example (#30) (42c2ffa)

Features

  • bundlers: Add module and main entries in package.json (#33) (97673e1)

<a href="https://github.com/blesh/symbol-observable/compare/1.0.4...v1.1.0">1.1.0</a> (2017-11-28)

Bug Fixes

  • TypeScript: update TS to 2.0, fix typings (e08474e), closes #27

Features

  • browser: Fully qualified import for native esm browser support (#31) (8ae5f8e)
  • index.d.ts: add type info to Symbol.observable (e4be157)

<a href="https://github.com/blesh/symbol-observable/compare/1.0.3...v1.0.4">1.0.4</a> (2016-10-13)

Bug Fixes

  • global: global variable location no longer assumes module exists (4f85ede), closes #24

<a href="https://github.com/blesh/symbol-observable/compare/1.0.2...v1.0.3">1.0.3</a> (2016-10-11)

Bug Fixes

  • mozilla addons support: fix obtaining global object (#23) (38da34d), closes #23

<a href="https://github.com/blesh/symbol-observable/compare/1.0.1...v1.0.2">1.0.2</a> (2016-08-09)

Bug Fixes

  • ECMAScript 3: ensure output is ES3 compatible (3f37af3)

<a href="https://github.com/blesh/symbol-observable/compare/1.0.0...v1.0.1">1.0.1</a> (2016-06-15)

Bug Fixes

<a href="https://github.com/blesh/symbol-observable/compare/0.2.4...v1.0.0">1.0.0</a> (2016-06-13)

Bug Fixes

  • index.js: use typeof to check for global or window definitions (#8) (5f4c2c6)
  • types: use default syntax for typedef (240e3a6)
  • TypeScript: exported ponyfill now works with TypeScript (c0b894e)

Features

  • es2015: add es2015 implementation to support rollup (#10) (7a41de9)

BREAKING CHANGES

  • TypeScript: CJS users will now have to ‘require('symbol-observable’).defaultrather than justrequire('symbol-observable')` this was done to better support ES6 module bundlers.

<a href="https://github.com/blesh/symbol-observable/compare/0.2.2...v0.2.4">0.2.4</a> (2016-04-25)

Bug Fixes

  • IE8 support: Ensure ES3 support so IE8 is happy (9aaa7c3)
  • Symbol.observable: should NOT equal ‘Symbol.for('observable’)`. (3b0fdee), closes #7

<a href="https://github.com/blesh/symbol-observable/compare/0.2.3...v0.2.3">0.2.3</a> (2016-04-24)

Bug Fixes

  • IE8/ECMAScript 3: Make sure legacy browsers don't choke on a property named for. (9aaa7c)

<a href="https://github.com/sindresorhus/symbol-observable/compare/0.2.1...v0.2.2">0.2.2</a> (2016-04-19)

Features

  • TypeScript: add TypeScript typings file (befd7a)

<a href="https://github.com/sindresorhus/symbol-observable/compare/0.2.0...v0.2.1">0.2.1</a> (2016-04-19)

Bug Fixes

  • publish: publish all required files (5f26c3a)

<a href="https://github.com/sindresorhus/symbol-observable/compare/v0.1.0...v0.2.0">0.2.0</a> (2016-04-19)

Bug Fixes

  • Symbol.observable: ensure Symbol.for(\'observable\') matches Symbol.observable (ada343f), closes #1 #2