|
6 | 6 | * **ci:** use semantic-release instead of go-semantic-release ([6d84689](https://github.com/SphericalKat/dart-fuzzywuzzy/commit/6d8468965865fb878f8620e20800680bf959c422))
|
7 | 7 | * **treewide:** master -> main ([1f1af68](https://github.com/SphericalKat/dart-fuzzywuzzy/commit/1f1af68baacd0a0d4700afe7354db70272fd4ddd))
|
8 | 8 | * **treewide:** remove unnecessary code ([4bd256b](https://github.com/SphericalKat/dart-fuzzywuzzy/commit/4bd256b23643dd28e6cce81f6fb8e71e3915eb2d))
|
9 |
| -* ignored .failed_tracker |
10 |
| -* fix(treewide): remove unnecessary code |
11 |
| -* [skip ci] fix(example): format it a little better |
12 |
| -* [skip ci] fix(readme): update latest package version |
13 |
| -* [skip ci] Release |
14 | 9 |
|
15 | 10 | ## 1.1.4 (2023-06-22)
|
16 | 11 |
|
17 | 12 | #### Bug Fixes
|
18 | 13 |
|
19 | 14 | * **treewide:** fix analyzer issues (47e30949)
|
| 15 | + |
| 16 | +## 1.1.3 (2023-06-22) |
| 17 | + |
| 18 | +#### Bug Fixes |
| 19 | + |
| 20 | +* **test:** test against sdk>3.x (f5699e34) |
| 21 | + |
| 22 | +## 1.1.2 (2023-06-22) |
| 23 | + |
| 24 | +#### Bug Fixes |
| 25 | + |
| 26 | +* **ci:** test against a matrix of dart versions (d740510a) |
| 27 | + |
| 28 | +## 1.1.1 (2023-06-22) |
| 29 | + |
| 30 | +#### Bug Fixes |
| 31 | + |
| 32 | +* **ci:** add semrelrc (341bfb9a) |
| 33 | + |
| 34 | +## 1.1.0 (2023-06-22) |
| 35 | + |
| 36 | +#### Feature |
| 37 | + |
| 38 | +* **treewide:** update dependencies (2d2eb08a) |
| 39 | + |
| 40 | +## 1.0.2 (2023-06-18) |
| 41 | + |
| 42 | +#### Bug Fixes |
| 43 | + |
| 44 | +* add support for non ascii characters (fc70dd42) |
| 45 | + |
| 46 | +## 1.0.1 (2022-04-19) |
| 47 | + |
| 48 | +#### Bug Fixes |
| 49 | + |
| 50 | +* **ci:** update changelog file on release (46d77872) |
| 51 | + |
| 52 | +## 1.0.0 (2022-04-19) |
| 53 | + |
| 54 | +#### Feature |
| 55 | + |
| 56 | +* bump version (3928c1c2) |
| 57 | +* update dependencies (d1f8fcbf) |
| 58 | +* release 0.1.7 (28bc6b53) |
| 59 | +* **extraction:** add support for generic list types (f1d0d246) |
| 60 | +* **extraction:** add extractors (29e345e4) |
| 61 | +* **algorithms:** implement weighted ratio (7aa2c0eb) |
| 62 | +* **diffutils:** finish diffutil implementation (d48ad62f) |
| 63 | + |
| 64 | +#### Bug Fixes |
| 65 | + |
| 66 | +* remove outdated test_coverage dependency (fd6fd58f) |
| 67 | +* **treewide:** format code using dartfmt (db747832) |
| 68 | +* **extractor:** remove debug print statement (0fca8c5e) |
| 69 | +* **ratios:** fix splitting on whitespace (f8dc2b6c) |
| 70 | + |
| 71 | +#### Documentation |
| 72 | + |
| 73 | +* **fuzzywuzzy:** add information about getters for generic lists (f8cbb6a2) |
| 74 | +* **readme:** update with details about dependencies [skip ci] (e5d7de87) |
| 75 | +* **readme:** add extractor examples to readme (d59546b5) |
| 76 | +* **changelog:** update for 0.1.2 [skip ci] (dc315e5a) |
| 77 | +* **readme:** generate a CI badge [skip ci] (830b4342) |
| 78 | +* **readme:** add a readme detailing usage (5f19d9a8) |
| 79 | + |
| 80 | +#### Tests |
| 81 | + |
| 82 | +* add tests for extractors (72e126dc) |
| 83 | +* add tests and code coverage (c316f470) |
| 84 | + |
| 85 | +#### Code Refactoring |
| 86 | + |
| 87 | +* use explicit type parameters in tests/example (ffcac28a) |
| 88 | +* **diffutils:** remove unnecessary `new` keyword (684bcf18) |
| 89 | +* **diffutils:** remove unused code (866186e3) |
| 90 | + |
| 91 | +#### Chores |
| 92 | + |
| 93 | +* **publish:** bump package version (ade8d1c8) |
| 94 | +* **build:** bump dependencies (db4cdfdd) |
| 95 | +* **publishing:** bump package version (b7101931) |
| 96 | +* bump package version [skip ci] (cac8b84a) |
| 97 | +* **treewide:** follow pedantic linter rules (e6783f32) |
| 98 | +* bump version, add examples and update changelog (36893128) |
| 99 | +* **changelog:** create a changelog (6c2feaba) |
| 100 | +* **license:** license under gplv2 (e0c4a4ef) |
| 101 | +* **fuzzysearch:** dartfmt (00fc4391) |
| 102 | + |
| 103 | +#### CI |
| 104 | + |
| 105 | +* **actions:** add action to generate github releases (83d1eaef) |
| 106 | +* add github actions workflow (36231589) |
| 107 | + |
| 108 | +## 0.2.0 |
| 109 | +- Bump dependencies |
| 110 | +- Remove outdated packages |
| 111 | +## 0.1.7 |
| 112 | +- Bump dependencies |
| 113 | +- Check if priority queue is empty instead of relying on exceptions |
| 114 | + |
| 115 | +## 0.1.6 |
| 116 | +- Bump dependencies |
| 117 | +- Use explicit type parameters in test and examples |
| 118 | + |
| 119 | +## 0.1.5 |
| 120 | +- Add support for extraction from generic lists |
| 121 | +- Add tests for generic lists |
| 122 | +- Update docs with information about generic types |
| 123 | + |
| 124 | +## 0.1.4 |
| 125 | +- Update readme with more accurate info |
| 126 | + |
| 127 | +## 0.1.3 |
| 128 | +- Add extractors |
| 129 | +- Add tests for extractors |
| 130 | +- Improve documentation for ratio algorithms |
| 131 | + |
| 132 | +## 0.1.2 |
| 133 | +- Add unit tests |
| 134 | +- Follow dart file conventions |
| 135 | +- Remove unused code |
| 136 | +- Remove instances of unnecessary `new` keyword |
| 137 | + |
| 138 | +## 0.1.1 |
| 139 | +- Add examples |
| 140 | +- Fix a bug where string splitting would throw an exception |
| 141 | + |
| 142 | +## 0.1.0 |
| 143 | +- Initial release |
0 commit comments