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

v0.0.10

Compare
Choose a tag to compare
@bluefeet bluefeet released this 09 Mar 21:29
· 79 commits to master since this release

This release is a backend release which introduces Grunt, JSHint, and UglifyJS. Using these tools (JSHint especially) lead to several code changes which will make things a bit more browser-compatible as well as standards compliant.

Global

  • Use Grunt for build tools.
  • Lots of reworking of the build tools - much less room for human error.
  • Created an Object.getPrototypeOf() shim which calls proto if not available in order to support older browsers. This is available as the plumbing function o.getPrototypeOf().

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