pompelmi 0.34.7 → 0.34.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/README.md +98 -1171
  3. package/package.json +5 -1
package/CHANGELOG.md CHANGED
@@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## Unreleased (main)
9
+
10
+ ### Highlights
11
+
12
+ - Fixed `@pompelmi/fastify-plugin` multipart dependency wiring and removed an unnecessary promise hop.
13
+ - Refined the root README layout for faster first-run onboarding and clearer repo entry points.
14
+ - Refreshed README badges and demo media so the public repo surface is easier to scan quickly.
15
+ - Added verified mention badges to strengthen the top-level trust signals around adoption.
16
+ - Tightened onboarding copy across the repo surfaces to make the docs-and-examples path easier to follow.
17
+
18
+ ### Notes
19
+
20
+ This section summarizes changes since the last tag: `v0.34.8`.
21
+ Post-tag activity is currently limited, so the highlights above also surface the most recent user-visible commits from the current `v0.34.x` line for context.
22
+ For full details, see GitHub Releases / tag diffs.
23
+
8
24
  ## [0.27.1] - 2026-01-26
9
25
 
10
26
  ### Security