cable_ready 4.3.0 → 4.4.0.pre4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8c64f56b02d7ac814d1909149267d2a10903fa8cc1fd4996af065135ef4fca5a
4
- data.tar.gz: 47d94429d8fba53a4cb3b9f5f105bf53da68830d1d4d512c2cc7e017936ddb1d
3
+ metadata.gz: 590b973c3b547695e6a6663ff9692eda31b517f256137434e65152616ed2c85a
4
+ data.tar.gz: 766d271efed8b887901a871a0e22a5c374844d7f9bf425660cb9848ffe579566
5
5
  SHA512:
6
- metadata.gz: b5fef3ec938193b59e0ff8c7bd7e1c6737f48ba1e48d467daaeb9839c2ced7aa65304aa35db9519ac07eecb7629c1a58a6b7c614ff404b89fb4725510e9f58d0
7
- data.tar.gz: bb409409c7ad06fbd3a7e46aa8277b030f4e27414b20aaed4cd18c7b21be8440f891ab9cf57570636bea0733220f4a4d1116893ff0044001fa1297943d121deb
6
+ metadata.gz: 0c417c6917804231a86604e3445414ecbabfec31113849dce65d49a6064f062114c0101179f43fcdc1a8f0ff0784cada1295cf69c59294b9f919827e14ff0144
7
+ data.tar.gz: 55db91566e7b2711faf8a9d50b79a96f603d745645fd94c5222f44f34d155fb3e9fe3620571fb08d0d4fa0683189533f7b3c624ed8b6cee8ba5f82f5c476e0ad
@@ -0,0 +1,337 @@
1
+ # Changelog
2
+
3
+ ## [Unreleased](https://github.com/hopsoft/cable_ready/tree/HEAD)
4
+
5
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.4.0.pre3...HEAD)
6
+
7
+ **Fixed bugs:**
8
+
9
+ - only compare isEqualNode for non-inputs [\#80](https://github.com/hopsoft/cable_ready/pull/80) ([leastbad](https://github.com/leastbad))
10
+
11
+ ## [v4.4.0.pre3](https://github.com/hopsoft/cable_ready/tree/v4.4.0.pre3) (2020-11-13)
12
+
13
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.4.0.pre2...v4.4.0.pre3)
14
+
15
+ **Closed issues:**
16
+
17
+ - CableReady detected an error in insertAdjacentHtml. Object doesn't support this action - IE11 only [\#76](https://github.com/hopsoft/cable_ready/issues/76)
18
+ - shouldMorph doesn't work well with some form elements [\#70](https://github.com/hopsoft/cable_ready/issues/70)
19
+ - Operations go missing before broadcasting [\#64](https://github.com/hopsoft/cable_ready/issues/64)
20
+
21
+ **Merged pull requests:**
22
+
23
+ - Move package.json to root and prepare for v4.4.0.pre3 [\#79](https://github.com/hopsoft/cable_ready/pull/79) ([hopsoft](https://github.com/hopsoft))
24
+ - method chaining [\#78](https://github.com/hopsoft/cable_ready/pull/78) ([leastbad](https://github.com/leastbad))
25
+ - jquery support [\#75](https://github.com/hopsoft/cable_ready/pull/75) ([leastbad](https://github.com/leastbad))
26
+ - Removed isEqualNode comparison [\#71](https://github.com/hopsoft/cable_ready/pull/71) ([adank92](https://github.com/adank92))
27
+
28
+ ## [v4.4.0.pre2](https://github.com/hopsoft/cable_ready/tree/v4.4.0.pre2) (2020-11-02)
29
+
30
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.4.0.pre1...v4.4.0.pre2)
31
+
32
+ **Merged pull requests:**
33
+
34
+ - use CustomEvent to get IE11 working [\#74](https://github.com/hopsoft/cable_ready/pull/74) ([existentialmutt](https://github.com/existentialmutt))
35
+
36
+ ## [v4.4.0.pre1](https://github.com/hopsoft/cable_ready/tree/v4.4.0.pre1) (2020-09-25)
37
+
38
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.4.0.pre0...v4.4.0.pre1)
39
+
40
+ **Merged pull requests:**
41
+
42
+ - Add support for pushState [\#73](https://github.com/hopsoft/cable_ready/pull/73) ([hopsoft](https://github.com/hopsoft))
43
+ - Bump actionview from 6.0.3.2 to 6.0.3.3 [\#72](https://github.com/hopsoft/cable_ready/pull/72) ([dependabot[bot]](https://github.com/apps/dependabot))
44
+ - set\_focus operation [\#69](https://github.com/hopsoft/cable_ready/pull/69) ([leastbad](https://github.com/leastbad))
45
+
46
+ ## [v4.4.0.pre0](https://github.com/hopsoft/cable_ready/tree/v4.4.0.pre0) (2020-09-02)
47
+
48
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.3.0...v4.4.0.pre0)
49
+
50
+ **Implemented enhancements:**
51
+
52
+ - Add a shared mutex to avoid concurrency issues in Channels [\#65](https://github.com/hopsoft/cable_ready/pull/65) ([barrywoolgar](https://github.com/barrywoolgar))
53
+
54
+ **Closed issues:**
55
+
56
+ - Using morph with a document fragment appears to do a full replace instead of a morph [\#67](https://github.com/hopsoft/cable_ready/issues/67)
57
+ - documentation: Mention cable.yml adapter configuration [\#66](https://github.com/hopsoft/cable_ready/issues/66)
58
+
59
+ **Merged pull requests:**
60
+
61
+ - Provide an async perform method [\#63](https://github.com/hopsoft/cable_ready/pull/63) ([julianrubisch](https://github.com/julianrubisch))
62
+ - Add braces to hash parameter to remove warning [\#61](https://github.com/hopsoft/cable_ready/pull/61) ([dabit](https://github.com/dabit))
63
+ - only pass inner html if childrenOnly is false [\#58](https://github.com/hopsoft/cable_ready/pull/58) ([joshleblanc](https://github.com/joshleblanc))
64
+
65
+ ## [v4.3.0](https://github.com/hopsoft/cable_ready/tree/v4.3.0) (2020-07-02)
66
+
67
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.3.0.pre2...v4.3.0)
68
+
69
+ ## [v4.3.0.pre2](https://github.com/hopsoft/cable_ready/tree/v4.3.0.pre2) (2020-06-27)
70
+
71
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.3.0-pre1...v4.3.0.pre2)
72
+
73
+ **Implemented enhancements:**
74
+
75
+ - Notifications [\#55](https://github.com/hopsoft/cable_ready/pull/55) ([leastbad](https://github.com/leastbad))
76
+
77
+ **Closed issues:**
78
+
79
+ - current\_user concerns? [\#54](https://github.com/hopsoft/cable_ready/issues/54)
80
+ - Update documentation [\#52](https://github.com/hopsoft/cable_ready/issues/52)
81
+
82
+ **Merged pull requests:**
83
+
84
+ - Bump rack from 2.2.2 to 2.2.3 [\#57](https://github.com/hopsoft/cable_ready/pull/57) ([dependabot[bot]](https://github.com/apps/dependabot))
85
+ - Bump actionpack from 6.0.3.1 to 6.0.3.2 [\#56](https://github.com/hopsoft/cable_ready/pull/56) ([dependabot[bot]](https://github.com/apps/dependabot))
86
+
87
+ ## [v4.3.0-pre1](https://github.com/hopsoft/cable_ready/tree/v4.3.0-pre1) (2020-06-15)
88
+
89
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.3.0.pre1...v4.3.0-pre1)
90
+
91
+ ## [v4.3.0.pre1](https://github.com/hopsoft/cable_ready/tree/v4.3.0.pre1) (2020-06-15)
92
+
93
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.3.0.pre0...v4.3.0.pre1)
94
+
95
+ **Merged pull requests:**
96
+
97
+ - text\_content is missing from 4.3.0.pre0 [\#53](https://github.com/hopsoft/cable_ready/pull/53) ([leastbad](https://github.com/leastbad))
98
+
99
+ ## [v4.3.0.pre0](https://github.com/hopsoft/cable_ready/tree/v4.3.0.pre0) (2020-06-13)
100
+
101
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.2.0...v4.3.0.pre0)
102
+
103
+ **Implemented enhancements:**
104
+
105
+ - Make DOMOperations extendable [\#44](https://github.com/hopsoft/cable_ready/pull/44) ([n-rodriguez](https://github.com/n-rodriguez))
106
+ - broadcast\_to method [\#38](https://github.com/hopsoft/cable_ready/pull/38) ([leastbad](https://github.com/leastbad))
107
+
108
+ **Closed issues:**
109
+
110
+ - Make JS DOMOperations extendable [\#43](https://github.com/hopsoft/cable_ready/issues/43)
111
+
112
+ **Merged pull requests:**
113
+
114
+ - Dom id signature fix [\#51](https://github.com/hopsoft/cable_ready/pull/51) ([leastbad](https://github.com/leastbad))
115
+ - add dom\_id helper [\#50](https://github.com/hopsoft/cable_ready/pull/50) ([leastbad](https://github.com/leastbad))
116
+ - Support for multiple CSS classes. [\#49](https://github.com/hopsoft/cable_ready/pull/49) ([sarriagada](https://github.com/sarriagada))
117
+ - Make morph emit after event [\#48](https://github.com/hopsoft/cable_ready/pull/48) ([julianrubisch](https://github.com/julianrubisch))
118
+ - Customize operations via initializer [\#47](https://github.com/hopsoft/cable_ready/pull/47) ([leastbad](https://github.com/leastbad))
119
+ - Correct method 'outerHtml' to 'outer\_html' in documentation [\#39](https://github.com/hopsoft/cable_ready/pull/39) ([pskarlas](https://github.com/pskarlas))
120
+ - Add setStyles [\#37](https://github.com/hopsoft/cable_ready/pull/37) ([excid3](https://github.com/excid3))
121
+ - Fix typo in method name outerHTML -\> outer\_html [\#35](https://github.com/hopsoft/cable_ready/pull/35) ([back2war](https://github.com/back2war))
122
+
123
+ ## [v4.2.0](https://github.com/hopsoft/cable_ready/tree/v4.2.0) (2020-06-02)
124
+
125
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.1.2...v4.2.0)
126
+
127
+ **Closed issues:**
128
+
129
+ - Question: Would you consider this intended behaviour? [\#41](https://github.com/hopsoft/cable_ready/issues/41)
130
+
131
+ **Merged pull requests:**
132
+
133
+ - after-outer-html emitted from new element [\#46](https://github.com/hopsoft/cable_ready/pull/46) ([leastbad](https://github.com/leastbad))
134
+ - Fix `outer\_html` notation [\#45](https://github.com/hopsoft/cable_ready/pull/45) ([julianrubisch](https://github.com/julianrubisch))
135
+ - Print out the selector for easier debugging perform errors [\#36](https://github.com/hopsoft/cable_ready/pull/36) ([excid3](https://github.com/excid3))
136
+ - add set\_property method to library [\#34](https://github.com/hopsoft/cable_ready/pull/34) ([leastbad](https://github.com/leastbad))
137
+
138
+ ## [v4.1.2](https://github.com/hopsoft/cable_ready/tree/v4.1.2) (2020-04-27)
139
+
140
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.1.1...v4.1.2)
141
+
142
+ **Fixed bugs:**
143
+
144
+ - Ensure the active text input retains its value and focus after DOM mutations [\#33](https://github.com/hopsoft/cable_ready/pull/33) ([hopsoft](https://github.com/hopsoft))
145
+
146
+ ## [v4.1.1](https://github.com/hopsoft/cable_ready/tree/v4.1.1) (2020-04-20)
147
+
148
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.1.0...v4.1.1)
149
+
150
+ **Implemented enhancements:**
151
+
152
+ - add set\_style method to library [\#32](https://github.com/hopsoft/cable_ready/pull/32) ([leastbad](https://github.com/leastbad))
153
+
154
+ **Merged pull requests:**
155
+
156
+ - Add funding file [\#31](https://github.com/hopsoft/cable_ready/pull/31) ([andrewmcodes](https://github.com/andrewmcodes))
157
+ - update README and package.json [\#30](https://github.com/hopsoft/cable_ready/pull/30) ([andrewmcodes](https://github.com/andrewmcodes))
158
+
159
+ ## [v4.1.0](https://github.com/hopsoft/cable_ready/tree/v4.1.0) (2020-04-05)
160
+
161
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.0.9...v4.1.0)
162
+
163
+ **Merged pull requests:**
164
+
165
+ - Bump acorn from 7.1.0 to 7.1.1 in /javascript [\#29](https://github.com/hopsoft/cable_ready/pull/29) ([dependabot[bot]](https://github.com/apps/dependabot))
166
+ - Set cookie support [\#28](https://github.com/hopsoft/cable_ready/pull/28) ([hopsoft](https://github.com/hopsoft))
167
+ - README.md: Fix typo [\#27](https://github.com/hopsoft/cable_ready/pull/27) ([henrik](https://github.com/henrik))
168
+ - Update event-dispatch.md [\#25](https://github.com/hopsoft/cable_ready/pull/25) ([leastbad](https://github.com/leastbad))
169
+ - Fix typo on Remove Css Class methods [\#24](https://github.com/hopsoft/cable_ready/pull/24) ([dark88888](https://github.com/dark88888))
170
+
171
+ ## [v4.0.9](https://github.com/hopsoft/cable_ready/tree/v4.0.9) (2020-01-27)
172
+
173
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.0.8...v4.0.9)
174
+
175
+ **Merged pull requests:**
176
+
177
+ - Add support to ignore missing DOM elements via options parameter [\#23](https://github.com/hopsoft/cable_ready/pull/23) ([leastbad](https://github.com/leastbad))
178
+ - fix sporadic error - undefined method \<\< for nil, when adding operation [\#21](https://github.com/hopsoft/cable_ready/pull/21) ([szTheory](https://github.com/szTheory))
179
+
180
+ ## [v4.0.8](https://github.com/hopsoft/cable_ready/tree/v4.0.8) (2019-11-04)
181
+
182
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.0.7...v4.0.8)
183
+
184
+ **Merged pull requests:**
185
+
186
+ - Simplify logic to make it more understandable [\#20](https://github.com/hopsoft/cable_ready/pull/20) ([hopsoft](https://github.com/hopsoft))
187
+
188
+ ## [v4.0.7](https://github.com/hopsoft/cable_ready/tree/v4.0.7) (2019-10-05)
189
+
190
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.0.6...v4.0.7)
191
+
192
+ **Merged pull requests:**
193
+
194
+ - Add gh actions [\#17](https://github.com/hopsoft/cable_ready/pull/17) ([andrewmcodes](https://github.com/andrewmcodes))
195
+
196
+ ## [v4.0.6](https://github.com/hopsoft/cable_ready/tree/v4.0.6) (2019-10-03)
197
+
198
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.0.5...v4.0.6)
199
+
200
+ **Implemented enhancements:**
201
+
202
+ - Add support for redirect/visit [\#10](https://github.com/hopsoft/cable_ready/issues/10)
203
+
204
+ **Merged pull requests:**
205
+
206
+ - Add Gitbook integration [\#16](https://github.com/hopsoft/cable_ready/pull/16) ([andrewmcodes](https://github.com/andrewmcodes))
207
+ - Update to format with prettier-standard [\#15](https://github.com/hopsoft/cable_ready/pull/15) ([hopsoft](https://github.com/hopsoft))
208
+ - Add support for permanent nodes [\#14](https://github.com/hopsoft/cable_ready/pull/14) ([andreaslillebo](https://github.com/andreaslillebo))
209
+
210
+ ## [v4.0.5](https://github.com/hopsoft/cable_ready/tree/v4.0.5) (2019-09-20)
211
+
212
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.0.4...v4.0.5)
213
+
214
+ **Merged pull requests:**
215
+
216
+ - Hopsoft/bubble [\#13](https://github.com/hopsoft/cable_ready/pull/13) ([hopsoft](https://github.com/hopsoft))
217
+
218
+ ## [v4.0.4](https://github.com/hopsoft/cable_ready/tree/v4.0.4) (2019-09-19)
219
+
220
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.0.3...v4.0.4)
221
+
222
+ **Merged pull requests:**
223
+
224
+ - Refactor how events are managed [\#12](https://github.com/hopsoft/cable_ready/pull/12) ([hopsoft](https://github.com/hopsoft))
225
+ - Added support for XPath selectors [\#11](https://github.com/hopsoft/cable_ready/pull/11) ([leastbad](https://github.com/leastbad))
226
+
227
+ ## [v4.0.3](https://github.com/hopsoft/cable_ready/tree/v4.0.3) (2019-08-17)
228
+
229
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.0.2...v4.0.3)
230
+
231
+ ## [v4.0.2](https://github.com/hopsoft/cable_ready/tree/v4.0.2) (2019-08-10)
232
+
233
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.0.1...v4.0.2)
234
+
235
+ ## [v4.0.1](https://github.com/hopsoft/cable_ready/tree/v4.0.1) (2019-08-10)
236
+
237
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.0.0...v4.0.1)
238
+
239
+ **Merged pull requests:**
240
+
241
+ - Merge JavaScript NPM package into this repo [\#9](https://github.com/hopsoft/cable_ready/pull/9) ([hopsoft](https://github.com/hopsoft))
242
+
243
+ ## [v4.0.0](https://github.com/hopsoft/cable_ready/tree/v4.0.0) (2019-08-09)
244
+
245
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v3.0.1...v4.0.0)
246
+
247
+ ## [v3.0.1](https://github.com/hopsoft/cable_ready/tree/v3.0.1) (2019-05-13)
248
+
249
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v3.0.0...v3.0.1)
250
+
251
+ ## [v3.0.0](https://github.com/hopsoft/cable_ready/tree/v3.0.0) (2019-03-25)
252
+
253
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v2.0.8...v3.0.0)
254
+
255
+ **Merged pull requests:**
256
+
257
+ - Use outerHTML instead of replace [\#8](https://github.com/hopsoft/cable_ready/pull/8) ([hopsoft](https://github.com/hopsoft))
258
+
259
+ ## [v2.0.8](https://github.com/hopsoft/cable_ready/tree/v2.0.8) (2018-11-25)
260
+
261
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v2.0.7...v2.0.8)
262
+
263
+ **Merged pull requests:**
264
+
265
+ - Dispatch before/after events for DOM activity [\#7](https://github.com/hopsoft/cable_ready/pull/7) ([hopsoft](https://github.com/hopsoft))
266
+
267
+ ## [v2.0.7](https://github.com/hopsoft/cable_ready/tree/v2.0.7) (2018-10-26)
268
+
269
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v2.0.6...v2.0.7)
270
+
271
+ ## [v2.0.6](https://github.com/hopsoft/cable_ready/tree/v2.0.6) (2018-10-20)
272
+
273
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v2.0.5...v2.0.6)
274
+
275
+ ## [v2.0.5](https://github.com/hopsoft/cable_ready/tree/v2.0.5) (2018-10-08)
276
+
277
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v2.0.4...v2.0.5)
278
+
279
+ **Merged pull requests:**
280
+
281
+ - Support morph option for childrenOnly [\#6](https://github.com/hopsoft/cable_ready/pull/6) ([hopsoft](https://github.com/hopsoft))
282
+
283
+ ## [v2.0.4](https://github.com/hopsoft/cable_ready/tree/v2.0.4) (2017-11-09)
284
+
285
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v2.0.3...v2.0.4)
286
+
287
+ ## [v2.0.3](https://github.com/hopsoft/cable_ready/tree/v2.0.3) (2017-11-06)
288
+
289
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v2.0.2...v2.0.3)
290
+
291
+ **Merged pull requests:**
292
+
293
+ - Compress HTML [\#5](https://github.com/hopsoft/cable_ready/pull/5) ([hopsoft](https://github.com/hopsoft))
294
+
295
+ ## [v2.0.2](https://github.com/hopsoft/cable_ready/tree/v2.0.2) (2017-11-03)
296
+
297
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v2.0.1...v2.0.2)
298
+
299
+ **Merged pull requests:**
300
+
301
+ - Make morph a first class operation [\#4](https://github.com/hopsoft/cable_ready/pull/4) ([hopsoft](https://github.com/hopsoft))
302
+
303
+ ## [v2.0.1](https://github.com/hopsoft/cable_ready/tree/v2.0.1) (2017-10-15)
304
+
305
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v2.0.0...v2.0.1)
306
+
307
+ ## [v2.0.0](https://github.com/hopsoft/cable_ready/tree/v2.0.0) (2017-10-14)
308
+
309
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v1.1.0...v2.0.0)
310
+
311
+ **Merged pull requests:**
312
+
313
+ - Improved programmatic interface [\#3](https://github.com/hopsoft/cable_ready/pull/3) ([hopsoft](https://github.com/hopsoft))
314
+
315
+ ## [v1.1.0](https://github.com/hopsoft/cable_ready/tree/v1.1.0) (2017-09-24)
316
+
317
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v1.0.0...v1.1.0)
318
+
319
+ **Closed issues:**
320
+
321
+ - FINISH IT!!! [\#1](https://github.com/hopsoft/cable_ready/issues/1)
322
+
323
+ **Merged pull requests:**
324
+
325
+ - Support more DOM operations/mutations [\#2](https://github.com/hopsoft/cable_ready/pull/2) ([hopsoft](https://github.com/hopsoft))
326
+
327
+ ## [v1.0.0](https://github.com/hopsoft/cable_ready/tree/v1.0.0) (2017-09-20)
328
+
329
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/v0.1.0...v1.0.0)
330
+
331
+ ## [v0.1.0](https://github.com/hopsoft/cable_ready/tree/v0.1.0) (2017-05-19)
332
+
333
+ [Full Changelog](https://github.com/hopsoft/cable_ready/compare/e62800f06e2f436fc66de2b9840313ba1de349bc...v0.1.0)
334
+
335
+
336
+
337
+ \* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
@@ -1,80 +1,96 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cable_ready (4.3.0)
4
+ cable_ready (4.4.0.pre4)
5
5
  rails (>= 5.2)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- actioncable (6.0.3.2)
11
- actionpack (= 6.0.3.2)
10
+ actioncable (6.0.3.4)
11
+ actionpack (= 6.0.3.4)
12
12
  nio4r (~> 2.0)
13
13
  websocket-driver (>= 0.6.1)
14
- actionmailbox (6.0.3.2)
15
- actionpack (= 6.0.3.2)
16
- activejob (= 6.0.3.2)
17
- activerecord (= 6.0.3.2)
18
- activestorage (= 6.0.3.2)
19
- activesupport (= 6.0.3.2)
14
+ actionmailbox (6.0.3.4)
15
+ actionpack (= 6.0.3.4)
16
+ activejob (= 6.0.3.4)
17
+ activerecord (= 6.0.3.4)
18
+ activestorage (= 6.0.3.4)
19
+ activesupport (= 6.0.3.4)
20
20
  mail (>= 2.7.1)
21
- actionmailer (6.0.3.2)
22
- actionpack (= 6.0.3.2)
23
- actionview (= 6.0.3.2)
24
- activejob (= 6.0.3.2)
21
+ actionmailer (6.0.3.4)
22
+ actionpack (= 6.0.3.4)
23
+ actionview (= 6.0.3.4)
24
+ activejob (= 6.0.3.4)
25
25
  mail (~> 2.5, >= 2.5.4)
26
26
  rails-dom-testing (~> 2.0)
27
- actionpack (6.0.3.2)
28
- actionview (= 6.0.3.2)
29
- activesupport (= 6.0.3.2)
27
+ actionpack (6.0.3.4)
28
+ actionview (= 6.0.3.4)
29
+ activesupport (= 6.0.3.4)
30
30
  rack (~> 2.0, >= 2.0.8)
31
31
  rack-test (>= 0.6.3)
32
32
  rails-dom-testing (~> 2.0)
33
33
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
34
- actiontext (6.0.3.2)
35
- actionpack (= 6.0.3.2)
36
- activerecord (= 6.0.3.2)
37
- activestorage (= 6.0.3.2)
38
- activesupport (= 6.0.3.2)
34
+ actiontext (6.0.3.4)
35
+ actionpack (= 6.0.3.4)
36
+ activerecord (= 6.0.3.4)
37
+ activestorage (= 6.0.3.4)
38
+ activesupport (= 6.0.3.4)
39
39
  nokogiri (>= 1.8.5)
40
- actionview (6.0.3.2)
41
- activesupport (= 6.0.3.2)
40
+ actionview (6.0.3.4)
41
+ activesupport (= 6.0.3.4)
42
42
  builder (~> 3.1)
43
43
  erubi (~> 1.4)
44
44
  rails-dom-testing (~> 2.0)
45
45
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
46
- activejob (6.0.3.2)
47
- activesupport (= 6.0.3.2)
46
+ activejob (6.0.3.4)
47
+ activesupport (= 6.0.3.4)
48
48
  globalid (>= 0.3.6)
49
- activemodel (6.0.3.2)
50
- activesupport (= 6.0.3.2)
51
- activerecord (6.0.3.2)
52
- activemodel (= 6.0.3.2)
53
- activesupport (= 6.0.3.2)
54
- activestorage (6.0.3.2)
55
- actionpack (= 6.0.3.2)
56
- activejob (= 6.0.3.2)
57
- activerecord (= 6.0.3.2)
49
+ activemodel (6.0.3.4)
50
+ activesupport (= 6.0.3.4)
51
+ activerecord (6.0.3.4)
52
+ activemodel (= 6.0.3.4)
53
+ activesupport (= 6.0.3.4)
54
+ activestorage (6.0.3.4)
55
+ actionpack (= 6.0.3.4)
56
+ activejob (= 6.0.3.4)
57
+ activerecord (= 6.0.3.4)
58
58
  marcel (~> 0.3.1)
59
- activesupport (6.0.3.2)
59
+ activesupport (6.0.3.4)
60
60
  concurrent-ruby (~> 1.0, >= 1.0.2)
61
61
  i18n (>= 0.7, < 2)
62
62
  minitest (~> 5.1)
63
63
  tzinfo (~> 1.1)
64
64
  zeitwerk (~> 2.2, >= 2.2.2)
65
+ addressable (2.7.0)
66
+ public_suffix (>= 2.0.2, < 5.0)
65
67
  ast (2.4.1)
66
68
  builder (3.2.4)
67
69
  coderay (1.1.3)
68
- concurrent-ruby (1.1.6)
70
+ concurrent-ruby (1.1.7)
69
71
  crass (1.0.6)
70
- erubi (1.9.0)
72
+ erubi (1.10.0)
73
+ faraday (1.1.0)
74
+ multipart-post (>= 1.2, < 3)
75
+ ruby2_keywords
76
+ faraday-http-cache (2.2.0)
77
+ faraday (>= 0.8)
78
+ github_changelog_generator (1.15.2)
79
+ activesupport
80
+ faraday-http-cache
81
+ multi_json
82
+ octokit (~> 4.6)
83
+ rainbow (>= 2.2.1)
84
+ rake (>= 10.0)
85
+ retriable (~> 3.0)
71
86
  globalid (0.4.2)
72
87
  activesupport (>= 4.2.0)
73
- i18n (1.8.3)
88
+ i18n (1.8.5)
74
89
  concurrent-ruby (~> 1.0)
75
- loofah (2.6.0)
90
+ loofah (2.7.0)
76
91
  crass (~> 1.0.2)
77
92
  nokogiri (>= 1.5.9)
93
+ magic_frozen_string_literal (1.2.0)
78
94
  mail (2.7.1)
79
95
  mini_mime (>= 0.1.1)
80
96
  marcel (0.3.3)
@@ -83,92 +99,106 @@ GEM
83
99
  mimemagic (0.3.5)
84
100
  mini_mime (1.0.2)
85
101
  mini_portile2 (2.4.0)
86
- minitest (5.14.1)
87
- nio4r (2.5.2)
88
- nokogiri (1.10.9)
102
+ minitest (5.14.2)
103
+ multi_json (1.15.0)
104
+ multipart-post (2.1.1)
105
+ nio4r (2.5.4)
106
+ nokogiri (1.10.10)
89
107
  mini_portile2 (~> 2.4.0)
90
- parallel (1.19.2)
91
- parser (2.7.1.4)
108
+ octokit (4.19.0)
109
+ faraday (>= 0.9)
110
+ sawyer (~> 0.8.0, >= 0.5.3)
111
+ parallel (1.20.0)
112
+ parser (2.7.2.0)
92
113
  ast (~> 2.4.1)
93
114
  pry (0.12.2)
94
115
  coderay (~> 1.1.0)
95
116
  method_source (~> 0.9.0)
96
117
  pry-nav (0.3.0)
97
118
  pry (>= 0.9.10, < 0.13.0)
119
+ public_suffix (4.0.6)
98
120
  rack (2.2.3)
99
121
  rack-test (1.1.0)
100
122
  rack (>= 1.0, < 3)
101
- rails (6.0.3.2)
102
- actioncable (= 6.0.3.2)
103
- actionmailbox (= 6.0.3.2)
104
- actionmailer (= 6.0.3.2)
105
- actionpack (= 6.0.3.2)
106
- actiontext (= 6.0.3.2)
107
- actionview (= 6.0.3.2)
108
- activejob (= 6.0.3.2)
109
- activemodel (= 6.0.3.2)
110
- activerecord (= 6.0.3.2)
111
- activestorage (= 6.0.3.2)
112
- activesupport (= 6.0.3.2)
123
+ rails (6.0.3.4)
124
+ actioncable (= 6.0.3.4)
125
+ actionmailbox (= 6.0.3.4)
126
+ actionmailer (= 6.0.3.4)
127
+ actionpack (= 6.0.3.4)
128
+ actiontext (= 6.0.3.4)
129
+ actionview (= 6.0.3.4)
130
+ activejob (= 6.0.3.4)
131
+ activemodel (= 6.0.3.4)
132
+ activerecord (= 6.0.3.4)
133
+ activestorage (= 6.0.3.4)
134
+ activesupport (= 6.0.3.4)
113
135
  bundler (>= 1.3.0)
114
- railties (= 6.0.3.2)
136
+ railties (= 6.0.3.4)
115
137
  sprockets-rails (>= 2.0.0)
116
138
  rails-dom-testing (2.0.3)
117
139
  activesupport (>= 4.2.0)
118
140
  nokogiri (>= 1.6)
119
141
  rails-html-sanitizer (1.3.0)
120
142
  loofah (~> 2.3)
121
- railties (6.0.3.2)
122
- actionpack (= 6.0.3.2)
123
- activesupport (= 6.0.3.2)
143
+ railties (6.0.3.4)
144
+ actionpack (= 6.0.3.4)
145
+ activesupport (= 6.0.3.4)
124
146
  method_source
125
147
  rake (>= 0.8.7)
126
148
  thor (>= 0.20.3, < 2.0)
127
149
  rainbow (3.0.0)
128
150
  rake (13.0.1)
129
- regexp_parser (1.7.1)
151
+ regexp_parser (1.8.2)
152
+ retriable (3.1.2)
130
153
  rexml (3.2.4)
131
- rubocop (0.85.1)
154
+ rubocop (1.2.0)
132
155
  parallel (~> 1.10)
133
- parser (>= 2.7.0.1)
156
+ parser (>= 2.7.1.5)
134
157
  rainbow (>= 2.2.2, < 4.0)
135
- regexp_parser (>= 1.7)
158
+ regexp_parser (>= 1.8)
136
159
  rexml
137
- rubocop-ast (>= 0.0.3)
160
+ rubocop-ast (>= 1.0.1)
138
161
  ruby-progressbar (~> 1.7)
139
162
  unicode-display_width (>= 1.4.0, < 2.0)
140
- rubocop-ast (0.1.0)
141
- parser (>= 2.7.0.1)
142
- rubocop-performance (1.6.1)
143
- rubocop (>= 0.71.0)
163
+ rubocop-ast (1.1.1)
164
+ parser (>= 2.7.1.5)
165
+ rubocop-performance (1.8.1)
166
+ rubocop (>= 0.87.0)
167
+ rubocop-ast (>= 0.4.0)
144
168
  ruby-progressbar (1.10.1)
169
+ ruby2_keywords (0.0.2)
170
+ sawyer (0.8.2)
171
+ addressable (>= 2.3.5)
172
+ faraday (> 0.8, < 2.0)
145
173
  sprockets (4.0.2)
146
174
  concurrent-ruby (~> 1.0)
147
175
  rack (> 1, < 3)
148
- sprockets-rails (3.2.1)
176
+ sprockets-rails (3.2.2)
149
177
  actionpack (>= 4.0)
150
178
  activesupport (>= 4.0)
151
179
  sprockets (>= 3.0.0)
152
- standard (0.4.7)
153
- rubocop (~> 0.85.0)
154
- rubocop-performance (~> 1.6.0)
180
+ standard (0.9.0)
181
+ rubocop (= 1.2.0)
182
+ rubocop-performance (= 1.8.1)
155
183
  standardrb (1.0.0)
156
184
  standard
157
185
  thor (1.0.1)
158
186
  thread_safe (0.3.6)
159
- tzinfo (1.2.7)
187
+ tzinfo (1.2.8)
160
188
  thread_safe (~> 0.1)
161
189
  unicode-display_width (1.7.0)
162
- websocket-driver (0.7.2)
190
+ websocket-driver (0.7.3)
163
191
  websocket-extensions (>= 0.1.0)
164
192
  websocket-extensions (0.1.5)
165
- zeitwerk (2.3.0)
193
+ zeitwerk (2.4.1)
166
194
 
167
195
  PLATFORMS
168
196
  ruby
169
197
 
170
198
  DEPENDENCIES
171
199
  cable_ready!
200
+ github_changelog_generator
201
+ magic_frozen_string_literal
172
202
  pry
173
203
  pry-nav
174
204
  rake