Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit87bcd71

Browse files
committed
fix test failure and update CHANGELOG
1 parentbb5bfb4 commit87bcd71

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

‎CHANGELOG.md‎

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
#3.6.0 / 2020-12-26
44

5+
* continued demo upgrades ([see here](https://intertwingly.net/projects/ruby2js))
6+
* dropdowns and checkbox updates are applied immediately
7+
* more options supported and increased test coverage
8+
9+
#3.6.0 / 2020-12-26
10+
511
* New project logos!
612
* Large overhaul of the Ruby2JS Demo application ([see here](https://intertwingly.net/projects/ruby2js))
713
* New`active_functions` filter which will provide methods inspired by ActiveSupport
@@ -10,4 +16,4 @@
1016
* Numeric separator support added for ES2021 (aka`10_000_000`)
1117
*`method_missing` enabled via the`Proxy` object in ES2015+
1218
*`.sum` added to the`functions` filter
13-
* Autoimport configuration is now available when using the`esm` filter
19+
* Autoimport configuration is now available when using the`esm` filter

‎spec/demo_spec.rb‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def to_js(string, options=[])
106106
end
107107

108108
it"should handle template literal tags"do
109-
to_js("color 'red'",%w(--es2015--filtertagged_templates--template-literal-tagscolor)).
109+
to_js("color 'red'",%w(--es2015--filtertagged_templates--template_literal_tagscolor)).
110110
must_equal('color`red`')
111111
end
112112

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp