0.2.0
- Cleanup code
- Prevent
httpRequest
reuse - Removed use of curl callbacks (this ain't quite C)
- Stop using object props for throwaway data (fileName, EOCD, Local file headers, etc.)
- Variable names make some sort of sense now
- Prevent
- Removed outputting directly from
get()
: useecho
lazy! - Merged fix:
PartialData->tempName
assignment (Closes #5)