From: Brendan Hansen Date: Thu, 28 Mar 2024 04:43:30 +0000 (-0500) Subject: started: release 0.1.10 page X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=103828f0ceae3f19b1483c4582de9ed4d76d624f;p=onyxlang.io.git started: release 0.1.10 page --- diff --git a/www/news-articles/index.json b/www/news-articles/index.json index 3c4509b..db0f069 100644 --- a/www/news-articles/index.json +++ b/www/news-articles/index.json @@ -1,4 +1,10 @@ [ + { + "name": "Beta Release 0.1.10", + "path": "release-0.1.10", + "date": "31st March 2024", + "description": "TODO" + }, { "name": "Beta Release 0.1.9", "path": "release-0.1.9", diff --git a/www/news-articles/release-0.1.10.html b/www/news-articles/release-0.1.10.html new file mode 100644 index 0000000..cd53c7b --- /dev/null +++ b/www/news-articles/release-0.1.10.html @@ -0,0 +1,102 @@ +

JavaScript Interop

+

+

+ +

Deprecation of #inject

+

+

+ +

Array and Slice structures

+

+

+ +

Minor syntax additions

+

+

+ +

Inclusive Range (..=)

+

+

+ +

range64

+

+

+ +

Revamped CLI

+

+

+ +

+
+ + +

Full Changelog

+

Additions

+ + +

Removals

+

Nothing to mention here!

+ +

Changes

+ + +

Bugfixes

+ + +

Contributors

+ + diff --git a/www/templates/partials/news_listing.html b/www/templates/partials/news_listing.html index ec67b67..29a84c2 100644 --- a/www/templates/partials/news_listing.html +++ b/www/templates/partials/news_listing.html @@ -1,6 +1,6 @@ {{ foreach $article in $articles }} -
+