-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
24 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|