File tree 1 file changed +13
-1
lines changed
1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
- ## edge (upcoming 0.7.2 )
1
+ ## edge (upcoming 0.8.0 )
2
2
3
3
* Support calling ` String#[] ` and ` String#slice ` with a regexp argument
4
4
12
12
13
13
* ` String#=== ` , ` String#== ` , and ` String#eql? ` implementation fully compliant with rubyspec
14
14
15
+ * Add support for sprockets 3.0 while keeping compatibility with the 2.0 series
16
+
17
+ * Delegate dependency management directly to Sprockets (when used) making sourcemaps swift again.
18
+ This means code generated by sprockets will always need to be bootstrapped via ` Opal.load ` or ` Opal.require ` .
19
+ Luckily ` Opal::Processor.load_asset_code(sprockets, name) ` does just that in the right way.
20
+
21
+ ## 0.7.2 2015-04-23
22
+
23
+ * Remove Sprockets 3.0 support (focus moved to upcoming 0.8)
24
+
25
+ * Fix version number consistency.
26
+
15
27
## 0.7.1 2015-02-14
16
28
17
29
* CLI options ` -d ` and ` -v ` now set respectively ` $DEBUG ` and ` $VERBOSE `
You can’t perform that action at this time.
0 commit comments