Releases: ZenithDevs/openrepo
Releases · ZenithDevs/openrepo
v1.1
Optional Arguments
We've improved the way optional arguments are handled, in both the constructor and list functions. They are now objects with each key being an optional argument. Check the documentation for more details.
Proxies
You can now use proxies with OpenRepo! Add proxy: "https://site.com/{{url}}"
to the constructor function's options argument. {{url}}
will be replaced with the URL.
HTML Templates in List
You can now have the list function return HTML with the new successHTML: function
and failureHTML: function
options in the list function's options argument. The functions should return a string.
v1.0.1
Bug Fixes
- Fixes an issue where adding repos would fail.
- Adds the missing
clean
function.
New Features
- Allows for custom storage handlers (i.e.
sessionStorage
).
OpenRepo v1.0
Initial version.