bootstrap5-toggle 4.3.6 → 5.0.0-alpha

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.
package/CHANGELOG.md CHANGED
@@ -1,214 +1,240 @@
1
- # Changelog
2
-
3
- All notable changes to this project will be documented in this file.
4
-
5
- The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
- and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
-
8
- ## Unreleased
9
-
10
- ### [Full Changelog](https://github.com/palcarazm/bootstrap5-toggle/compare/v4.3.6...v4)
11
-
12
- ## [4.3.6](https://github.com/palcarazm/bootstrap5-toggle/tree/v4.3.6) 2022-12-19
13
-
14
- ### [Full Changelog](https://github.com/palcarazm/bootstrap5-toggle/compare/v4.3.5...v4.3.6)
15
-
16
- ### Fixed
17
-
18
- - fix: Remove attribute for if there is no ID Fixes #80 (co-authored-by [@DarkNami](https://github.com/DarkNami))
19
-
20
- ### Bump
21
-
22
- - bump: Bump cypress from 11.2.0 to 12.1.0
23
- - bump: Bump jquery from 3.6.1 to 3.6.2
24
-
25
- ## [4.3.5](https://github.com/palcarazm/bootstrap5-toggle/tree/v4.3.5) 2022-11-23
26
-
27
- ### [Full Changelog](https://github.com/palcarazm/bootstrap5-toggle/compare/v4.3.4...v4.3.5)
28
-
29
- ### Bump
30
-
31
- - bump: Bump Bootstrap from 5.2.2 to 5.2.3
32
- - bump: Bump Cypress from 10.3.0 to 11.0.1
33
-
34
- ## [4.3.4](https://github.com/palcarazm/bootstrap5-toggle/tree/v4.3.4) 2022-10-09
35
-
36
- ### [Full Changelog](https://github.com/palcarazm/bootstrap5-toggle/compare/v4.3.3...v4.3.4)
37
-
38
- ### Fixed
39
-
40
- - fix: Handle's background color of outline toggles on hover or focus (#71)
41
-
42
- ## [4.3.3](https://github.com/palcarazm/bootstrap5-toggle/tree/v4.3.3) 2022-10-07
43
-
44
- ### [Full Changelog](https://github.com/palcarazm/bootstrap5-toggle/compare/v4.3.2...v4.3.3)
45
-
46
- ### Changed
47
-
48
- - refactor: More specific CSS selectors
49
- - Update dependencies. Support for Bootstrap v5.2.2
50
-
51
- ## [4.3.2](https://github.com/palcarazm/bootstrap5-toggle/tree/v4.3.2) 2022-08-08
52
-
53
- ### [Full Changelog](https://github.com/palcarazm/bootstrap5-toggle/compare/v4.3.1...v4.3.2)
54
-
55
- ### Fixed
56
-
57
- - fix: Transparent inner border (#55) by @palcarazm in https://github.com/palcarazmm/bootstrap5-toggle/pull/58
58
-
59
- ## [4.3.1](https://github.com/palcarazm/bootstrap5-toggle/tree/v4.3.1) 2022-07-28
60
-
61
- ### [Full Changelog](https://github.com/palcarazm/bootstrap5-toggle/compare/v4.3.0...v4.3.1)
62
-
63
- ### Fixed
64
-
65
- - fix: Toggle stay hover on Bootstrap 5.2.0 (#51) by @palcarazm in https://github.com/palcarazmm/bootstrap5-toggle/pull/52
66
-
67
- ## [4.3.0](https://github.com/palcarazm/bootstrap5-toggle/tree/v4.3.0) 2022-07-25
68
-
69
- ### [Full Changelog](https://github.com/palcarazm/bootstrap5-toggle/compare/v4.2.0...v4.3.0)
70
-
71
- ### Added
72
-
73
- - feat: Distribution of ECMAS lib (#2) by @palcarazm in https://github.com/palcarazmm/bootstrap5-toggle/pull/36
74
- - feat: Support readonly attribute (#35) by @palcarazm in https://github.com/palcarazmm/bootstrap5-toggle/pull/37
75
- - feat: Toggles focusable from the keyboard (#38) by @palcarazm in https://github.com/palcarazmm/bootstrap5-toggle/pull/41
76
- - feat: Switch toggle from keyboard (#39) by @palcarazm in https://github.com/palcarazmm/bootstrap5-toggle/pull/42
77
- - feat: Custom value for on and off state on form submit (#34) by @palcarazm in https://github.com/palcarazmm/bootstrap5-toggle/pull/43
78
- - feat: Tristate toggle (#40) by @palcarazm in https://github.com/palcarazmm/bootstrap5-toggle/pull/47
79
-
80
- ## [4.2.0](https://github.com/palcarazm/bootstrap5-toggle/tree/v4.2.0) 2022-07-12
81
-
82
- ### [Full Changelog](https://github.com/palcarazm/bootstrap5-toggle/compare/v4.1.0...v4.2.0)
83
-
84
- ### Added
85
-
86
- - feat: Support toggle silent method by @palcarazm in https://github.com/palcarazmm/bootstrap5-toggle/pull/30
87
-
88
- ### Changed
89
-
90
- - feat: Remove btn-light from handle by @palcarazm in https://github.com/palcarazmm/bootstrap5-toggle/pull/21
91
- - feat: Change default btn off class to secondary by @palcarazm in https://github.com/palcarazmm/bootstrap5-toggle/pull/22
92
-
93
- ### Fixed
94
-
95
- - fix: Handle border color and btn-light border color by @palcarazm in https://github.com/palcarazmm/bootstrap5-toggle/pull/17
96
- - fix: Render in input-group by @palcarazm in https://github.com/palcarazmm/bootstrap5-toggle/pull/29
97
-
98
- ## [4.1.0](https://github.com/palcarazm/bootstrap5-toggle/tree/v4.1.0) 2022-06-30
99
-
100
- ### [Full Changelog](https://github.com/palcarazm/bootstrap5-toggle/compare/v4.0.0...v4.1.0)
101
-
102
- ### Added
103
-
104
- - feat: support for npm and yarn
105
-
106
- ## [4.0.0](https://github.com/palcarazm/bootstrap5-toggle/tree/v4.0.0) 2022-06-30
107
-
108
- ### [Full Changelog](https://github.com/palcarazm/bootstrap5-toggle/compare/v3.6.0...v4.0.0)
109
-
110
- ### Added
111
-
112
- - feat: support for Boostrap 5
113
-
114
- ## [3.6.0](https://github.com/gitbrent/bootstrap4-toggle/tree/v3.6.0) 2019-10-17
115
-
116
- ### [Full Changelog](https://github.com/gitbrent/bootstrap4-toggle/compare/v3.5.0...v3.6.0)
117
-
118
- ### Added
119
-
120
- - Added option to change toggle without triggering onChange event (silent toggle) [\#7](https://github.com/gitbrent/bootstrap4-toggle/issue/7) ([aswin1980](https://github.com/aswin1980))
121
- - Added accessibility properties to labels [\#11](https://github.com/gitbrent/bootstrap4-toggle/issue/11) ([aproquot](https://github.com/aproquot))
122
-
123
- ### Changed
124
-
125
- - Fixed URLs in js and css file top comment [\#5](https://github.com/gitbrent/bootstrap4-toggle/issue/5) ([wilecoyte78](https://github.com/wilecoyte78))
126
- - Disable style is not working [\#18](https://github.com/gitbrent/bootstrap4-toggle/issue/18) ([rychlym](https://github.com/rychlym))
127
-
128
- ## [3.5.0](https://github.com/gitbrent/bootstrap4-toggle/tree/v3.5.0) 2019-07-02
129
-
130
- ### [Full Changelog](https://github.com/gitbrent/bootstrap4-toggle/compare/v3.4.0...v3.5.0)
131
-
132
- ### Added
133
-
134
- - Added ARIA `role="button"` tag to toggle
135
- - Added `cursor: pointer;` style to toggle
136
-
137
- ### Changed
138
-
139
- - Fixed: Touch not working on mobile [\#2](https://github.com/gitbrent/bootstrap4-toggle/issue/2) ([wilecoyte78](https://github.com/wilecoyte78))
140
- - Updated to Bootstrap version 4.3.1
141
- - Updated README with better Yarn instructions
142
-
143
- ## [3.4.0](https://github.com/gitbrent/bootstrap4-toggle/tree/v3.4.0) 2019-01-03
144
-
145
- ### [Full Changelog](https://github.com/gitbrent/bootstrap4-toggle/compare/v3.3.0...v3.4.0)
146
-
147
- ### Added
148
-
149
- - Outline button styles are now available
150
-
151
- ### Changed
152
-
153
- - Updated to Bootstrap version 4.2.1
154
-
155
- ## [3.3.0](https://github.com/gitbrent/bootstrap4-toggle/tree/v3.3.0) 2018-12-19
156
-
157
- ### [Full Changelog](https://github.com/gitbrent/bootstrap4-toggle/compare/v3.2.0...v3.3.0)
158
-
159
- ### Added
160
-
161
- - New test created to compare core bootstrap sizes to bootstrap4-toggle
162
-
163
- ### Changed
164
-
165
- - Introduced new `size` values that mirror bootstrap 4: (`lg`, `sm`, `xs`)
166
- - Converted all css units from `px` to `rem`
167
- - Properly added border on `light` button (moved from .toggle class)
168
-
169
- ### Removed
170
-
171
- **DEPRECATED** Classic `size` values (`large`, `small`, `mini`)
172
-
173
- ## [3.2.0](https://github.com/gitbrent/bootstrap4-toggle/tree/v3.2.0) 2018-11-27
174
-
175
- ### [Full Changelog](https://github.com/gitbrent/bootstrap4-toggle/compare/v3.1.0...v3.2.0)
176
-
177
- ### Added
178
-
179
- ### Changed
180
-
181
- - Removed permanent `active` state from "Off" label so mouse-over highlighting works the same as "On"
182
-
183
- ### Removed
184
-
185
- ## [3.1.0](https://github.com/gitbrent/bootstrap4-toggle/tree/v3.1.0) 2018-10-25
186
-
187
- ### [Full Changelog](https://github.com/gitbrent/bootstrap4-toggle/compare/v3.0.0...v3.1.0)
188
-
189
- ### Added
190
-
191
- - `index.html` includes new section with dark mode colors
192
-
193
- ### Changed
194
-
195
- - `index.html` now fully responsive, better menu, rearranged sections
196
- - Tweaked `border` property to work with all backgrounds and colors
197
-
198
- ### Removed
199
-
200
- ## [3.0.0](https://github.com/gitbrent/bootstrap4-toggle/tree/v3.0.0) 2018-10-21
201
-
202
- ### [Full Changelog](https://github.com/gitbrent/bootstrap4-toggle/compare/v2.2.2...v3.0.0)
203
-
204
- ### Added
205
-
206
- - Touch support
207
-
208
- ### Changed
209
-
210
- - Implements Bootstrap 4 colors/styles
211
-
212
- ### Removed
213
-
214
- - Old Bootstrap 2 files
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+
8
+ ## [Unreleased](https://github.com/palcarazm/bootstrap5-toggle/tree/v5)
9
+
10
+ ### [Full Changelog](https://github.com/palcarazm/bootstrap5-toggle/compare/v4.3.6...v5)
11
+ ### Added
12
+
13
+ ### Changed
14
+
15
+ ### Fixed
16
+
17
+ ### Bump
18
+ ## [5.0.0-alpha](https://github.com/palcarazm/bootstrap5-toggle/tree/v5.0.0-alpha) 2023-01-01
19
+
20
+ ### [Full Changelog](https://github.com/palcarazm/bootstrap5-toggle/compare/v4.3.6...v5.0.0-alpha)
21
+
22
+ ### Added
23
+
24
+ - feat: Click on label switch and focus the toggle element (#97) by @palcarazm in https://github.com/palcarazm/bootstrap5-toggle/pull/102
25
+ - feat: Add title definition support (#98) by @palcarazm in https://github.com/palcarazm/bootstrap5-toggle/pull/103
26
+
27
+ ### Changed
28
+
29
+ - feat!: Set ecmas interface as main interface by @palcarazm in https://github.com/palcarazm/bootstrap5-toggle/pull/95
30
+ - feat!: Change on and off option to onlabel and offlabel (#99) by @palcarazm in https://github.com/palcarazm/bootstrap5-toggle/pull/100
31
+ - feat!: Change toggleOn and toggleOff elements from label to span (#96) by @palcarazm in https://github.com/palcarazm/bootstrap5-toggle/pull/101
32
+
33
+ ### Bump
34
+
35
+ - bump: bump jquery from 3.6.2 to 3.6.3
36
+ - bump: bump cypress from 12.1.0 to 12.2.0
37
+
38
+ ## [4.3.6](https://github.com/palcarazm/bootstrap5-toggle/tree/v4.3.6) 2022-12-19
39
+
40
+ ### [Full Changelog](https://github.com/palcarazm/bootstrap5-toggle/compare/v4.3.5...v4.3.6)
41
+
42
+ ### Fixed
43
+
44
+ - fix: Remove attribute for if there is no ID Fixes #80 (co-authored-by [@DarkNami](https://github.com/DarkNami))
45
+
46
+ ### Bump
47
+
48
+ - bump: Bump cypress from 11.2.0 to 12.1.0
49
+ - bump: Bump jquery from 3.6.1 to 3.6.2
50
+
51
+ ## [4.3.5](https://github.com/palcarazm/bootstrap5-toggle/tree/v4.3.5) 2022-11-23
52
+
53
+ ### [Full Changelog](https://github.com/palcarazm/bootstrap5-toggle/compare/v4.3.4...v4.3.5)
54
+
55
+ ### Bump
56
+
57
+ - bump: Bump Bootstrap from 5.2.2 to 5.2.3
58
+ - bump: Bump Cypress from 10.3.0 to 11.0.1
59
+
60
+ ## [4.3.4](https://github.com/palcarazm/bootstrap5-toggle/tree/v4.3.4) 2022-10-09
61
+
62
+ ### [Full Changelog](https://github.com/palcarazm/bootstrap5-toggle/compare/v4.3.3...v4.3.4)
63
+
64
+ ### Fixed
65
+
66
+ - fix: Handle's background color of outline toggles on hover or focus (#71)
67
+
68
+ ## [4.3.3](https://github.com/palcarazm/bootstrap5-toggle/tree/v4.3.3) 2022-10-07
69
+
70
+ ### [Full Changelog](https://github.com/palcarazm/bootstrap5-toggle/compare/v4.3.2...v4.3.3)
71
+
72
+ ### Changed
73
+
74
+ - refactor: More specific CSS selectors
75
+ - Update dependencies. Support for Bootstrap v5.2.2
76
+
77
+ ## [4.3.2](https://github.com/palcarazm/bootstrap5-toggle/tree/v4.3.2) 2022-08-08
78
+
79
+ ### [Full Changelog](https://github.com/palcarazm/bootstrap5-toggle/compare/v4.3.1...v4.3.2)
80
+
81
+ ### Fixed
82
+
83
+ - fix: Transparent inner border (#55) by @palcarazm in https://github.com/palcarazmm/bootstrap5-toggle/pull/58
84
+
85
+ ## [4.3.1](https://github.com/palcarazm/bootstrap5-toggle/tree/v4.3.1) 2022-07-28
86
+
87
+ ### [Full Changelog](https://github.com/palcarazm/bootstrap5-toggle/compare/v4.3.0...v4.3.1)
88
+
89
+ ### Fixed
90
+
91
+ - fix: Toggle stay hover on Bootstrap 5.2.0 (#51) by @palcarazm in https://github.com/palcarazmm/bootstrap5-toggle/pull/52
92
+
93
+ ## [4.3.0](https://github.com/palcarazm/bootstrap5-toggle/tree/v4.3.0) 2022-07-25
94
+
95
+ ### [Full Changelog](https://github.com/palcarazm/bootstrap5-toggle/compare/v4.2.0...v4.3.0)
96
+
97
+ ### Added
98
+
99
+ - feat: Distribution of ECMAS lib (#2) by @palcarazm in https://github.com/palcarazmm/bootstrap5-toggle/pull/36
100
+ - feat: Support readonly attribute (#35) by @palcarazm in https://github.com/palcarazmm/bootstrap5-toggle/pull/37
101
+ - feat: Toggles focusable from the keyboard (#38) by @palcarazm in https://github.com/palcarazmm/bootstrap5-toggle/pull/41
102
+ - feat: Switch toggle from keyboard (#39) by @palcarazm in https://github.com/palcarazmm/bootstrap5-toggle/pull/42
103
+ - feat: Custom value for on and off state on form submit (#34) by @palcarazm in https://github.com/palcarazmm/bootstrap5-toggle/pull/43
104
+ - feat: Tristate toggle (#40) by @palcarazm in https://github.com/palcarazmm/bootstrap5-toggle/pull/47
105
+
106
+ ## [4.2.0](https://github.com/palcarazm/bootstrap5-toggle/tree/v4.2.0) 2022-07-12
107
+
108
+ ### [Full Changelog](https://github.com/palcarazm/bootstrap5-toggle/compare/v4.1.0...v4.2.0)
109
+
110
+ ### Added
111
+
112
+ - feat: Support toggle silent method by @palcarazm in https://github.com/palcarazmm/bootstrap5-toggle/pull/30
113
+
114
+ ### Changed
115
+
116
+ - feat: Remove btn-light from handle by @palcarazm in https://github.com/palcarazmm/bootstrap5-toggle/pull/21
117
+ - feat: Change default btn off class to secondary by @palcarazm in https://github.com/palcarazmm/bootstrap5-toggle/pull/22
118
+
119
+ ### Fixed
120
+
121
+ - fix: Handle border color and btn-light border color by @palcarazm in https://github.com/palcarazmm/bootstrap5-toggle/pull/17
122
+ - fix: Render in input-group by @palcarazm in https://github.com/palcarazmm/bootstrap5-toggle/pull/29
123
+
124
+ ## [4.1.0](https://github.com/palcarazm/bootstrap5-toggle/tree/v4.1.0) 2022-06-30
125
+
126
+ ### [Full Changelog](https://github.com/palcarazm/bootstrap5-toggle/compare/v4.0.0...v4.1.0)
127
+
128
+ ### Added
129
+
130
+ - feat: support for npm and yarn
131
+
132
+ ## [4.0.0](https://github.com/palcarazm/bootstrap5-toggle/tree/v4.0.0) 2022-06-30
133
+
134
+ ### [Full Changelog](https://github.com/palcarazm/bootstrap5-toggle/compare/v3.6.0...v4.0.0)
135
+
136
+ ### Added
137
+
138
+ - feat: support for Boostrap 5
139
+
140
+ ## [3.6.0](https://github.com/gitbrent/bootstrap4-toggle/tree/v3.6.0) 2019-10-17
141
+
142
+ ### [Full Changelog](https://github.com/gitbrent/bootstrap4-toggle/compare/v3.5.0...v3.6.0)
143
+
144
+ ### Added
145
+
146
+ - Added option to change toggle without triggering onChange event (silent toggle) [\#7](https://github.com/gitbrent/bootstrap4-toggle/issue/7) ([aswin1980](https://github.com/aswin1980))
147
+ - Added accessibility properties to labels [\#11](https://github.com/gitbrent/bootstrap4-toggle/issue/11) ([aproquot](https://github.com/aproquot))
148
+
149
+ ### Changed
150
+
151
+ - Fixed URLs in js and css file top comment [\#5](https://github.com/gitbrent/bootstrap4-toggle/issue/5) ([wilecoyte78](https://github.com/wilecoyte78))
152
+ - Disable style is not working [\#18](https://github.com/gitbrent/bootstrap4-toggle/issue/18) ([rychlym](https://github.com/rychlym))
153
+
154
+ ## [3.5.0](https://github.com/gitbrent/bootstrap4-toggle/tree/v3.5.0) 2019-07-02
155
+
156
+ ### [Full Changelog](https://github.com/gitbrent/bootstrap4-toggle/compare/v3.4.0...v3.5.0)
157
+
158
+ ### Added
159
+
160
+ - Added ARIA `role="button"` tag to toggle
161
+ - Added `cursor: pointer;` style to toggle
162
+
163
+ ### Changed
164
+
165
+ - Fixed: Touch not working on mobile [\#2](https://github.com/gitbrent/bootstrap4-toggle/issue/2) ([wilecoyte78](https://github.com/wilecoyte78))
166
+ - Updated to Bootstrap version 4.3.1
167
+ - Updated README with better Yarn instructions
168
+
169
+ ## [3.4.0](https://github.com/gitbrent/bootstrap4-toggle/tree/v3.4.0) 2019-01-03
170
+
171
+ ### [Full Changelog](https://github.com/gitbrent/bootstrap4-toggle/compare/v3.3.0...v3.4.0)
172
+
173
+ ### Added
174
+
175
+ - Outline button styles are now available
176
+
177
+ ### Changed
178
+
179
+ - Updated to Bootstrap version 4.2.1
180
+
181
+ ## [3.3.0](https://github.com/gitbrent/bootstrap4-toggle/tree/v3.3.0) 2018-12-19
182
+
183
+ ### [Full Changelog](https://github.com/gitbrent/bootstrap4-toggle/compare/v3.2.0...v3.3.0)
184
+
185
+ ### Added
186
+
187
+ - New test created to compare core bootstrap sizes to bootstrap4-toggle
188
+
189
+ ### Changed
190
+
191
+ - Introduced new `size` values that mirror bootstrap 4: (`lg`, `sm`, `xs`)
192
+ - Converted all css units from `px` to `rem`
193
+ - Properly added border on `light` button (moved from .toggle class)
194
+
195
+ ### Removed
196
+
197
+ **DEPRECATED** Classic `size` values (`large`, `small`, `mini`)
198
+
199
+ ## [3.2.0](https://github.com/gitbrent/bootstrap4-toggle/tree/v3.2.0) 2018-11-27
200
+
201
+ ### [Full Changelog](https://github.com/gitbrent/bootstrap4-toggle/compare/v3.1.0...v3.2.0)
202
+
203
+ ### Added
204
+
205
+ ### Changed
206
+
207
+ - Removed permanent `active` state from "Off" label so mouse-over highlighting works the same as "On"
208
+
209
+ ### Removed
210
+
211
+ ## [3.1.0](https://github.com/gitbrent/bootstrap4-toggle/tree/v3.1.0) 2018-10-25
212
+
213
+ ### [Full Changelog](https://github.com/gitbrent/bootstrap4-toggle/compare/v3.0.0...v3.1.0)
214
+
215
+ ### Added
216
+
217
+ - `index.html` includes new section with dark mode colors
218
+
219
+ ### Changed
220
+
221
+ - `index.html` now fully responsive, better menu, rearranged sections
222
+ - Tweaked `border` property to work with all backgrounds and colors
223
+
224
+ ### Removed
225
+
226
+ ## [3.0.0](https://github.com/gitbrent/bootstrap4-toggle/tree/v3.0.0) 2018-10-21
227
+
228
+ ### [Full Changelog](https://github.com/gitbrent/bootstrap4-toggle/compare/v2.2.2...v3.0.0)
229
+
230
+ ### Added
231
+
232
+ - Touch support
233
+
234
+ ### Changed
235
+
236
+ - Implements Bootstrap 4 colors/styles
237
+
238
+ ### Removed
239
+
240
+ - Old Bootstrap 2 files
package/LICENSE CHANGED
@@ -1,23 +1,23 @@
1
- The MIT License (MIT)
2
-
3
- - Copyright (c) 2011-2014 Min Hur, The New York Times Company
4
- - Copyright (c) 2018-2019 Brent Ely
5
- - Copyright (c) 2022 Pablo Alcaraz Martínez
6
-
7
- Permission is hereby granted, free of charge, to any person obtaining a copy
8
- of this software and associated documentation files (the "Software"), to deal
9
- in the Software without restriction, including without limitation the rights
10
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11
- copies of the Software, and to permit persons to whom the Software is
12
- furnished to do so, subject to the following conditions:
13
-
14
- The above copyright notice and this permission notice shall be included in
15
- all copies or substantial portions of the Software.
16
-
17
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
23
- THE SOFTWARE.
1
+ The MIT License (MIT)
2
+
3
+ - Copyright (c) 2011-2014 Min Hur, The New York Times Company
4
+ - Copyright (c) 2018-2019 Brent Ely
5
+ - Copyright (c) 2022 Pablo Alcaraz Martínez
6
+
7
+ Permission is hereby granted, free of charge, to any person obtaining a copy
8
+ of this software and associated documentation files (the "Software"), to deal
9
+ in the Software without restriction, including without limitation the rights
10
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11
+ copies of the Software, and to permit persons to whom the Software is
12
+ furnished to do so, subject to the following conditions:
13
+
14
+ The above copyright notice and this permission notice shall be included in
15
+ all copies or substantial portions of the Software.
16
+
17
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
23
+ THE SOFTWARE.