1
0
Fork 0
forked from svrjs/svrjs
This repository has been archived on 2024-11-10. You can view files and clone it, but cannot push or open issues or pull requests.
svrjs/svrjs.json

16 lines
694 B
JSON

{
"version": "4.0.0",
"name": "SVR.JS",
"documentationURL": "https://svrjs.org/docs",
"statisticsServerCollectEndpoint": "https://statistics.svrjs.org/collect.svr",
"changes": [
"Added support for SVR.JS mods with \".js\" extension.",
"Changed SVR.JS logo.",
"Optimized many functions.",
"Redesigned default pages and default error pages.",
"Regex strings now can have single unescaped \"/\" within square parentheses (\"[\" and \"]\").",
"Removed \"graceful-fs\" dependency.",
"Rewritten SVR.JS to use multiple split files for the source instead of single one.",
"SVR.JS now uses build system consisting of esbuild, ESLint, Prettier, and Jest."
]
}