File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 2.0.0] ( https://github.com/alanshaw/get-iterator/compare/v1.0.2...v2.0.0 ) (2022-01-12)
2
+
3
+
4
+ ### ⚠ BREAKING CHANGES
5
+
6
+ * switch to named exports, ESM only
7
+
8
+ ### Features
9
+
10
+ * convert to typescript ([ #14 ] ( https://github.com/alanshaw/get-iterator/issues/14 ) ) ([ 09ff04a] ( https://github.com/alanshaw/get-iterator/commit/09ff04a38203d067220236080994ad91e65f1451 ) )
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * update branch name ([ #15 ] ( https://github.com/alanshaw/get-iterator/issues/15 ) ) ([ c89b3d2] ( https://github.com/alanshaw/get-iterator/commit/c89b3d2bb600c975d24a95b5efc9b3fde66e75bf ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " get-iterator" ,
3
- "version" : " 1 .0.2 " ,
3
+ "version" : " 2 .0.0 " ,
4
4
"description" : " Get the default iterator or async iterator for an iterable or async iterable" ,
5
5
"type" : " module" ,
6
6
"types" : " ./dist/src/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments