All notable changes to this project will be documented in this file.
on()event listeners, currently functioning with on "request" and "response" events occur.
.textmethod will return""if text is from a binary.
- Forks now return another Ira instance
- All
.blob, .text, .jsonresponses are provided now
- Minified version - really added, comments kept : )
- Now you can .extend.extend.extend.... Ira's: Keep in mind that from a
.extendfunction prop._configwill return config provided on function call.
- Custom function export has been replaced
- Removed string version of Blob if it's text type or type's undefined
- You can now parse blob to base64 -
ira.blobToBase64
- Now user wont get utf-8 version of binary inside data.blob
.reset() method, you can useira.config({})
- Params can be passed from request:
ira.get("/", { params: { } }) - This log was created
- Root const's were changed to var