bootstrap5-toggle 4.3.6 → 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.
package/CHANGELOG.md CHANGED
@@ -1,214 +1,244 @@
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/v5.0.0...v5)
11
+ ### Added
12
+
13
+ ### Changed
14
+
15
+ ### Fixed
16
+
17
+ ### Bump
18
+
19
+ ## [5.0.0](https://github.com/palcarazm/bootstrap5-toggle/tree/v5.0.0) 2023-01-10
20
+
21
+ ### [Full Changelog](https://github.com/palcarazm/bootstrap5-toggle/compare/v4.3.6...v5.0.0)
22
+ ## [5.0.0-alpha](https://github.com/palcarazm/bootstrap5-toggle/tree/v5.0.0-alpha) 2023-01-01
23
+
24
+ ### [Full Changelog](https://github.com/palcarazm/bootstrap5-toggle/compare/v4.3.6...v5.0.0-alpha)
25
+
26
+ ### Added
27
+
28
+ - feat: Click on label switch and focus the toggle element (#97) by @palcarazm in https://github.com/palcarazm/bootstrap5-toggle/pull/102
29
+ - feat: Add title definition support (#98) by @palcarazm in https://github.com/palcarazm/bootstrap5-toggle/pull/103
30
+
31
+ ### Changed
32
+
33
+ - feat!: Set ecmas interface as main interface by @palcarazm in https://github.com/palcarazm/bootstrap5-toggle/pull/95
34
+ - feat!: Change on and off option to onlabel and offlabel (#99) by @palcarazm in https://github.com/palcarazm/bootstrap5-toggle/pull/100
35
+ - feat!: Change toggleOn and toggleOff elements from label to span (#96) by @palcarazm in https://github.com/palcarazm/bootstrap5-toggle/pull/101
36
+
37
+ ### Bump
38
+
39
+ - bump: bump jquery from 3.6.2 to 3.6.3
40
+ - bump: bump cypress from 12.1.0 to 12.2.0
41
+
42
+ ## [4.3.6](https://github.com/palcarazm/bootstrap5-toggle/tree/v4.3.6) 2022-12-19
43
+
44
+ ### [Full Changelog](https://github.com/palcarazm/bootstrap5-toggle/compare/v4.3.5...v4.3.6)
45
+
46
+ ### Fixed
47
+
48
+ - fix: Remove attribute for if there is no ID Fixes #80 (co-authored-by [@DarkNami](https://github.com/DarkNami))
49
+
50
+ ### Bump
51
+
52
+ - bump: Bump cypress from 11.2.0 to 12.1.0
53
+ - bump: Bump jquery from 3.6.1 to 3.6.2
54
+
55
+ ## [4.3.5](https://github.com/palcarazm/bootstrap5-toggle/tree/v4.3.5) 2022-11-23
56
+
57
+ ### [Full Changelog](https://github.com/palcarazm/bootstrap5-toggle/compare/v4.3.4...v4.3.5)
58
+
59
+ ### Bump
60
+
61
+ - bump: Bump Bootstrap from 5.2.2 to 5.2.3
62
+ - bump: Bump Cypress from 10.3.0 to 11.0.1
63
+
64
+ ## [4.3.4](https://github.com/palcarazm/bootstrap5-toggle/tree/v4.3.4) 2022-10-09
65
+
66
+ ### [Full Changelog](https://github.com/palcarazm/bootstrap5-toggle/compare/v4.3.3...v4.3.4)
67
+
68
+ ### Fixed
69
+
70
+ - fix: Handle's background color of outline toggles on hover or focus (#71)
71
+
72
+ ## [4.3.3](https://github.com/palcarazm/bootstrap5-toggle/tree/v4.3.3) 2022-10-07
73
+
74
+ ### [Full Changelog](https://github.com/palcarazm/bootstrap5-toggle/compare/v4.3.2...v4.3.3)
75
+
76
+ ### Changed
77
+
78
+ - refactor: More specific CSS selectors
79
+ - Update dependencies. Support for Bootstrap v5.2.2
80
+
81
+ ## [4.3.2](https://github.com/palcarazm/bootstrap5-toggle/tree/v4.3.2) 2022-08-08
82
+
83
+ ### [Full Changelog](https://github.com/palcarazm/bootstrap5-toggle/compare/v4.3.1...v4.3.2)
84
+
85
+ ### Fixed
86
+
87
+ - fix: Transparent inner border (#55) by @palcarazm in https://github.com/palcarazmm/bootstrap5-toggle/pull/58
88
+
89
+ ## [4.3.1](https://github.com/palcarazm/bootstrap5-toggle/tree/v4.3.1) 2022-07-28
90
+
91
+ ### [Full Changelog](https://github.com/palcarazm/bootstrap5-toggle/compare/v4.3.0...v4.3.1)
92
+
93
+ ### Fixed
94
+
95
+ - fix: Toggle stay hover on Bootstrap 5.2.0 (#51) by @palcarazm in https://github.com/palcarazmm/bootstrap5-toggle/pull/52
96
+
97
+ ## [4.3.0](https://github.com/palcarazm/bootstrap5-toggle/tree/v4.3.0) 2022-07-25
98
+
99
+ ### [Full Changelog](https://github.com/palcarazm/bootstrap5-toggle/compare/v4.2.0...v4.3.0)
100
+
101
+ ### Added
102
+
103
+ - feat: Distribution of ECMAS lib (#2) by @palcarazm in https://github.com/palcarazmm/bootstrap5-toggle/pull/36
104
+ - feat: Support readonly attribute (#35) by @palcarazm in https://github.com/palcarazmm/bootstrap5-toggle/pull/37
105
+ - feat: Toggles focusable from the keyboard (#38) by @palcarazm in https://github.com/palcarazmm/bootstrap5-toggle/pull/41
106
+ - feat: Switch toggle from keyboard (#39) by @palcarazm in https://github.com/palcarazmm/bootstrap5-toggle/pull/42
107
+ - feat: Custom value for on and off state on form submit (#34) by @palcarazm in https://github.com/palcarazmm/bootstrap5-toggle/pull/43
108
+ - feat: Tristate toggle (#40) by @palcarazm in https://github.com/palcarazmm/bootstrap5-toggle/pull/47
109
+
110
+ ## [4.2.0](https://github.com/palcarazm/bootstrap5-toggle/tree/v4.2.0) 2022-07-12
111
+
112
+ ### [Full Changelog](https://github.com/palcarazm/bootstrap5-toggle/compare/v4.1.0...v4.2.0)
113
+
114
+ ### Added
115
+
116
+ - feat: Support toggle silent method by @palcarazm in https://github.com/palcarazmm/bootstrap5-toggle/pull/30
117
+
118
+ ### Changed
119
+
120
+ - feat: Remove btn-light from handle by @palcarazm in https://github.com/palcarazmm/bootstrap5-toggle/pull/21
121
+ - feat: Change default btn off class to secondary by @palcarazm in https://github.com/palcarazmm/bootstrap5-toggle/pull/22
122
+
123
+ ### Fixed
124
+
125
+ - fix: Handle border color and btn-light border color by @palcarazm in https://github.com/palcarazmm/bootstrap5-toggle/pull/17
126
+ - fix: Render in input-group by @palcarazm in https://github.com/palcarazmm/bootstrap5-toggle/pull/29
127
+
128
+ ## [4.1.0](https://github.com/palcarazm/bootstrap5-toggle/tree/v4.1.0) 2022-06-30
129
+
130
+ ### [Full Changelog](https://github.com/palcarazm/bootstrap5-toggle/compare/v4.0.0...v4.1.0)
131
+
132
+ ### Added
133
+
134
+ - feat: support for npm and yarn
135
+
136
+ ## [4.0.0](https://github.com/palcarazm/bootstrap5-toggle/tree/v4.0.0) 2022-06-30
137
+
138
+ ### [Full Changelog](https://github.com/palcarazm/bootstrap5-toggle/compare/v3.6.0...v4.0.0)
139
+
140
+ ### Added
141
+
142
+ - feat: support for Boostrap 5
143
+
144
+ ## [3.6.0](https://github.com/gitbrent/bootstrap4-toggle/tree/v3.6.0) 2019-10-17
145
+
146
+ ### [Full Changelog](https://github.com/gitbrent/bootstrap4-toggle/compare/v3.5.0...v3.6.0)
147
+
148
+ ### Added
149
+
150
+ - 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))
151
+ - Added accessibility properties to labels [\#11](https://github.com/gitbrent/bootstrap4-toggle/issue/11) ([aproquot](https://github.com/aproquot))
152
+
153
+ ### Changed
154
+
155
+ - Fixed URLs in js and css file top comment [\#5](https://github.com/gitbrent/bootstrap4-toggle/issue/5) ([wilecoyte78](https://github.com/wilecoyte78))
156
+ - Disable style is not working [\#18](https://github.com/gitbrent/bootstrap4-toggle/issue/18) ([rychlym](https://github.com/rychlym))
157
+
158
+ ## [3.5.0](https://github.com/gitbrent/bootstrap4-toggle/tree/v3.5.0) 2019-07-02
159
+
160
+ ### [Full Changelog](https://github.com/gitbrent/bootstrap4-toggle/compare/v3.4.0...v3.5.0)
161
+
162
+ ### Added
163
+
164
+ - Added ARIA `role="button"` tag to toggle
165
+ - Added `cursor: pointer;` style to toggle
166
+
167
+ ### Changed
168
+
169
+ - Fixed: Touch not working on mobile [\#2](https://github.com/gitbrent/bootstrap4-toggle/issue/2) ([wilecoyte78](https://github.com/wilecoyte78))
170
+ - Updated to Bootstrap version 4.3.1
171
+ - Updated README with better Yarn instructions
172
+
173
+ ## [3.4.0](https://github.com/gitbrent/bootstrap4-toggle/tree/v3.4.0) 2019-01-03
174
+
175
+ ### [Full Changelog](https://github.com/gitbrent/bootstrap4-toggle/compare/v3.3.0...v3.4.0)
176
+
177
+ ### Added
178
+
179
+ - Outline button styles are now available
180
+
181
+ ### Changed
182
+
183
+ - Updated to Bootstrap version 4.2.1
184
+
185
+ ## [3.3.0](https://github.com/gitbrent/bootstrap4-toggle/tree/v3.3.0) 2018-12-19
186
+
187
+ ### [Full Changelog](https://github.com/gitbrent/bootstrap4-toggle/compare/v3.2.0...v3.3.0)
188
+
189
+ ### Added
190
+
191
+ - New test created to compare core bootstrap sizes to bootstrap4-toggle
192
+
193
+ ### Changed
194
+
195
+ - Introduced new `size` values that mirror bootstrap 4: (`lg`, `sm`, `xs`)
196
+ - Converted all css units from `px` to `rem`
197
+ - Properly added border on `light` button (moved from .toggle class)
198
+
199
+ ### Removed
200
+
201
+ **DEPRECATED** Classic `size` values (`large`, `small`, `mini`)
202
+
203
+ ## [3.2.0](https://github.com/gitbrent/bootstrap4-toggle/tree/v3.2.0) 2018-11-27
204
+
205
+ ### [Full Changelog](https://github.com/gitbrent/bootstrap4-toggle/compare/v3.1.0...v3.2.0)
206
+
207
+ ### Added
208
+
209
+ ### Changed
210
+
211
+ - Removed permanent `active` state from "Off" label so mouse-over highlighting works the same as "On"
212
+
213
+ ### Removed
214
+
215
+ ## [3.1.0](https://github.com/gitbrent/bootstrap4-toggle/tree/v3.1.0) 2018-10-25
216
+
217
+ ### [Full Changelog](https://github.com/gitbrent/bootstrap4-toggle/compare/v3.0.0...v3.1.0)
218
+
219
+ ### Added
220
+
221
+ - `index.html` includes new section with dark mode colors
222
+
223
+ ### Changed
224
+
225
+ - `index.html` now fully responsive, better menu, rearranged sections
226
+ - Tweaked `border` property to work with all backgrounds and colors
227
+
228
+ ### Removed
229
+
230
+ ## [3.0.0](https://github.com/gitbrent/bootstrap4-toggle/tree/v3.0.0) 2018-10-21
231
+
232
+ ### [Full Changelog](https://github.com/gitbrent/bootstrap4-toggle/compare/v2.2.2...v3.0.0)
233
+
234
+ ### Added
235
+
236
+ - Touch support
237
+
238
+ ### Changed
239
+
240
+ - Implements Bootstrap 4 colors/styles
241
+
242
+ ### Removed
243
+
244
+ - 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.