This monorepo contains two packages with independent versioning:
- jsonjsdb - Core JSONJS database loading library
- jsonjsdb-builder - Tools and utilities for building JSONJS databases
For detailed changes, see individual package changelogs:
- add: dependency release cooldowns for npm and uv
- refactor: migrate to organisation datannur and use npm trusted publisher
- refactor: enforce camelCase for property with eslint rule
- add: prettier and ts check in ci
- refactor: enforce camelCase for property with eslint rule
- add: release.yml for automated releases
- change: restructured CI with unified workflow in ci.yml
- fix: remove git tag creation and push from release workflow