Skip to content

Commit 6d864fb

Browse files
committed
Bump version
1 parent 2d1043d commit 6d864fb

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

CHANGELOG.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# EDGE
1+
## EDGE
2+
3+
## 0.3.0 2015-02-03
24

35
* Move all files under `opal/jquery` require namespace, rather than
46
current `opal-jquery` require paths.
@@ -23,7 +25,7 @@
2325
* Add Promise support to `HTTP` get/post/put/delete methods. Also remove
2426
`HTTP#callback` and `#errback` methods.
2527

26-
# 0.2.0 - March 12, 2013
28+
## 0.2.0 2014-03-12
2729

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

@@ -37,26 +39,26 @@
3739

3840
* Expose `#detach` method on `Element`.
3941

40-
# 0.1.2 - December 1, 2013
42+
## 0.1.2 2013-12-01
4143

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

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

47-
# 0.1.1 - November 11, 2013
49+
## 0.1.1 2013-11-03
4850

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

51-
# 0.1.0 - November 3, 2013
53+
## 0.1.0 2013-11-03
5254

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

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

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

59-
# 0.0.9 - June 15, 2013
61+
## 0.0.9 2013-06-15
6062

6163
* Revert earlier commit, and use `$document` as reference to jquery
6264
wrapped `document`.
@@ -65,15 +67,15 @@
6567

6668
* Depreceate $document.title and $document.title=.
6769

68-
# 0.0.8 - May 2, 2013
70+
## 0.0.8 2013-05-02
6971

7072
* Depreceate Document in favor of $document global.
7173

7274
* Add HTTP.delete() for creating DELETE request.
7375

74-
# 0.0.7 - February 20, 2013
76+
## 0.0.7 2013-02-20
7577

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
7779
method as a native jquery function/plugin.
7880

7981
* Depreceate Document finder methods (Document.find, Document[]). The finder

lib/opal/jquery/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Opal
22
module JQuery
3-
VERSION = '0.3.0.beta2'
3+
VERSION = '0.3.0'
44
end
55
end

0 commit comments

Comments
 (0)