website is under construction
November 4, 2023

v1.0.7 Released

Overview

v1.0.7 is now available for download. This is a pre-release; read below for the full changelog.

Changelog

Added

  • Added class traits. Traits are a means of adding functionality and properties to classes without direct inheritance. [Documentation]

Fixed

  • Runtimes errors in class bodies are now properly reported.

Updating

Brew

If you're on mac and used homebrew to install Zaid, you can update to the latest version using the following command:

brew upgrade zaid

Go Install

If you used go install to install Zaid, you can update to the latest version using the following command:

go install zaidlang.org/x/zaid@latest

Direct Download

You may always download the latest version of Zaid from our GitHub releases page.