Skip to content

Releases: nexssp/cli

Final 2.2 version 2.2.49

27 Apr 16:41
Compare
Choose a tag to compare
  • Final version before 2.3.0.
  • removed -bg as it was bit buggy (after change from --bg to -bg). It will appear in 2.3.0

2.2.40

25 Apr 10:53
Compare
Choose a tag to compare
  • new functionality nexss [ext] run "print('x')" (only for PHP and Python for a moment - add more based on that languages),
  • new manual functionality nexss cache rebuild,
  • big efficiency improvement,
  • fix some bugs and more..

2.2.36

24 Apr 13:11
Compare
Choose a tag to compare
  • Multiple versions of programming languages using tags in the program eg. # nexss-compiler python38,
  • Python (Added mulitple versions python 2.7, python 3.7, python 3.8, python 3.9),
  • fix for --nxsCompiler - custom compiler from commands line,
  • improvements and bug fixes.

2.2.24

29 Mar 12:43
Compare
Choose a tag to compare
  • NEW LANGUAGE ADDED: LiveScript,
  • upgrade some third party packages,
  • some improvements and bug fixes.

2.2.20

03 Mar 08:59
Compare
Choose a tag to compare
  • implementation for NodeJS versions: 10.x, 12.x, 14.x, 15.x,
  • more Linux distros implemented,
  • better error handling (added nxsStop, nxsStop reason),
  • many efficiency improvements,
  • bug fixes
    and much more..

2.2.11

13 Oct 13:03
Compare
Choose a tag to compare

Fixed bug mentioned by one user.

2.2.10

13 Oct 11:59
Compare
Choose a tag to compare
  • better way of handling --nxsPlatform in the .nexss files (no need of Stream cancelation),
  • better testing + versioning of docker images
  • cleanups..

2.2.7

12 Oct 19:41
Compare
Choose a tag to compare
  • More Linux distros are supported,
  • New Engine: Streams with statuses, Cancellable Stream, better nxsStop,
  • More debugging options (nxsDataDebug, nxsDataDebug=nexss) for development of Nexss Programmer and packages,
  • More debugging info (better, detailed info)
  • Logging with 'timestamp" and added cyan, and magenta for more colors,
  • More Tests,
  • nConst - Constants in Nexss Programmer
  • Global functions: process.aliases, ddd, process.distro, process.distroVersion, process.sudo, process.replacePMByDistro, process.distroTag1, process.distroTag2, process.mem, fs, path, cliArgs, child_process, PROCESS_CWD
  • Many fixes and improvements,
  • --nxsI - Interactive mode
  • nexss -env - displays OS information like Linux distro, version and kernel information. Handy for development of the software for many linux distros

and much more..

2.1.39

27 Sep 17:21
Compare
Choose a tag to compare
  • fixed replace issue (found on c/ linux).

2.1.38

27 Sep 16:22
Compare
Choose a tag to compare
  • Packages are now installed on demand (the same as languages) so the installation time now is much shorter,
  • Many improvements in error handling