feat!: migrate to Bun, publish ESM-only exports, add framework integr…#30
Merged
dschewchenko merged 1 commit intomainfrom Dec 19, 2025
Merged
feat!: migrate to Bun, publish ESM-only exports, add framework integr…#30dschewchenko merged 1 commit intomainfrom
dschewchenko merged 1 commit intomainfrom
Conversation
…ations - Tooling: switch scripts/CI to Bun - Packaging: ESM-only build, modern exports map + wildcard subpath exports for integrations (permask/<integration>) - Integrations: express, fastify, h3, nitro, nestjs, hono, koa, itty-router, elysia (thin adapters) - Core: add PermaskError, base64 helpers, portable packBitmasks/unpackBitmasks, add formatBitmask BREAKING CHANGE: package is ESM-only (CJS/UMD entry points removed) BREAKING CHANGE: unpackBitmasks now throws PermaskError on invalid input BREAKING CHANGE: createPermask().create now throws PermaskError for unknown groups
Coverage Report
File Coverage |
github-actions bot
pushed a commit
that referenced
this pull request
Dec 19, 2025
# [3.0.0](v2.1.1...v3.0.0) (2025-12-19) * feat!: migrate to Bun, publish ESM-only exports, add framework integrations ([#30](#30)) ([29e4ccd](29e4ccd)) ### BREAKING CHANGES * package is ESM-only (CJS/UMD entry points removed) * unpackBitmasks now throws PermaskError on invalid input * createPermask().create now throws PermaskError for unknown groups
dschewchenko
added a commit
that referenced
this pull request
Dec 19, 2025
…ations (#30) - Tooling: switch scripts/CI to Bun - Packaging: ESM-only build, modern exports map + wildcard subpath exports for integrations (permask/<integration>) - Integrations: express, fastify, h3, nitro, nestjs, hono, koa, itty-router, elysia (thin adapters) - Core: add PermaskError, base64 helpers, portable packBitmasks/unpackBitmasks, add formatBitmask BREAKING CHANGE: package is ESM-only (CJS/UMD entry points removed) BREAKING CHANGE: unpackBitmasks now throws PermaskError on invalid input BREAKING CHANGE: createPermask().create now throws PermaskError for unknown groups
dschewchenko
added a commit
that referenced
this pull request
Dec 19, 2025
…ations (#30) (#32) - Tooling: switch scripts/CI to Bun - Packaging: ESM-only build, modern exports map + wildcard subpath exports for integrations (permask/<integration>) - Integrations: express, fastify, h3, nitro, nestjs, hono, koa, itty-router, elysia (thin adapters) - Core: add PermaskError, base64 helpers, portable packBitmasks/unpackBitmasks, add formatBitmask BREAKING CHANGE: package is ESM-only (CJS/UMD entry points removed) BREAKING CHANGE: unpackBitmasks now throws PermaskError on invalid input BREAKING CHANGE: createPermask().create now throws PermaskError for unknown groups
github-actions bot
pushed a commit
that referenced
this pull request
Dec 19, 2025
# [3.0.0](v2.1.1...v3.0.0) (2025-12-19) * feat!: migrate to Bun, publish ESM-only exports, add framework integrations ([#30](#30)) ([#32](#32)) ([31df744](31df744)) ### BREAKING CHANGES * package is ESM-only (CJS/UMD entry points removed) * unpackBitmasks now throws PermaskError on invalid input * createPermask().create now throws PermaskError for unknown groups
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…ations
Tooling: switch scripts/CI to Bun
Packaging: ESM-only build, modern exports map + wildcard subpath exports for integrations (permask/)
Integrations: express, fastify, h3, nitro, nestjs, hono, koa, itty-router, elysia (thin adapters)
Core: add PermaskError, base64 helpers, portable packBitmasks/unpackBitmasks, add formatBitmask
BREAKING CHANGE: package is ESM-only (CJS/UMD entry points removed)
BREAKING CHANGE: unpackBitmasks now throws PermaskError on invalid input
BREAKING CHANGE: createPermask().create now throws PermaskError for unknown groups