cable_ready 4.5.0 → 5.0.0
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 +4 -4
- data/CHANGELOG.md +2 -376
- data/Gemfile +4 -1
- data/Gemfile.lock +146 -144
- data/README.md +54 -20
- data/Rakefile +8 -8
- data/app/assets/javascripts/cable_ready.js +1269 -0
- data/app/assets/javascripts/cable_ready.umd.js +1190 -0
- data/app/channels/cable_ready/stream.rb +14 -0
- data/app/helpers/cable_ready/view_helper.rb +58 -0
- data/app/jobs/cable_ready/broadcast_job.rb +15 -0
- data/app/models/concerns/cable_ready/updatable/collection_updatable_callbacks.rb +21 -0
- data/app/models/concerns/cable_ready/updatable/collections_registry.rb +59 -0
- data/app/models/concerns/cable_ready/updatable/memory_cache_debounce_adapter.rb +24 -0
- data/app/models/concerns/cable_ready/updatable/model_updatable_callbacks.rb +33 -0
- data/app/models/concerns/cable_ready/updatable.rb +211 -0
- data/app/models/concerns/extend_has_many.rb +15 -0
- data/bin/standardize +1 -1
- data/cable_ready.gemspec +20 -6
- data/lib/cable_ready/broadcaster.rb +4 -3
- data/lib/cable_ready/cable_car.rb +19 -0
- data/lib/cable_ready/channel.rb +29 -31
- data/lib/cable_ready/channels.rb +4 -5
- data/lib/cable_ready/compoundable.rb +11 -0
- data/lib/cable_ready/config.rb +28 -1
- data/lib/cable_ready/engine.rb +59 -0
- data/lib/cable_ready/identifiable.rb +48 -0
- data/lib/cable_ready/importmap.rb +4 -0
- data/lib/cable_ready/installer.rb +224 -0
- data/lib/cable_ready/operation_builder.rb +80 -0
- data/lib/cable_ready/sanity_checker.rb +63 -0
- data/lib/cable_ready/stream_identifier.rb +13 -0
- data/lib/cable_ready/version.rb +1 -1
- data/lib/cable_ready.rb +23 -10
- data/lib/cable_ready_helper.rb +13 -0
- data/lib/generators/cable_ready/channel_generator.rb +110 -0
- data/lib/generators/cable_ready/templates/app/javascript/channels/consumer.js.tt +6 -0
- data/lib/generators/cable_ready/templates/app/javascript/channels/index.js.esbuild.tt +4 -0
- data/lib/generators/cable_ready/templates/app/javascript/channels/index.js.importmap.tt +2 -0
- data/lib/generators/cable_ready/templates/app/javascript/channels/index.js.shakapacker.tt +5 -0
- data/lib/generators/cable_ready/templates/app/javascript/channels/index.js.vite.tt +1 -0
- data/lib/generators/cable_ready/templates/app/javascript/channels/index.js.webpacker.tt +5 -0
- data/lib/generators/cable_ready/templates/app/javascript/config/cable_ready.js.tt +4 -0
- data/lib/generators/cable_ready/templates/app/javascript/config/index.js.tt +1 -0
- data/lib/generators/cable_ready/templates/app/javascript/config/mrujs.js.tt +9 -0
- data/lib/generators/cable_ready/templates/app/javascript/controllers/%file_name%_controller.js.tt +38 -0
- data/lib/generators/cable_ready/templates/app/javascript/controllers/application.js.tt +11 -0
- data/lib/generators/cable_ready/templates/app/javascript/controllers/index.js.esbuild.tt +7 -0
- data/lib/generators/cable_ready/templates/app/javascript/controllers/index.js.importmap.tt +5 -0
- data/lib/generators/cable_ready/templates/app/javascript/controllers/index.js.shakapacker.tt +5 -0
- data/lib/generators/cable_ready/templates/app/javascript/controllers/index.js.vite.tt +5 -0
- data/lib/generators/cable_ready/templates/app/javascript/controllers/index.js.webpacker.tt +5 -0
- data/lib/generators/cable_ready/templates/config/initializers/cable_ready.rb +27 -0
- data/lib/generators/cable_ready/templates/esbuild.config.mjs.tt +94 -0
- data/lib/install/action_cable.rb +144 -0
- data/lib/install/broadcaster.rb +109 -0
- data/lib/install/bundle.rb +54 -0
- data/lib/install/compression.rb +51 -0
- data/lib/install/config.rb +39 -0
- data/lib/install/development.rb +34 -0
- data/lib/install/esbuild.rb +101 -0
- data/lib/install/importmap.rb +96 -0
- data/lib/install/initializers.rb +15 -0
- data/lib/install/mrujs.rb +121 -0
- data/lib/install/npm_packages.rb +13 -0
- data/lib/install/shakapacker.rb +65 -0
- data/lib/install/spring.rb +54 -0
- data/lib/install/updatable.rb +34 -0
- data/lib/install/vite.rb +66 -0
- data/lib/install/webpacker.rb +93 -0
- data/lib/install/yarn.rb +56 -0
- data/lib/tasks/cable_ready/cable_ready.rake +247 -0
- data/package.json +42 -13
- data/rollup.config.mjs +57 -0
- data/web-test-runner.config.mjs +12 -0
- data/yarn.lock +3252 -327
- metadata +138 -9
- data/tags +0 -62
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2ba59c02e54e924e8c187c22a6f4025775c6de9b7732ffab37e46e9992088a95
|
|
4
|
+
data.tar.gz: f064e043e65174039dc33f28278436058b1999fb9feecae60d2c880b58385d57
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: df84a551ce0d77685c67c60914a020290d89cbd429df12be9bba5bd5031beac2d595f6863bbc624476b0d8e00f25483c327bf00c78108208704aa4940efbeadf
|
|
7
|
+
data.tar.gz: 0f8222d6fd31691bf60bf3d695478e6a982c1c7471a278a4881ff6cb62e50b6caf22894ee66a9d37222c0aadf0634c3631a2540a459b2b50b72ae0e6d29caab3
|
data/CHANGELOG.md
CHANGED
|
@@ -1,377 +1,3 @@
|
|
|
1
|
-
|
|
1
|
+
## Changelog
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
[Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.4.4...v4.4.5)
|
|
6
|
-
|
|
7
|
-
**Merged pull requests:**
|
|
8
|
-
|
|
9
|
-
- changed storage method names, added clear flag [\#86](https://github.com/hopsoft/cable_ready/pull/86) ([leastbad](https://github.com/leastbad))
|
|
10
|
-
|
|
11
|
-
## [v4.4.4](https://github.com/hopsoft/cable_ready/tree/v4.4.4) (2020-12-11)
|
|
12
|
-
|
|
13
|
-
[Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.4.3...v4.4.4)
|
|
14
|
-
|
|
15
|
-
**Merged pull requests:**
|
|
16
|
-
|
|
17
|
-
- Add support for sessionStorage and localStorage [\#83](https://github.com/hopsoft/cable_ready/pull/83) ([hopsoft](https://github.com/hopsoft))
|
|
18
|
-
|
|
19
|
-
## [v4.4.3](https://github.com/hopsoft/cable_ready/tree/v4.4.3) (2020-12-01)
|
|
20
|
-
|
|
21
|
-
[Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.4.2...v4.4.3)
|
|
22
|
-
|
|
23
|
-
**Merged pull requests:**
|
|
24
|
-
|
|
25
|
-
- Fix bug related to channel calling broadcast on the singleton [\#82](https://github.com/hopsoft/cable_ready/pull/82) ([hopsoft](https://github.com/hopsoft))
|
|
26
|
-
|
|
27
|
-
## [v4.4.2](https://github.com/hopsoft/cable_ready/tree/v4.4.2) (2020-11-30)
|
|
28
|
-
|
|
29
|
-
[Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.4.1...v4.4.2)
|
|
30
|
-
|
|
31
|
-
## [v4.4.1](https://github.com/hopsoft/cable_ready/tree/v4.4.1) (2020-11-28)
|
|
32
|
-
|
|
33
|
-
[Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.4.0...v4.4.1)
|
|
34
|
-
|
|
35
|
-
**Merged pull requests:**
|
|
36
|
-
|
|
37
|
-
- Apply setFocus behavior to more element mutations [\#81](https://github.com/hopsoft/cable_ready/pull/81) ([hopsoft](https://github.com/hopsoft))
|
|
38
|
-
|
|
39
|
-
## [v4.4.0](https://github.com/hopsoft/cable_ready/tree/v4.4.0) (2020-11-24)
|
|
40
|
-
|
|
41
|
-
[Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.4.0.pre4...v4.4.0)
|
|
42
|
-
|
|
43
|
-
## [v4.4.0.pre4](https://github.com/hopsoft/cable_ready/tree/v4.4.0.pre4) (2020-11-22)
|
|
44
|
-
|
|
45
|
-
[Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.4.0.pre3...v4.4.0.pre4)
|
|
46
|
-
|
|
47
|
-
**Fixed bugs:**
|
|
48
|
-
|
|
49
|
-
- only compare isEqualNode for non-inputs [\#80](https://github.com/hopsoft/cable_ready/pull/80) ([leastbad](https://github.com/leastbad))
|
|
50
|
-
|
|
51
|
-
## [v4.4.0.pre3](https://github.com/hopsoft/cable_ready/tree/v4.4.0.pre3) (2020-11-13)
|
|
52
|
-
|
|
53
|
-
[Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.4.0.pre2...v4.4.0.pre3)
|
|
54
|
-
|
|
55
|
-
**Closed issues:**
|
|
56
|
-
|
|
57
|
-
- CableReady detected an error in insertAdjacentHtml. Object doesn't support this action - IE11 only [\#76](https://github.com/hopsoft/cable_ready/issues/76)
|
|
58
|
-
- shouldMorph doesn't work well with some form elements [\#70](https://github.com/hopsoft/cable_ready/issues/70)
|
|
59
|
-
- Operations go missing before broadcasting [\#64](https://github.com/hopsoft/cable_ready/issues/64)
|
|
60
|
-
|
|
61
|
-
**Merged pull requests:**
|
|
62
|
-
|
|
63
|
-
- 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))
|
|
64
|
-
- method chaining [\#78](https://github.com/hopsoft/cable_ready/pull/78) ([leastbad](https://github.com/leastbad))
|
|
65
|
-
- jquery support [\#75](https://github.com/hopsoft/cable_ready/pull/75) ([leastbad](https://github.com/leastbad))
|
|
66
|
-
- Removed isEqualNode comparison [\#71](https://github.com/hopsoft/cable_ready/pull/71) ([adank92](https://github.com/adank92))
|
|
67
|
-
|
|
68
|
-
## [v4.4.0.pre2](https://github.com/hopsoft/cable_ready/tree/v4.4.0.pre2) (2020-11-02)
|
|
69
|
-
|
|
70
|
-
[Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.4.0.pre1...v4.4.0.pre2)
|
|
71
|
-
|
|
72
|
-
**Merged pull requests:**
|
|
73
|
-
|
|
74
|
-
- use CustomEvent to get IE11 working [\#74](https://github.com/hopsoft/cable_ready/pull/74) ([existentialmutt](https://github.com/existentialmutt))
|
|
75
|
-
|
|
76
|
-
## [v4.4.0.pre1](https://github.com/hopsoft/cable_ready/tree/v4.4.0.pre1) (2020-09-25)
|
|
77
|
-
|
|
78
|
-
[Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.4.0.pre0...v4.4.0.pre1)
|
|
79
|
-
|
|
80
|
-
**Merged pull requests:**
|
|
81
|
-
|
|
82
|
-
- Add support for pushState [\#73](https://github.com/hopsoft/cable_ready/pull/73) ([hopsoft](https://github.com/hopsoft))
|
|
83
|
-
- 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))
|
|
84
|
-
- set\_focus operation [\#69](https://github.com/hopsoft/cable_ready/pull/69) ([leastbad](https://github.com/leastbad))
|
|
85
|
-
|
|
86
|
-
## [v4.4.0.pre0](https://github.com/hopsoft/cable_ready/tree/v4.4.0.pre0) (2020-09-02)
|
|
87
|
-
|
|
88
|
-
[Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.3.0...v4.4.0.pre0)
|
|
89
|
-
|
|
90
|
-
**Implemented enhancements:**
|
|
91
|
-
|
|
92
|
-
- Add a shared mutex to avoid concurrency issues in Channels [\#65](https://github.com/hopsoft/cable_ready/pull/65) ([barrywoolgar](https://github.com/barrywoolgar))
|
|
93
|
-
|
|
94
|
-
**Closed issues:**
|
|
95
|
-
|
|
96
|
-
- 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)
|
|
97
|
-
- documentation: Mention cable.yml adapter configuration [\#66](https://github.com/hopsoft/cable_ready/issues/66)
|
|
98
|
-
|
|
99
|
-
**Merged pull requests:**
|
|
100
|
-
|
|
101
|
-
- Provide an async perform method [\#63](https://github.com/hopsoft/cable_ready/pull/63) ([julianrubisch](https://github.com/julianrubisch))
|
|
102
|
-
- Add braces to hash parameter to remove warning [\#61](https://github.com/hopsoft/cable_ready/pull/61) ([dabit](https://github.com/dabit))
|
|
103
|
-
- only pass inner html if childrenOnly is false [\#58](https://github.com/hopsoft/cable_ready/pull/58) ([joshleblanc](https://github.com/joshleblanc))
|
|
104
|
-
|
|
105
|
-
## [v4.3.0](https://github.com/hopsoft/cable_ready/tree/v4.3.0) (2020-07-02)
|
|
106
|
-
|
|
107
|
-
[Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.3.0.pre2...v4.3.0)
|
|
108
|
-
|
|
109
|
-
## [v4.3.0.pre2](https://github.com/hopsoft/cable_ready/tree/v4.3.0.pre2) (2020-06-27)
|
|
110
|
-
|
|
111
|
-
[Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.3.0-pre1...v4.3.0.pre2)
|
|
112
|
-
|
|
113
|
-
**Implemented enhancements:**
|
|
114
|
-
|
|
115
|
-
- Notifications [\#55](https://github.com/hopsoft/cable_ready/pull/55) ([leastbad](https://github.com/leastbad))
|
|
116
|
-
|
|
117
|
-
**Closed issues:**
|
|
118
|
-
|
|
119
|
-
- current\_user concerns? [\#54](https://github.com/hopsoft/cable_ready/issues/54)
|
|
120
|
-
- Update documentation [\#52](https://github.com/hopsoft/cable_ready/issues/52)
|
|
121
|
-
|
|
122
|
-
**Merged pull requests:**
|
|
123
|
-
|
|
124
|
-
- 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))
|
|
125
|
-
- 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))
|
|
126
|
-
|
|
127
|
-
## [v4.3.0-pre1](https://github.com/hopsoft/cable_ready/tree/v4.3.0-pre1) (2020-06-15)
|
|
128
|
-
|
|
129
|
-
[Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.3.0.pre1...v4.3.0-pre1)
|
|
130
|
-
|
|
131
|
-
## [v4.3.0.pre1](https://github.com/hopsoft/cable_ready/tree/v4.3.0.pre1) (2020-06-15)
|
|
132
|
-
|
|
133
|
-
[Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.3.0.pre0...v4.3.0.pre1)
|
|
134
|
-
|
|
135
|
-
**Merged pull requests:**
|
|
136
|
-
|
|
137
|
-
- text\_content is missing from 4.3.0.pre0 [\#53](https://github.com/hopsoft/cable_ready/pull/53) ([leastbad](https://github.com/leastbad))
|
|
138
|
-
|
|
139
|
-
## [v4.3.0.pre0](https://github.com/hopsoft/cable_ready/tree/v4.3.0.pre0) (2020-06-13)
|
|
140
|
-
|
|
141
|
-
[Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.2.0...v4.3.0.pre0)
|
|
142
|
-
|
|
143
|
-
**Implemented enhancements:**
|
|
144
|
-
|
|
145
|
-
- Make DOMOperations extendable [\#44](https://github.com/hopsoft/cable_ready/pull/44) ([n-rodriguez](https://github.com/n-rodriguez))
|
|
146
|
-
- broadcast\_to method [\#38](https://github.com/hopsoft/cable_ready/pull/38) ([leastbad](https://github.com/leastbad))
|
|
147
|
-
|
|
148
|
-
**Closed issues:**
|
|
149
|
-
|
|
150
|
-
- Make JS DOMOperations extendable [\#43](https://github.com/hopsoft/cable_ready/issues/43)
|
|
151
|
-
|
|
152
|
-
**Merged pull requests:**
|
|
153
|
-
|
|
154
|
-
- Dom id signature fix [\#51](https://github.com/hopsoft/cable_ready/pull/51) ([leastbad](https://github.com/leastbad))
|
|
155
|
-
- add dom\_id helper [\#50](https://github.com/hopsoft/cable_ready/pull/50) ([leastbad](https://github.com/leastbad))
|
|
156
|
-
- Support for multiple CSS classes. [\#49](https://github.com/hopsoft/cable_ready/pull/49) ([sarriagada](https://github.com/sarriagada))
|
|
157
|
-
- Make morph emit after event [\#48](https://github.com/hopsoft/cable_ready/pull/48) ([julianrubisch](https://github.com/julianrubisch))
|
|
158
|
-
- Customize operations via initializer [\#47](https://github.com/hopsoft/cable_ready/pull/47) ([leastbad](https://github.com/leastbad))
|
|
159
|
-
- Fix typo in method name outerHTML -\> outer\_html [\#35](https://github.com/hopsoft/cable_ready/pull/35) ([back2war](https://github.com/back2war))
|
|
160
|
-
|
|
161
|
-
## [v4.2.0](https://github.com/hopsoft/cable_ready/tree/v4.2.0) (2020-06-02)
|
|
162
|
-
|
|
163
|
-
[Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.1.2...v4.2.0)
|
|
164
|
-
|
|
165
|
-
**Closed issues:**
|
|
166
|
-
|
|
167
|
-
- Question: Would you consider this intended behaviour? [\#41](https://github.com/hopsoft/cable_ready/issues/41)
|
|
168
|
-
|
|
169
|
-
**Merged pull requests:**
|
|
170
|
-
|
|
171
|
-
- after-outer-html emitted from new element [\#46](https://github.com/hopsoft/cable_ready/pull/46) ([leastbad](https://github.com/leastbad))
|
|
172
|
-
- Fix `outer\_html` notation [\#45](https://github.com/hopsoft/cable_ready/pull/45) ([julianrubisch](https://github.com/julianrubisch))
|
|
173
|
-
- Correct method 'outerHtml' to 'outer\_html' in documentation [\#39](https://github.com/hopsoft/cable_ready/pull/39) ([pskarlas](https://github.com/pskarlas))
|
|
174
|
-
- Add setStyles [\#37](https://github.com/hopsoft/cable_ready/pull/37) ([excid3](https://github.com/excid3))
|
|
175
|
-
- Print out the selector for easier debugging perform errors [\#36](https://github.com/hopsoft/cable_ready/pull/36) ([excid3](https://github.com/excid3))
|
|
176
|
-
- add set\_property method to library [\#34](https://github.com/hopsoft/cable_ready/pull/34) ([leastbad](https://github.com/leastbad))
|
|
177
|
-
|
|
178
|
-
## [v4.1.2](https://github.com/hopsoft/cable_ready/tree/v4.1.2) (2020-04-27)
|
|
179
|
-
|
|
180
|
-
[Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.1.1...v4.1.2)
|
|
181
|
-
|
|
182
|
-
**Fixed bugs:**
|
|
183
|
-
|
|
184
|
-
- 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))
|
|
185
|
-
|
|
186
|
-
## [v4.1.1](https://github.com/hopsoft/cable_ready/tree/v4.1.1) (2020-04-20)
|
|
187
|
-
|
|
188
|
-
[Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.1.0...v4.1.1)
|
|
189
|
-
|
|
190
|
-
**Implemented enhancements:**
|
|
191
|
-
|
|
192
|
-
- add set\_style method to library [\#32](https://github.com/hopsoft/cable_ready/pull/32) ([leastbad](https://github.com/leastbad))
|
|
193
|
-
|
|
194
|
-
**Merged pull requests:**
|
|
195
|
-
|
|
196
|
-
- Add funding file [\#31](https://github.com/hopsoft/cable_ready/pull/31) ([andrewmcodes](https://github.com/andrewmcodes))
|
|
197
|
-
- update README and package.json [\#30](https://github.com/hopsoft/cable_ready/pull/30) ([andrewmcodes](https://github.com/andrewmcodes))
|
|
198
|
-
|
|
199
|
-
## [v4.1.0](https://github.com/hopsoft/cable_ready/tree/v4.1.0) (2020-04-05)
|
|
200
|
-
|
|
201
|
-
[Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.0.9...v4.1.0)
|
|
202
|
-
|
|
203
|
-
**Merged pull requests:**
|
|
204
|
-
|
|
205
|
-
- 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))
|
|
206
|
-
- Set cookie support [\#28](https://github.com/hopsoft/cable_ready/pull/28) ([hopsoft](https://github.com/hopsoft))
|
|
207
|
-
- README.md: Fix typo [\#27](https://github.com/hopsoft/cable_ready/pull/27) ([henrik](https://github.com/henrik))
|
|
208
|
-
- Update event-dispatch.md [\#25](https://github.com/hopsoft/cable_ready/pull/25) ([leastbad](https://github.com/leastbad))
|
|
209
|
-
- Fix typo on Remove Css Class methods [\#24](https://github.com/hopsoft/cable_ready/pull/24) ([dark88888](https://github.com/dark88888))
|
|
210
|
-
|
|
211
|
-
## [v4.0.9](https://github.com/hopsoft/cable_ready/tree/v4.0.9) (2020-01-27)
|
|
212
|
-
|
|
213
|
-
[Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.0.8...v4.0.9)
|
|
214
|
-
|
|
215
|
-
**Merged pull requests:**
|
|
216
|
-
|
|
217
|
-
- Add support to ignore missing DOM elements via options parameter [\#23](https://github.com/hopsoft/cable_ready/pull/23) ([leastbad](https://github.com/leastbad))
|
|
218
|
-
- fix sporadic error - undefined method \<\< for nil, when adding operation [\#21](https://github.com/hopsoft/cable_ready/pull/21) ([szTheory](https://github.com/szTheory))
|
|
219
|
-
|
|
220
|
-
## [v4.0.8](https://github.com/hopsoft/cable_ready/tree/v4.0.8) (2019-11-04)
|
|
221
|
-
|
|
222
|
-
[Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.0.7...v4.0.8)
|
|
223
|
-
|
|
224
|
-
**Merged pull requests:**
|
|
225
|
-
|
|
226
|
-
- Simplify logic to make it more understandable [\#20](https://github.com/hopsoft/cable_ready/pull/20) ([hopsoft](https://github.com/hopsoft))
|
|
227
|
-
|
|
228
|
-
## [v4.0.7](https://github.com/hopsoft/cable_ready/tree/v4.0.7) (2019-10-05)
|
|
229
|
-
|
|
230
|
-
[Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.0.6...v4.0.7)
|
|
231
|
-
|
|
232
|
-
**Merged pull requests:**
|
|
233
|
-
|
|
234
|
-
- Add gh actions [\#17](https://github.com/hopsoft/cable_ready/pull/17) ([andrewmcodes](https://github.com/andrewmcodes))
|
|
235
|
-
- Add Gitbook integration [\#16](https://github.com/hopsoft/cable_ready/pull/16) ([andrewmcodes](https://github.com/andrewmcodes))
|
|
236
|
-
|
|
237
|
-
## [v4.0.6](https://github.com/hopsoft/cable_ready/tree/v4.0.6) (2019-10-03)
|
|
238
|
-
|
|
239
|
-
[Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.0.5...v4.0.6)
|
|
240
|
-
|
|
241
|
-
**Implemented enhancements:**
|
|
242
|
-
|
|
243
|
-
- Add support for redirect/visit [\#10](https://github.com/hopsoft/cable_ready/issues/10)
|
|
244
|
-
|
|
245
|
-
**Merged pull requests:**
|
|
246
|
-
|
|
247
|
-
- Update to format with prettier-standard [\#15](https://github.com/hopsoft/cable_ready/pull/15) ([hopsoft](https://github.com/hopsoft))
|
|
248
|
-
- Add support for permanent nodes [\#14](https://github.com/hopsoft/cable_ready/pull/14) ([andreaslillebo](https://github.com/andreaslillebo))
|
|
249
|
-
|
|
250
|
-
## [v4.0.5](https://github.com/hopsoft/cable_ready/tree/v4.0.5) (2019-09-20)
|
|
251
|
-
|
|
252
|
-
[Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.0.4...v4.0.5)
|
|
253
|
-
|
|
254
|
-
**Merged pull requests:**
|
|
255
|
-
|
|
256
|
-
- Hopsoft/bubble [\#13](https://github.com/hopsoft/cable_ready/pull/13) ([hopsoft](https://github.com/hopsoft))
|
|
257
|
-
|
|
258
|
-
## [v4.0.4](https://github.com/hopsoft/cable_ready/tree/v4.0.4) (2019-09-19)
|
|
259
|
-
|
|
260
|
-
[Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.0.3...v4.0.4)
|
|
261
|
-
|
|
262
|
-
**Merged pull requests:**
|
|
263
|
-
|
|
264
|
-
- Refactor how events are managed [\#12](https://github.com/hopsoft/cable_ready/pull/12) ([hopsoft](https://github.com/hopsoft))
|
|
265
|
-
- Added support for XPath selectors [\#11](https://github.com/hopsoft/cable_ready/pull/11) ([leastbad](https://github.com/leastbad))
|
|
266
|
-
|
|
267
|
-
## [v4.0.3](https://github.com/hopsoft/cable_ready/tree/v4.0.3) (2019-08-17)
|
|
268
|
-
|
|
269
|
-
[Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.0.2...v4.0.3)
|
|
270
|
-
|
|
271
|
-
## [v4.0.2](https://github.com/hopsoft/cable_ready/tree/v4.0.2) (2019-08-10)
|
|
272
|
-
|
|
273
|
-
[Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.0.1...v4.0.2)
|
|
274
|
-
|
|
275
|
-
## [v4.0.1](https://github.com/hopsoft/cable_ready/tree/v4.0.1) (2019-08-10)
|
|
276
|
-
|
|
277
|
-
[Full Changelog](https://github.com/hopsoft/cable_ready/compare/v4.0.0...v4.0.1)
|
|
278
|
-
|
|
279
|
-
**Merged pull requests:**
|
|
280
|
-
|
|
281
|
-
- Merge JavaScript NPM package into this repo [\#9](https://github.com/hopsoft/cable_ready/pull/9) ([hopsoft](https://github.com/hopsoft))
|
|
282
|
-
|
|
283
|
-
## [v4.0.0](https://github.com/hopsoft/cable_ready/tree/v4.0.0) (2019-08-09)
|
|
284
|
-
|
|
285
|
-
[Full Changelog](https://github.com/hopsoft/cable_ready/compare/v3.0.1...v4.0.0)
|
|
286
|
-
|
|
287
|
-
## [v3.0.1](https://github.com/hopsoft/cable_ready/tree/v3.0.1) (2019-05-13)
|
|
288
|
-
|
|
289
|
-
[Full Changelog](https://github.com/hopsoft/cable_ready/compare/v3.0.0...v3.0.1)
|
|
290
|
-
|
|
291
|
-
## [v3.0.0](https://github.com/hopsoft/cable_ready/tree/v3.0.0) (2019-03-25)
|
|
292
|
-
|
|
293
|
-
[Full Changelog](https://github.com/hopsoft/cable_ready/compare/v2.0.8...v3.0.0)
|
|
294
|
-
|
|
295
|
-
**Merged pull requests:**
|
|
296
|
-
|
|
297
|
-
- Use outerHTML instead of replace [\#8](https://github.com/hopsoft/cable_ready/pull/8) ([hopsoft](https://github.com/hopsoft))
|
|
298
|
-
|
|
299
|
-
## [v2.0.8](https://github.com/hopsoft/cable_ready/tree/v2.0.8) (2018-11-25)
|
|
300
|
-
|
|
301
|
-
[Full Changelog](https://github.com/hopsoft/cable_ready/compare/v2.0.7...v2.0.8)
|
|
302
|
-
|
|
303
|
-
**Merged pull requests:**
|
|
304
|
-
|
|
305
|
-
- Dispatch before/after events for DOM activity [\#7](https://github.com/hopsoft/cable_ready/pull/7) ([hopsoft](https://github.com/hopsoft))
|
|
306
|
-
|
|
307
|
-
## [v2.0.7](https://github.com/hopsoft/cable_ready/tree/v2.0.7) (2018-10-26)
|
|
308
|
-
|
|
309
|
-
[Full Changelog](https://github.com/hopsoft/cable_ready/compare/v2.0.6...v2.0.7)
|
|
310
|
-
|
|
311
|
-
## [v2.0.6](https://github.com/hopsoft/cable_ready/tree/v2.0.6) (2018-10-20)
|
|
312
|
-
|
|
313
|
-
[Full Changelog](https://github.com/hopsoft/cable_ready/compare/v2.0.5...v2.0.6)
|
|
314
|
-
|
|
315
|
-
## [v2.0.5](https://github.com/hopsoft/cable_ready/tree/v2.0.5) (2018-10-08)
|
|
316
|
-
|
|
317
|
-
[Full Changelog](https://github.com/hopsoft/cable_ready/compare/v2.0.4...v2.0.5)
|
|
318
|
-
|
|
319
|
-
**Merged pull requests:**
|
|
320
|
-
|
|
321
|
-
- Support morph option for childrenOnly [\#6](https://github.com/hopsoft/cable_ready/pull/6) ([hopsoft](https://github.com/hopsoft))
|
|
322
|
-
|
|
323
|
-
## [v2.0.4](https://github.com/hopsoft/cable_ready/tree/v2.0.4) (2017-11-09)
|
|
324
|
-
|
|
325
|
-
[Full Changelog](https://github.com/hopsoft/cable_ready/compare/v2.0.3...v2.0.4)
|
|
326
|
-
|
|
327
|
-
## [v2.0.3](https://github.com/hopsoft/cable_ready/tree/v2.0.3) (2017-11-06)
|
|
328
|
-
|
|
329
|
-
[Full Changelog](https://github.com/hopsoft/cable_ready/compare/v2.0.2...v2.0.3)
|
|
330
|
-
|
|
331
|
-
**Merged pull requests:**
|
|
332
|
-
|
|
333
|
-
- Compress HTML [\#5](https://github.com/hopsoft/cable_ready/pull/5) ([hopsoft](https://github.com/hopsoft))
|
|
334
|
-
|
|
335
|
-
## [v2.0.2](https://github.com/hopsoft/cable_ready/tree/v2.0.2) (2017-11-03)
|
|
336
|
-
|
|
337
|
-
[Full Changelog](https://github.com/hopsoft/cable_ready/compare/v2.0.1...v2.0.2)
|
|
338
|
-
|
|
339
|
-
**Merged pull requests:**
|
|
340
|
-
|
|
341
|
-
- Make morph a first class operation [\#4](https://github.com/hopsoft/cable_ready/pull/4) ([hopsoft](https://github.com/hopsoft))
|
|
342
|
-
|
|
343
|
-
## [v2.0.1](https://github.com/hopsoft/cable_ready/tree/v2.0.1) (2017-10-15)
|
|
344
|
-
|
|
345
|
-
[Full Changelog](https://github.com/hopsoft/cable_ready/compare/v2.0.0...v2.0.1)
|
|
346
|
-
|
|
347
|
-
## [v2.0.0](https://github.com/hopsoft/cable_ready/tree/v2.0.0) (2017-10-14)
|
|
348
|
-
|
|
349
|
-
[Full Changelog](https://github.com/hopsoft/cable_ready/compare/v1.1.0...v2.0.0)
|
|
350
|
-
|
|
351
|
-
**Merged pull requests:**
|
|
352
|
-
|
|
353
|
-
- Improved programmatic interface [\#3](https://github.com/hopsoft/cable_ready/pull/3) ([hopsoft](https://github.com/hopsoft))
|
|
354
|
-
|
|
355
|
-
## [v1.1.0](https://github.com/hopsoft/cable_ready/tree/v1.1.0) (2017-09-24)
|
|
356
|
-
|
|
357
|
-
[Full Changelog](https://github.com/hopsoft/cable_ready/compare/v1.0.0...v1.1.0)
|
|
358
|
-
|
|
359
|
-
**Closed issues:**
|
|
360
|
-
|
|
361
|
-
- FINISH IT!!! [\#1](https://github.com/hopsoft/cable_ready/issues/1)
|
|
362
|
-
|
|
363
|
-
**Merged pull requests:**
|
|
364
|
-
|
|
365
|
-
- Support more DOM operations/mutations [\#2](https://github.com/hopsoft/cable_ready/pull/2) ([hopsoft](https://github.com/hopsoft))
|
|
366
|
-
|
|
367
|
-
## [v1.0.0](https://github.com/hopsoft/cable_ready/tree/v1.0.0) (2017-09-20)
|
|
368
|
-
|
|
369
|
-
[Full Changelog](https://github.com/hopsoft/cable_ready/compare/v0.1.0...v1.0.0)
|
|
370
|
-
|
|
371
|
-
## [v0.1.0](https://github.com/hopsoft/cable_ready/tree/v0.1.0) (2017-05-19)
|
|
372
|
-
|
|
373
|
-
[Full Changelog](https://github.com/hopsoft/cable_ready/compare/e62800f06e2f436fc66de2b9840313ba1de349bc...v0.1.0)
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
|
|
3
|
+
Please see [GitHub](https://github.com/stimulusreflex/cable_ready/releases) for detailed changelogs.
|