denoflare

Develop, test, and deploy Cloudflare Workers with Deno.

MIT License

Downloads
122
Stars
638
Committers
7

Bot releases are visible (Hide)

denoflare - Release 0.3.3

Published by johnspurlock-skymethod almost 3 years ago

  • webtail: added new durable objects analytics screen
  • cli: denoflare analytics durable-objects
denoflare - Release 0.3.2

Published by johnspurlock-skymethod almost 3 years ago

  • Fixes a bug in denoflare serve when running a local script using a non-absolute path
  • Update to latest deno_graph
  • Update to std 0.114.0
denoflare - Release 0.3.1

Published by johnspurlock-skymethod almost 3 years ago

  • Fixes a bug when running serve with a local script and no configuration file
denoflare - Release 0.3.0

Published by johnspurlock-skymethod about 3 years ago

  • denoflare site: Primary button links.
  • denoflare site: Generate robots.txt, sitemap.xml with all content pages.
  • denoflare serve: Assume .mjs script local files are module-based workers.
  • denoflare serve: Don't require a profile to be configured to serve workers with no kv bindings.
  • examples: New tiered websockets example.
  • denoflare serve: Websockets working under isolation=isolate.
  • denoflare serve,denoflare push: New binding value resolution variable 'pushId' that increments on every push --watch or watching serve.
  • Update to Deno 1.14, [email protected]
  • denoflare serve: Utilize transferrable buffers (new in Deno 1.14) for rpc.
  • denoflare serve: Implement naive blockConcurrencyWhile.
  • denoflare serve: Implement newUniqueId.
  • denoflare site: Wire up Algolia DocSearch, new search options in site config.
  • webtail: Add ability to filter by log props, useful for DOs.
denoflare - Release 0.2.0

Published by johnspurlock-skymethod about 3 years ago

  • New denoflare site commands to develop and generate static sites for Cloudflare Pages, in the style of Cloudflare's Docs Engine
  • denoflare.dev docs now generated using this tool, with the content repo at skymethod/denoflare-docs
  • denoflare push --watch will monitor for local changes, and re-upload when any underlying module file changes
denoflare - Release 0.1.4

Published by johnspurlock-skymethod about 3 years ago

  • Making tailing more robust to connection dropouts and changes in network status.
denoflare - Release 0.1.3

Published by johnspurlock-skymethod about 3 years ago

  • Fix push bindings
denoflare - Release 0.1.2

Published by johnspurlock-skymethod about 3 years ago

  • Implement push bindings
denoflare - Release 0.1.1

Published by johnspurlock-skymethod about 3 years ago

  • Fix serve when running denoflare from a GitHub url
denoflare - Release 0.1.0

Published by johnspurlock-skymethod about 3 years ago

  • Initial public release
  • denoflare cli with serve, push, and tail
  • Denoflare Tail web app (https://tail.denoflare.dev) to monitor Cloudflare Worker requests and logs in the browser