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

v0.0.7

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

The big highlights of this release are a smaller minified file (11K), and attributes can now be re-used among multiple o.Trait and o.Constructor calls.

  • Attributes on Traits (and Constructors) can now be pre-made o.Attribute objects which may be re-used.
  • Optimize some bits to produce a smaller minified output.
  • Remove o.is functions.. again, they are a nice-to-have that just bloats things.
  • Remove the special initArgs for attributes and traits in Attribute.
  • Support Travis CI.

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