Releases: axodotdev/axoasset
v1.4.0
v1.3.0
This release just updates dependencies.
v1.2.0
This release just updates dependencies.
v1.1.0
v1.0.1
The primary feature of this release is adding some internal-for-now environment variables that allow the end user to change the level of compression at runtime.
The primary motivator of this is improving the speed of testing dist. PR/212
This release also includes some general dependency updates.
v1.0.0
The design of APIs has been massively overhauled and normalized, with the changes too substantial to individually enumerate. Major highlights:
- Asset (the union between LocalAsset and RemoteAsset) has been removed
- RemoteAsset is largely replaced with AxoClient which to allow you to actually initialized/configure the underlying reqwest client
- Errors cleaned up
- Function names cleaned up to be unambiguous and normal
- "missing" APIs added
v0.10.1
🛠️ Fixes
Fixes the pub use reqwest that was added in the previous version.
v0.10.0
🛠️ Fixes
- RemoteAsset: fix mimetype requirement - [mistydemeo], pr126
Fixes an issue where functions like RemoteAsset::copy would fail on files without specific mimetypes. We used this to assign file extensions based on mimetype, but it shouldn't have rejected other files.
- RemoteAsset: exposes reqwest - [mistydemeo], pr137
- LocalAsset: fixes a misleading error message - sorairolake, pr126
Maintenace
Updates several dependencies.
v0.9.5
Maintenace
Relaxes the reqwest dependency range.
0.9.4 - 2024-05-22
Maintenace
Updates several dependencies.