- 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>
15 lines
815 B
Markdown
15 lines
815 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-15
|
|
|
|
### Commits
|
|
|
|
- Initial implementation, readme, tests, types, etc [`3e77971`](https://github.com/ljharb/es-abstract-get/commit/3e77971f2503a0db5232da5943e251353025dabb)
|
|
- Initial commit [`a267b43`](https://github.com/ljharb/es-abstract-get/commit/a267b430bba77c1e5f7efea3f5af73f33ec19d9d)
|
|
- npm init [`2751874`](https://github.com/ljharb/es-abstract-get/commit/2751874f7a511bcd5fa35864aa1cf180131ff175)
|
|
- Only apps should have lockfiles [`bade6ef`](https://github.com/ljharb/es-abstract-get/commit/bade6ef08f687091545bd6c41517424d989853a5)
|