-
Notifications
You must be signed in to change notification settings - Fork 86
Expand file tree
/
Copy pathversion-support.html
More file actions
59 lines (56 loc) · 1.52 KB
/
version-support.html
File metadata and controls
59 lines (56 loc) · 1.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
---
id: version-support
title: Lodash version support
layout: default
---
<section>
<h1>Version Support</h1>
<p>Only the latest version of any given major release line is supported.</p>
<p>Versions that are EOL (end-of-life) may receive updates for critical security vulnerabilities, but the lodash team offers no guarantee and does not plan to address or release fixes for any issues found.</p>
</section>
<section>
<h2>Support Timeline</h2>
<table class="support-table">
<thead>
<tr>
<th>Version</th>
<th>Support Start</th>
<th>Support End</th>
</tr>
</thead>
<tbody>
<tr>
<td>v4.x</td>
<td>January 2016</td>
<td><span class="ongoing">ongoing</span></td>
</tr>
<tr>
<td>v3.x</td>
<td>January 2015</td>
<td>January 2016</td>
</tr>
<tr>
<td>v2.x</td>
<td>September 2013</td>
<td>January 2015</td>
</tr>
<tr>
<td>v1.x</td>
<td>February 2013</td>
<td>September 2013</td>
</tr>
<tr>
<td>v0.x</td>
<td>April 2012</td>
<td>February 2013</td>
</tr>
</tbody>
</table>
</section>
<section>
<h2>Commercial Support Options</h2>
<p>If you are unable to update to a supported version of lodash, please consider:</p>
<ul class="chevron">
<li><a href="https://www.herodevs.com/support/lodash-nes?utm_source=lodash&utm_medium=link&utm_campaign=lodash_eol_page">HeroDevs Never-Ending Support</a></li>
</ul>
</section>