Skip to content

Releases: lcnvdl/html-go

v0.5.0-alpha

01 Feb 13:10
Compare
Choose a tag to compare

What's Changed

  • Import improved. Now you can import constants and variables, and run imported code.
  • List calls. Now you can manipulate lists.
  • Network calls. Now you can send http requests.
  • New variable instruction: Swap. It allows you to swap values between variables in one single line.
  • Terminal calls. Now you can move the cursor, show it, hide it, clear the console, and read keys.
  • Math provider.

Full Changelog: v0.4.0-alpha...v0.5.0-alpha

Security

Antivirus Scan:

v0.4.0-alpha

02 Aug 14:08
Compare
Choose a tag to compare

What's Changed

  • Memory heap. Reference values. Introducing support for a memory heap to handle reference values, enabling the use of variables by reference instead of just value-based variables
  • New meta tags support: htmlgo:application-id, htmlgo:application-version, htmlgo:application-type.
  • Library generation and import.
  • Enhanced support for nested elements: improved support for nested elements in the solve argument type, allowing for more complex and nested expressions.
  • Improved CSS for tables: they do not occupy 100% width by default.
  • 9 support for reference type variables and data structures by @lcnvdl in #10
  • 7 extend htmlgo to support library generation and import 1 by @lcnvdl in #12

Full Changelog: v0.3.0-alpha...v0.4.0-alpha

v0.3.0-alpha

17 Jul 23:18
Compare
Choose a tag to compare

What's Changed

  • 7 extend htmlgo to support library generation and import by @lcnvdl in #8
  • Runtime parameters:
    • Version info. Usage: htmlgo --version or htmlgo-server --version.
    • Https redirection (disabled by default). Usage: htmlgo-server --http Example1.html.
    • String provider (String.Trim, String.ToLowerCase, String.ToUpperCase, String.ToTitleCase).
    • Terminal provider (Console.ReadLine).
    • Css "calls" recommendation removed.
    • Call instruction added. Now you can call functions from different instruction groups.

Full Changelog: v0.2.0-alpha...v0.3.0-alpha

Security

Antivirus Scan:

v0.2.0-alpha

01 Jul 22:24
Compare
Choose a tag to compare
v0.2.0-alpha Pre-release
Pre-release

What's Changed

  • Improvement: Enhance Instruction Processing. View issue.
  • Selection statements (switch).
  • Iteration statements (while, do-while, for).

Full Changelog: v0.1.0-alpha...v0.2.0-alpha

v0.1.0-alpha

26 Jun 02:36
Compare
Choose a tag to compare
v0.1.0-alpha Pre-release
Pre-release

Alpha release.

What's Changed

  • 3 database and entity support by @lcnvdl in #4

New Contributors

  • @lcnvdl made their first contribution in #4

Full Changelog: https://github.com/lcnvdl/html-go/commits/v0.1.0-alpha