- Log workforce sync errors to backend stdout so they appear in docker logs - Extend error flash from 5s to 15s so errors are readable - Replace sendBeacon (POST-only) with keepalive fetch (PUT) on unload — sendBeacon was hitting 404s on all three unload saves Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
13 lines
545 B
Markdown
13 lines
545 B
Markdown
# Changelog
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
## v1.0.0 - 2026-06-11
|
|
|
|
### Commits
|
|
|
|
- Initial implementation [`8949b64`](https://github.com/inspect-js/is-document.all/commit/8949b6498351956a1689c2b6cc0fb9a0341cd169)
|
|
- Initial commit [`75a9723`](https://github.com/inspect-js/is-document.all/commit/75a97239ddfd312ba723bf3e71c2f820f1751d29)
|