Skip to content

Commit

Permalink
MDs
Browse files Browse the repository at this point in the history
  • Loading branch information
tomek-f committed Apr 6, 2021
1 parent 503912f commit 10b5fec
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 8 deletions.
29 changes: 22 additions & 7 deletions 2do.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,26 @@
# 2do

* [ ] remove getUrlVar
* [ ] fix readme (.all)
* [ ] remove script after load (JSONP)
## 2.0.0

* [x] fix readme (.all)
* [x] UMD
* [x] readme (umd, options, examples)
* [ ] drop arguments, just string | object - fix current behavior or Array<string | object> for multiple
* [ ] remove getUrlVar, as it's unused
* [ ] JSONP proper examples
* [ ] url to broken version's readme
* [ ] better paths (index.js)
* [ ] folders: src (es6+), dist (es5, umd)
* [ ] user rollup or parcell instead of browserify
* [ ] split code?
* [ ] return data in JSONP?
* [ ] remove script after load (JSONP) ?

## 2.x.x
* [ ] typescript
* [ ] timeouts
* [ ] JSONP example
* [ ] tests
* [x] UMD
* [ ] readme (umd, options, examples)
* [ ] test cache
* [ ] test browser cache

# x.x.x
* drop UMD?
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ loadScripts(
});
```

Load more scripts (Promise.all) - objects and urls, callback must be unique names
Load more scripts (Promise.all) - objects and urls, callBackNames must be unique names

```js
import loadScript from 'simple-load-script';
Expand Down
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# changelog

## 1.0.3
* update 2do
* update readme
* update dev deps

Expand Down

0 comments on commit 10b5fec

Please sign in to comment.