Update README to reflect v0.0.86 - #126
Merged
Merged
Conversation
- 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
There was a problem hiding this comment.
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.
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.
Summary
--public,--read-only,--live-reload) to features list and options tableTest plan
jss start --helpoutputCloses #80