File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
- ## [ 0.5.0] ( https://github.com/opal/opal-jquery/compare/v0.4.4 ...HEAD ) Unreleased
1
+ ## [ 0.5.0] ( https://github.com/opal/opal-jquery/compare/v0.4.5 ...HEAD ) Unreleased
2
2
3
3
* see diff*
4
4
5
+ ## [ 0.4.5] ( https://github.com/opal/opal-jquery/compare/v0.4.4...v0.4.5 ) 2021-07-28
6
+
7
+ * Expose ` Element#replace_all ` and ` Element#replace_with ` (#110 )
8
+
9
+ * Open the opal dependency to any 1.x
10
+
5
11
## [ 0.4.4] ( https://github.com/opal/opal-jquery/compare/v0.4.3...v0.4.4 ) 2019-07-01
6
12
7
13
* Use ` ::Native::Wrapper ` where available
Original file line number Diff line number Diff line change 1
1
module Opal
2
2
module JQuery
3
- VERSION = '0.4.4 '
3
+ VERSION = '0.4.5 '
4
4
end
5
5
end
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Gem::Specification.new do |s|
16
16
s . require_paths = [ 'lib' ]
17
17
18
18
s . add_runtime_dependency 'opal' , [ '>= 0.10.0' , '< 2.0' ]
19
- s . add_development_dependency 'opal-rspec' , [ '~> 0.7.0 ' , '< 2.0' ]
19
+ s . add_development_dependency 'opal-rspec' , [ '>= 0.7' , '< 2.0' ]
20
20
s . add_development_dependency 'opal-sprockets' , [ '>= 0.4.1' , '< 2.0' ]
21
21
s . add_development_dependency 'yard'
22
22
s . add_development_dependency 'rake'
You can’t perform that action at this time.
0 commit comments