Releases: lcnvdl/html-go
Releases · lcnvdl/html-go
v0.5.0-alpha
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
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
What's Changed
- 7 extend htmlgo to support library generation and import by @lcnvdl in #8
- Runtime parameters:
- Version info. Usage:
htmlgo --version
orhtmlgo-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.
- Version info. Usage:
Full Changelog: v0.2.0-alpha...v0.3.0-alpha
Security
Antivirus Scan:
v0.2.0-alpha
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
Alpha release.
What's Changed
New Contributors
Full Changelog: https://github.com/lcnvdl/html-go/commits/v0.1.0-alpha