This repository has been archived by the owner on Dec 18, 2023. It is now read-only.
Tags: jyhi/purl-workers
Tags
Version 0.5.0 0.5.0 is a complete redesign and rewrite of the software. Usage is different from previous versions. Changed include but not limited to the following: - Non-standard `Entry` is replaced with standard `ResponseInit`. - More shortcuts are designed to make the configuration process be more "URL redirection". - Texual Expression is deprecated, in favor of custom responder functions written in JavaScript, compiled and shipped with the software, creating a much faster responding speed and enabling any logic to run as well. - KV is no longer a required component.
Version 0.4.0 - [Change] Empty entry objects or empty values no longer returns a 204 No Content; they may convey meanings. - [Fix] Base64 decoding was wrong using atob(); it has been fixed by shimming Node.js Buffer. - [Feat] A simple authorization scheme is added for secret sharing. - [Chore] GitHub workflows are set up. - [Docs] A "Deploy with Workers" button has been set up.