Skip to content

Releases: ZenithDevs/openrepo

v1.1

24 Mar 22:05
Compare
Choose a tag to compare

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

24 Mar 19:42
Compare
Choose a tag to compare

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

27 Jan 22:24
af2b1e0
Compare
Choose a tag to compare

Initial version.