Skip to content
This repository has been archived by the owner on Jun 15, 2021. It is now read-only.

Commit

Permalink
Pre-release stuff for version 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Richardson committed Sep 19, 2013
1 parent 70e2657 commit 14fa412
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGES.md
@@ -1,6 +1,18 @@
Changes
=======

0.0.5 - 19/09/2013
- #30 Implement do if expression macro
- #29 Implement bracket less macro
- #28 Implement list append macro
- #27 Implement do notation macro
- #26 Move squishy.equal(object) back to builtins

0.0.4 - 04/09/2013
- #25 Implement routing
- #24 Rename lazy and lazyAsync to once
- #6 Implement mixin constructors

0.0.3 - 03/09/2013
- #23 Fix downloading of npm releases.
- #22 Implement Do types
Expand Down
2 changes: 1 addition & 1 deletion examples/promise.html
Expand Up @@ -4,7 +4,7 @@
<title>Promise with squishy-pants.js</title>
<meta charset="utf-8" />
<link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">
<script src="../lib/squishy-pants.js"></script>
<script src="../squishy-pants.js"></script>
<script>
function event(element, name, callback) {
if(element.addEventListener) {
Expand Down
2 changes: 1 addition & 1 deletion examples/router.html
Expand Up @@ -4,7 +4,7 @@
<title>Router with squishy-pants.js</title>
<meta charset="utf-8" />
<link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">
<script src="../lib/squishy-pants.js"></script>
<script src="../squishy-pants.js"></script>
<script>
function event(element, name, callback) {
if(element.addEventListener) {
Expand Down
2 changes: 1 addition & 1 deletion examples/verbal.html
Expand Up @@ -4,7 +4,7 @@
<title>State with squishy-pants.js</title>
<meta charset="utf-8" />
<link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css" rel="stylesheet">
<script src="../lib/squishy-pants.js"></script>
<script src="../squishy-pants.js"></script>
<script>
function event(element, name, callback) {
if(element.addEventListener) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -24,5 +24,5 @@
"sweet.js": "0.2.0"
},
"main": "squishy-pants.js",
"version": "0.0.4"
"version": "0.0.5"
}

0 comments on commit 14fa412

Please sign in to comment.