Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
adambeynon committed Dec 17, 2013
1 parent 382b3cf commit a053001
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,26 @@
## edge

* Add `Document.body` and `Document.head` shortcut to element instances.

## 0.1.2 2013-12-01

* Support setting html content through `Element#html()`.

* Add `Element` methods: `#get`, `#attr` and `#prop` by aliasing them to
jquery implementations.

## 0.1.1 2013-11-11

* Require `native` from stdlib for `HTTP` to use.

## 0.1.0 2013-11-03

* Add `Window` and `$window` alias.

* Support `Zepto` as well as `jQuery`.

* `Event` is now a wrapper around native event from dom listeners.

## 0.0.9 2013-06-15

* Revert earlier commit, and use `$document` as reference to jquery
Expand Down

0 comments on commit a053001

Please sign in to comment.