Skip to content
This repository has been archived by the owner on Mar 6, 2019. It is now read-only.

v0.1.0

Compare
Choose a tag to compare
@bluefeet bluefeet released this 09 Nov 04:24
· 52 commits to master since this release

This release contains two major changes.

First, a new declarative syntax for creating classes and traits. Depending on your style or requirements this new declarative syntax may fit your needs much better. Read more about it here.

Secondly, type validation can now be disabled globally or within a specific scope. This can provide a huge performance increase for situations that call for it. Read more about it here.

Global

  • Use a more condensed for loop, using in, when going over arrays.
  • Added a current branch to the GitHub repo for tracking the latest release from a single ref.

Traits

  • Add a declarative interface for defining new traits and classes.

Types

  • Added an o.disableTypeValidation() function for situations where validation may be traded for better performance.

Visit o-js.com for downloads, documentation, and other resources.