16 Commits

Author SHA1 Message Date
August (Chris)
3e9645c1f2 fix deflate misspelling (#19) 2019-12-12 23:57:15 -07:00
Wessel Tip
f165dade06 Oopsie 2019-10-26 14:45:22 +02:00
Wessel T
dd302b983e 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
2019-08-26 16:52:34 +02:00
Wessel Tip
f1ec45d913 Add profiles 2019-07-08 13:05:13 +02:00
Wessel Tip
faa6deb8a9 Some code base improvements 2019-06-07 20:22:59 +02:00
ba31773ca0 Update WumpResponse.js 2019-04-21 19:04:35 +02:00
August (Chris)
3cbbff8a26 Add WumpResponse#buffer
- Added a buffer function
- Add `WumpRequest#buffer` in typings
2019-04-21 10:00:20 -07:00
Wessel Tip
a72c2fd649 set chaining's default to true 2019-04-12 18:34:09 +02:00
Wessel Tip
c581ae33b0 Add chaining option and update README 2019-04-12 18:23:18 +02:00
Wessel Tip
6350d94f05 Derpy, next time test your stuff 2019-04-11 19:50:44 +02:00
Wessel Tip
84b1206398 smh derpy 2019-04-11 19:42:28 +02:00
Wessel T
94cbb595e8 Make declarations from small to large 2019-04-11 19:36:18 +02:00
David Ralph
d360bdcc07 More Improvements (see full info)
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!
2019-04-11 18:28:38 +01:00
David Ralph
75bf5323e8 Improvements
Changes:
* Fixed gulpfile.js formatting
* Fixed package.json and made it lighter
* Made index.js and WumpRequest.js lighter
* Made example lighter
* Fixed grammar issue in WumpRequest.js
* Fixed spacing issue in test
* Improved README.md and made it lighter
2019-04-07 11:58:42 +01:00
Wessel T
054f1832b6 Fixed hopefully 2019-04-06 23:21:45 +02:00
Wessel T
7ee8d3bf6b Many fixes! 2019-04-05 17:15:24 +02:00