Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 59d8f7e

Browse files
committed
roadmap: milestone: interplanetary JavaScript - ✔️
1 parent b0d73ae commit 59d8f7e

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

ROADMAP.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ IPFS JavaScript Implementation roadmap
77

88
# 2016 Q3
99

10-
# Milestone - js-ipfs on the browser
10+
# ✔️ Milestone - js-ipfs on the browser
1111

1212
> Summary: This milestone's focus is to ship a version of js-ipfs that can be embed in browser applications, creating an IPFS node inside a browser web application.
1313
@@ -108,7 +108,7 @@ UPDATE:
108108

109109
# 2016 Q4
110110

111-
# Milestone - The InterPlanetary JavaScript
111+
# ✔️ Milestone - The InterPlanetary JavaScript
112112

113113
> Summary: Settle in what will be the 'good parts' for us to use accross JS projects
114114
@@ -121,14 +121,15 @@ UPDATE:
121121

122122
### Tasks:
123123

124-
- [ ] Create an issue for each of the 'parts' that needs to be discussed
125-
- [ ] Parts:
126-
- ES5, Babel (transpilation) and PhantomJS
124+
- [x] Create an issue for each of the 'parts' that needs to be discussed
125+
- [x] Parts:
126+
- Supported Runtimes https://github.com/ipfs/js-ipfs/issues/536
127+
- Bundling js-ipfs and js-ipfs-api https://github.com/ipfs/js-ipfs/issues/429
127128
- Node.js version to support
128-
- Flow control library
129-
- Exposed Interfaces
130-
- Classes vs Functions
131-
- Getters and Setters
129+
- ~~Flow control library~~ -> Natural convergence happened - use Async
130+
- Exposed Interfaces https://github.com/ipfs/js-ipfs/issues/557
131+
- Improving init https://github.com/ipfs/js-ipfs/issues/556
132+
- Getters and Setters - https://github.com/ipfs/js-ipfs/issues/267
132133

133134
### Dependencies: `NA`
134135
### Requirements by other projects: `NA`

0 commit comments

Comments
 (0)