|
1 |
| -# EDGE |
| 1 | +## EDGE |
| 2 | + |
| 3 | +## 0.3.0 2015-02-03 |
2 | 4 |
|
3 | 5 | * Move all files under `opal/jquery` require namespace, rather than
|
4 | 6 | current `opal-jquery` require paths.
|
|
23 | 25 | * Add Promise support to `HTTP` get/post/put/delete methods. Also remove
|
24 | 26 | `HTTP#callback` and `#errback` methods.
|
25 | 27 |
|
26 |
| -# 0.2.0 - March 12, 2013 |
| 28 | +## 0.2.0 2014-03-12 |
27 | 29 |
|
28 | 30 | * Add `Document.body` and `Document.head` shortcut to element instances.
|
29 | 31 |
|
|
37 | 39 |
|
38 | 40 | * Expose `#detach` method on `Element`.
|
39 | 41 |
|
40 |
| -# 0.1.2 - December 1, 2013 |
| 42 | +## 0.1.2 2013-12-01 |
41 | 43 |
|
42 | 44 | * Support setting html content through `Element#html()`.
|
43 | 45 |
|
44 | 46 | * Add `Element` methods: `#get`, `#attr` and `#prop` by aliasing them to
|
45 | 47 | jquery implementations.
|
46 | 48 |
|
47 |
| -# 0.1.1 - November 11, 2013 |
| 49 | +## 0.1.1 2013-11-03 |
48 | 50 |
|
49 | 51 | * Require `native` from stdlib for `HTTP` to use.
|
50 | 52 |
|
51 |
| -# 0.1.0 - November 3, 2013 |
| 53 | +## 0.1.0 2013-11-03 |
52 | 54 |
|
53 | 55 | * Add `Window` and `$window` alias.
|
54 | 56 |
|
55 | 57 | * Support `Zepto` as well as `jQuery`.
|
56 | 58 |
|
57 | 59 | * `Event` is now a wrapper around native event from dom listeners.
|
58 | 60 |
|
59 |
| -# 0.0.9 - June 15, 2013 |
| 61 | +## 0.0.9 2013-06-15 |
60 | 62 |
|
61 | 63 | * Revert earlier commit, and use `$document` as reference to jquery
|
62 | 64 | wrapped `document`.
|
|
65 | 67 |
|
66 | 68 | * Depreceate $document.title and $document.title=.
|
67 | 69 |
|
68 |
| -# 0.0.8 - May 2, 2013 |
| 70 | +## 0.0.8 2013-05-02 |
69 | 71 |
|
70 | 72 | * Depreceate Document in favor of $document global.
|
71 | 73 |
|
72 | 74 | * Add HTTP.delete() for creating DELETE request.
|
73 | 75 |
|
74 |
| -# 0.0.7 - February 20, 2013 |
| 76 | +## 0.0.7 2013-02-20 |
75 | 77 |
|
76 |
| -* Add Element#method_missing which forwards missing calls to try and call |
| 78 | +* Add Element#method\_missing which forwards missing calls to try and call |
77 | 79 | method as a native jquery function/plugin.
|
78 | 80 |
|
79 | 81 | * Depreceate Document finder methods (Document.find, Document[]). The finder
|
|
0 commit comments