Releases: cgi-js/cgi-js
V1.2.0 Release [feature] [improvement] [bugs] New file module, more support to work with config files, more demos and tests
[cgijs] v1.2.0
[feature] [improvement] [bugs]
- Adding new file module's process based cgi execution.
- Adding demos for file module.
- Adding support to work and parse csv, ini, yaml, xml, json.
- Adding tests for file, proxy, process modules.
- Adding bug fixes for file module's process based cgi execution.
[improvements]
Adding new file module's process based cgi execution
Adding demos for file module
[feature]
Adding support to work and parse csv, ini, yaml, xml, json.
[Bug Fixes]
Adding tests for file, proxy, process modules.
Adding bug fixes for file module's process based cgi execution
[Future Plans]
Add more demos and tests for more coverage to cgi-js
Will deprecate file module's old version in next major commit. Currently the file module is backwards compatible.
cgijs v1.1.0
Run CGI Files. Run Multiple Protocol Proxies for local, remote, or embedded servers. Manage Processes, embedded servers, embedded databases, other embedded processes.
[Rectified]:
- Errors of not exporting
utilsmodule export within the package - Cleaner testing of
httpd,nginx,mysql,mongodbprocesses - Cleaner testing of
jsonandosAPI's ofutilsmodule
[Added]
- Major changes to
proxymodule exports.proxymodule now exportssocks,udp,http,tcp,redirectAPI's - Added external packages to
proxymodule for support of proxies withUDP,TCP,SSH,FTP,Socks - Added external package to
proxymodule for support ofhttp to socksredirection - Added
shelljsAPI toutilsmodule incgijs
[TODO]:
- To be tested with
tomcatandLanguage inbuilt development servers. Next release will cover this. - Merge all supported protocols (
http,https,socks,udp,tcp) functioning intosetup,start,stop,serveproxy API's within them, apart from present API's ofprocess.processmodule exports. Next release will cover this. - Cleaner testing of
csv,fileAPI's ofutilsmodule. Next release will cover this.
cgijs v1.0.0
cgijs v1.0.0
Run CGI Files. Run Proxies for local, remote, or embedded servers. Manage Processes, embedded servers, embedded databases, embedded processes (should support most processes without major issues)