vite_plugin_legacy 0.5.3 → 0.5.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 34fbf9c8a3fcd184f907d6becb7dbc419286e1d608fe84b99006c238fd09fa8c
4
- data.tar.gz: 7b2180ce163267a02aad2900081fdb9beab19fd139d09a52780bf447b11a0f4e
3
+ metadata.gz: 54ada8ef532455ac5c8a8f269e1014f7113aff6124d6e1a8647ae3d1e2a45101
4
+ data.tar.gz: 3bde244c5aebb381564ca15b65faee23d35239eb0ebde5d4bff20bf203b99e07
5
5
  SHA512:
6
- metadata.gz: 7c820841adc009ef1a4cb66aff02d6d0cc5d23ff127415b29f1c3ae908f738321b50144d0a722f1e2c47f20967646af8baec2802251cc4eeb40c90f3acb015ab
7
- data.tar.gz: ac194a4e572330849da4b27385b1ae455f621ff448c260307e2f6ad428ee4a30f53c96bbff717bd6410385c90e3870a0bd2b5426904df2c9e184d0fe05e33b1a
6
+ metadata.gz: e91d61c776884b2ea02e41fc6868ab02ab0fbe3ec53f6d562ddc88693efdb43021261e3ae9d02b79ae3df0df5b7a17987e1d60c715e6f06d572449d5b45048a8
7
+ data.tar.gz: 4ea45c734e684493fd061fcb98701e70663a66739371ce868c49020bb1ec07ece8c18e22453584287ce1a62ed4286497a85ff133ab1e7e5e26c1b5ec3e0977e4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,15 @@
1
- ## [0.5.3](https://github.com/ElMassimo/vite_ruby/compare/vite_plugin_legacy@0.5.2...vite_plugin_legacy@0.5.3) (2021-03-07)
1
+ ## [0.5.4](https://github.com/ElMassimo/vite_ruby/compare/vite_plugin_legacy@0.5.3...vite_plugin_legacy@0.5.4) (2021-03-08)
2
+
3
+
4
+ ### Features
2
5
 
6
+ * Add `vite_legacy_typescript_tag` tag helper. ([3fb6a8b](https://github.com/ElMassimo/vite_ruby/commit/3fb6a8bcccc14c6596ecd2b30134d7001fd3bf50))
7
+
8
+
9
+
10
+ ## [0.5.3](https://github.com/ElMassimo/vite_ruby/compare/vite_plugin_legacy@0.5.2...vite_plugin_legacy@0.5.3) (2021-03-07)
3
11
 
12
+ - Add a bounded requirement to `vite_ruby` dependency.
4
13
 
5
14
  ## [0.5.2](https://github.com/ElMassimo/vite_ruby/compare/vite_plugin_legacy@0.5.1...vite_plugin_legacy@0.5.2) (2021-03-05)
6
15
 
@@ -16,6 +16,11 @@ module VitePluginLegacy::TagHelpers
16
16
  safe_join [vite_legacy_polyfill_tag, import_tag]
17
17
  end
18
18
 
19
+ # Public: Same as `vite_legacy_javascript_tag`, but for TypeScript entries.
20
+ def vite_legacy_typescript_tag(name)
21
+ vite_legacy_javascript_tag(name, asset_type: :typescript)
22
+ end
23
+
19
24
  # Internal: Renders the vite-legacy-polyfill to enable code splitting in
20
25
  # browsers that do not support modules.
21
26
  def vite_legacy_polyfill_tag
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module VitePluginLegacy
4
- VERSION = '0.5.3'
4
+ VERSION = '0.5.4'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vite_plugin_legacy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.3
4
+ version: 0.5.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Máximo Mussini
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-03-07 00:00:00.000000000 Z
11
+ date: 2021-03-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: vite_ruby
@@ -42,8 +42,8 @@ homepage: https://github.com/ElMassimo/vite_ruby
42
42
  licenses:
43
43
  - MIT
44
44
  metadata:
45
- source_code_uri: https://github.com/ElMassimo/vite_ruby/tree/vite_plugin_legacy@0.5.3/vite_plugin_legacy
46
- changelog_uri: https://github.com/ElMassimo/vite_ruby/blob/vite_plugin_legacy@0.5.3/vite_plugin_legacy/CHANGELOG.md
45
+ source_code_uri: https://github.com/ElMassimo/vite_ruby/tree/vite_plugin_legacy@0.5.4/vite_plugin_legacy
46
+ changelog_uri: https://github.com/ElMassimo/vite_ruby/blob/vite_plugin_legacy@0.5.4/vite_plugin_legacy/CHANGELOG.md
47
47
  post_install_message:
48
48
  rdoc_options: []
49
49
  require_paths: