Files
marc 3096890b9b docs: add LICENSE, NOTICE, README, CHANGELOG, and npm metadata
The public repo shipped with no license, readme, or changelog. Add them
plus standard package metadata (license field, keywords, author,
homepage, repository, bugs) so the Gitea/npm pages present the package
professionally. README and CHANGELOG describe the exports this repo
actually contains.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-23 13:34:21 +02:00

752 B

Changelog

All notable changes to this package will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.1.0 - 2026-07-22

Added

  • Initial release of the Node.js companion to the pgmorbac PostgreSQL extension.
  • hasPermission and org-scope helpers backed by morbac.is_allowed.
  • PostgREST data proxy with per-route permissions and a hard page-size cap.
  • Fastify management routes for orgs, roles, rules, users, global rules, activities, and delegations.
  • JSON schema response fragments and shared domain types.