Releases: rapidjs-org/rJS
Releases · rapidjs-org/rJS
v0.4.1
- Support both ES (
import
) and CommonJS (require()
) module imports within plugin modules
v0.4.0
- Add optional CI/CD deploy file filter through
rjs.deploy.json
containing relative paths
v0.3.3
- Enable identity lookup capability to build directory class node getter method (
"."
)
v0.3.2
- Fix unreachable plugin module for external reference due to overriding pluginconfiguration json
- Remove requirement to accept (configuration)
www
subdomain hostname if a www subdomain strategy is configured
v0.3.1
- Add log file message redundancy bundling (depict with '+1' line)
v0.3.0
- Add CLI option to detach serve (process) for background execution
v0.2.2
- Enforce explicit host names (reject non-configured hostnames)
v0.2.1
- Remove obsolete generator utility CLI parser call causing failure
v0.2.0
- #24 Add automatic HTTP to HTTPS redirect (308) server using port 443
- #25 Implement webhook- and repository-based data pull from remote for in-place CI/CD (github pivot)
- #29 Add www subdomain enforcement strategy option (always, or never)
- Migrate main CLI generator utility to npm create interface package
v0.1.3
- Add log file rotation to prevent missing logs
- Lower default server-side caching duration