source: frontend/node_modules/damerau-levenshtein/CHANGELOG.md

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 1.5 KB
Line 
1# Change Log
2
3All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/). This project adheres to [Semantic Versioning](http://semver.org/).
4
5## [Unreleased]
6
7
8## [1.0.8] - 2021-12-20
9
10Security:
11- Upgrade mocha to > 9.0.0 (fixes three security vulnerabilities brought by transitive dependencies)
12
13## [1.0.7] - 2021-05-05
14
15Fixed:
16- The scripts/update-changelog.sh wouldn't work without gsed in path
17
18Security:
19- Upgrade lodash (transitive development dependency) #17
20- Upgrade yargs/y18n (transitive development dependency) #18
21
22
23## [1.0.6] - 2020-01-27
24
25Changed:
26- Upgrade lodash to version 4.17.15 #16
27
28## [1.0.5] - 2019-05-09
29
30Changed:
31- Upgrade Mocha to version 6.1.4 #12 by @whyboris
32- Example use in README.md by @whyboris
33
34## [1.0.4] - 2017-03-24
35
36Fixed:
37- Fails in strict mode #7 by @gilly3
38
39## [1.0.3] - 2016-09-26
40
41Fixed:
42- A title of this document :P
43
44Added:
45- List of contributors
46- Bugs URL
47- Git repository URL
48
49## [1.0.2] - 2016-09-26
50
51Fixed:
52- Similarity 0 returned for equal strings #4 by @tad-lispy
53
54## [1.0.1] - 2016-09-12
55
56Fixed:
57- Wrong results for transposition #2 by @g-adolph
58
59Added:
60- First unit test by @g-adolph
61- A Change Log :) by @tad-lispy
62
63## [1.0.0] - 2016-02-23
64
65Fixed:
66- Update README to match the actual output by @gilly3
67
68## [0.1.3] - 2013-09-02
69
70Fixed:
71- Clear matrix on each call @tad-lispy
72- Always return an object @tad-lispy
73
74## [0.1.2] - 2013-08-29
75
76Added:
77- ReadMe
78
79## [0.1.1] - 2013-08-28
80
81Added:
82- Initial working release @tad-lispy
Note: See TracBrowser for help on using the repository browser.