Until this library makes it to a production release of v1.x, minor versions may contain breaking changes to the API. After v1.x, semantic versioning will be honored, and breaking changes will only occur under the umbrella of a major version bump.
- v2.4.1 - FIX: some users may have experiences peer dep issue with the new itty-router v5
- v2.4.0 - Added: this.id (getter), mapping to this.state.idFromName || this.state.id (original DO id)
- v2.3.0 - Added: this.deleteAlarm() to complete CF alarm API
- v2.0.0 - Updates to itty-router v4.x, and adds websocket support.
- v1.7.0 - adds websocket support by modifying internals. Non-breaking change.
- v0.2.0 - added export { proxyDurable(binding, class?) } to create a proxied durable stub from a binding (e.g. env.COUNTER), used internally in { withDurables() } middleware