A lot has been renovated and some small things has been added to v0.3.0:
* Added profiles (`getProfile`, `setProfile`, `setDefaults`)
* Renamed `Collection` to `MemoryCollection`
* Made `wumpfetch.userAgent` read-only
* Renamed `__test__` to `tests`
* Removed the `dist` folder
* Changed the tab size from `4` to `2` in the declarations file
and wumpfetch TS test file
* Added JSdoc to `WumpRequest` and `WumpResponse`
* Fixed up some of the weird spacing in `WumpRequest` and
`WumpResponse`
* Cleaned up all test files
Here's what I did and why I did it:
* Remove README.md information about why use Wumpfetch - Users already know it's light from the start and from package phobia, no point adding extra unneeded information.
* Made gulpfile.js lighter - Made it like the other files
* Edit LICENSE - There was an unneeded gap
* Index.js modifications - No longer does it hard code the package name and URL, making life easier for people forking it or using it in business. Also changed request to req to make it lighter!
* .gitignore edit - Removed unneeded "/"
* WumpRequest.js Improvements - Package name and URL are also no longer hard coded here, renamed consts to decrease file size.
Now under 10kb!