Skip to content

Create Release v3.8.0 - #40

Merged
Sv443 merged 1 commit into
mainfrom
changeset-release/main
Aug 15, 2026
Merged

Create Release v3.8.0#40
Sv443 merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 1, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@sv443-network/[email protected]

Minor Changes

  • 96abc51: Added new DataStore engine IndexedDBStorageEngine for DOM environments with access to indexedDB.
    This engine allows for larger storage limits and more complex data structures, including non-JSON-serializable and binary (Blob / File) data.
  • 12866fb: DataStoreSerializer now extends PicoEmitter and emits these events:
    • loadedAllStores: Emitted once, whenever all contained DataStore instances have finished loading at least once. No arguments.
    • loadedStore: Emitted once, whenever a contained DataStore instance has finished loading at least once. Gets passed the instance as the only argument.
    • resetStores: Emitted whenever one or more stores have had their data reset to the default value. Gets passed an array of all instances that were reset.
    • deletedStores: Emitted whenever one or more stores have had their persistent data cleared. Gets passed an array of all instances that were cleared.

Patch Changes

  • 969119f: NanoEmitterOptions.publicEmit is no longer a required property in all CoreUtils classes that extend NanoEmitter.
  • 0265c41: createProgressBar() now correctly uses the 25% and 75% characters.

@github-actions
github-actions Bot force-pushed the changeset-release/main branch from e0e84c7 to 0cb0a89 Compare June 21, 2026 17:28
@github-actions github-actions Bot changed the title Create Release v3.7.2 Create Release v3.8.0 Jun 21, 2026
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 0cb0a89 to c466464 Compare June 21, 2026 17:31
@coveralls

coveralls commented Jun 21, 2026

Copy link
Copy Markdown

Coverage Report for CI Build 31884682624

Coverage decreased (-0.002%) to 95.947%

Details

  • Coverage decreased (-0.002%) from the base build.
  • Patch coverage: No coverable lines changed in this PR.
  • No coverage regressions found.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

No coverage regressions found.


Coverage Stats

Coverage Status
Relevant Lines: 1538
Covered Lines: 1519
Line Coverage: 98.76%
Relevant Branches: 732
Covered Branches: 659
Branch Coverage: 90.03%
Branches in Coverage %: Yes
Coverage Strength: 2970.91 hits per line

💛 - Coveralls

@github-actions
github-actions Bot force-pushed the changeset-release/main branch from c466464 to 1225c71 Compare August 15, 2026 12:24
@Sv443 Sv443 mentioned this pull request Aug 15, 2026
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 1225c71 to 217f7c2 Compare August 15, 2026 12:28
@Sv443
Sv443 merged commit bf900bc into main Aug 15, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants