Releases: devjusty/emdash-to-buffer-plugin
Releases · devjusty/emdash-to-buffer-plugin
Release list
v1.1.2-beta.1
v1.1.1
emdash-to-buffer-plugin 1.1.1
Stable release graduating the 1.1.0 / 1.1.1-beta line. First-publish-only Buffer delivery is now the default.
Highlights
- First-publish only by default. Buffer is queued when a post first goes live, not when an already-published post is updated or republished.
- Observation watermark (
state:watchSince) skips posts that were already live when the plugin started tracking deliveries (EmDash re-firescontent:afterPublishwith no previous-state info). - Delivery claims (
state:delivered:{postId}) still prevent double-queue and republish-after-unpublish. - Optional resend: Settings toggle Send again when a published post is republished (
settings:repostOnRepublish, off by default), deduped per revision.
Breaking changes (since 1.0.0)
- Install uses a default export (no factory function).
emdash-to-buffer-plugin/nativeentrypoint removed — use the standard export inplugins:orsandboxed:.- Peer dependency is
emdash >= 0.30.0. - Packaging via
emdash-pluginCLI +emdash-plugin.jsonc.
Upgrade
pnpm add emdash-to-buffer-plugin@1.1.1import emdashToBuffer from "emdash-to-buffer-plugin";
emdash({
plugins: [emdashToBuffer],
// or: sandboxed: [emdashToBuffer],
});Notes
- Confirmed channels: LinkedIn, Facebook, Google Business.
- Graduates
1.1.0-beta.1,1.1.1-beta.1, and1.1.1-beta.2.