v0.3.0 - Profiles (Check the description for changes)

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
This commit is contained in:
Wessel T
2019-08-26 16:52:34 +02:00
parent fc74329800
commit dd302b983e
31 changed files with 965 additions and 864 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "wumpfetch",
"version": "0.2.13",
"description": "🚀 A lightweight and fast Node.JS HTTP Client",
"version": "0.3.0",
"description": "🚀🔗 A modern, lightweight, fast and easy to use Node.js HTTP client",
"author": "Wessel \"wesselgame\" T <discord@go2it.eu>",
"license": "MIT",
"main": "lib/index.js",
@@ -19,7 +19,7 @@
"url": "https://github.com/PassTheWessel/wumpfetch"
},
"scripts": {
"test": "cd __test__ && node main.js"
"test": "cd tests && node main.js"
},
"keywords": [
"http",