This website works better with JavaScript
홈
탐색
도움말
로그인
waibao
/
NN2022100801
Watch
2
Star
0
포크
0
파일
이슈
0
풀 리퀘스트
0
위키
브렌치:
master
브랜치
태그
master
NN2022100801
/
addons
/
admin
/
node_modules
/
symbol-observable
/
CHANGELOG.md
CHANGELOG.md
1.7 KB
고유링크
히스토리
Raw
0.2.4
(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
0.2.3
(2016-04-24)
Bug Fixes
IE8/ECMAScript 3
: Make sure legacy browsers don't choke on a property named
for
. (
9aaa7c
)
0.2.2
(2016-04-19)
Features
TypeScript:
add TypeScript typings file (
befd7a
)
0.2.1
(2016-04-19)
Bug Fixes
publish:
publish all required files (
5f26c3a
)
0.2.0
(2016-04-19)
Bug Fixes
Symbol.observable:
ensure Symbol.for(\'observable\') matches Symbol.observable (
ada343f
), closes
#1
#2