Skip to content

Update README to reflect v0.0.86 - #126

Merged
melvincarvalho merged 1 commit into
gh-pagesfrom
issue-80-update-readme
Feb 23, 2026
Merged

Update README to reflect v0.0.86#126
melvincarvalho merged 1 commit into
gh-pagesfrom
issue-80-update-readme

Conversation

@melvincarvalho

Copy link
Copy Markdown
Contributor

Summary

  • Bump version marker from v0.0.79 to v0.0.86
  • Add 3 missing CLI flags (--public, --read-only, --live-reload) to features list and options table
  • Add 4 missing environment variables to docs
  • Fix comparison table stats (was 432 KB/10 deps, now ~14K LoC/14 deps)
  • Update dependencies section with all 14 direct deps
  • Document NIP-11/NIP-16 support in Nostr relay description
  • Update project structure with missing files (passkey.js, credentials.js, ssrf.js, mashlib/)
  • Update test count from 223 to 229

Test plan

  • Verify all CLI flags match jss start --help output
  • Verify dependency list matches package.json
  • Verify project structure matches actual src/ tree

Closes #80

- Bump version marker from v0.0.79 to v0.0.86
- Add missing CLI flags: --public, --read-only, --live-reload
- Add missing env vars: JSS_PUBLIC, JSS_READ_ONLY, JSS_LIVE_RELOAD, JSS_SOLIDOS_UI
- Fix comparison table: 432 KB/10 deps → ~14K LoC/14 deps
- Update dependencies section with all 14 direct deps
- Document NIP-11/NIP-16 support in Nostr relay
- Update project structure with missing files (passkey.js, credentials.js, ssrf.js, mashlib/)
- Update test count from 223 to 229

Closes #80

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the README documentation to reflect the current state of JavaScriptSolidServer v0.0.86, ensuring that all recently added features, CLI flags, environment variables, and dependencies are properly documented.

Changes:

  • Bumped version marker from v0.0.79 to v0.0.86
  • Added documentation for 3 new CLI flags (--public, --read-only, --live-reload) and 4 environment variables
  • Updated comparison table stats from "432 KB / 10 deps" to "~14K LoC / 14 deps" for more accurate representation
  • Enhanced project structure documentation and expanded dependencies list
  • Updated Nostr relay description to document NIP-11/NIP-16 support and test count from 223 to 229

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@melvincarvalho
melvincarvalho merged commit 0f16826 into gh-pages Feb 23, 2026
4 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.

docs: Update README with new features and stats

2 participants