Skip to content

Commit

Permalink
readme and version number bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Joss Crowcroft committed Oct 11, 2011
1 parent 7fe3af4 commit f2d28ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions readme.md
Expand Up @@ -13,6 +13,9 @@ by **[joss](http://www.josscrowcroft.com)**

## Changelog

### 0.1.5
* Adds `setValue` method, to set the value inside the sandbox

### 0.1.4
* Adds an `iframe` setting on the Sandbox Model that, when active, creates a hidden `iframe` and evaluates all commands inside its 'sandboxed' scope - this blocks access to globals and prevents users screwing up the DOM.
* Adds a script loader method, `sandbox.model.load`, that injects a script into the page (or the `iframe`), making it available for the user.
Expand Down
2 changes: 1 addition & 1 deletion src/sandbox-console.js
@@ -1,5 +1,5 @@
/**
* javascript sandbox console 0.1.5a - joss crowcroft
* javascript sandbox console 0.1.5 - joss crowcroft
*
* requires underscore, backbone, backbone-localStorage and jquery
*
Expand Down

0 comments on commit f2d28ab

Please sign in to comment.