|
1 | 1 | # Change Log |
| 2 | + |
2 | 3 | All notable changes to this project will be documented in this file. This |
3 | 4 | project adheres to [Semantic Versioning](http://semver.org/). |
4 | 5 |
|
| 6 | +## [1.8.0] - 2025-05-07 |
| 7 | + |
| 8 | +### Changed |
| 9 | + |
| 10 | +- Added 1 new shortener (`go.skimresources.com`) |
| 11 | + |
5 | 12 | ## [1.7.0] - 2025-01-01 |
| 13 | + |
6 | 14 | ### Changed |
| 15 | + |
7 | 16 | - Added 1 new shortener (`go.bsky.app`) |
8 | 17 |
|
9 | 18 | ## [1.6.0] - 2024-11-20 |
| 19 | + |
10 | 20 | ### Changed |
| 21 | + |
11 | 22 | - Added 949 new shorteners |
12 | 23 | - Added 241 new Bitly branded domain shorteners |
13 | 24 | - Removed 1 duplicate `mz.cm,` |
14 | 25 |
|
15 | 26 | ## UNRELEASED - 2024-10-15 |
| 27 | + |
16 | 28 | ### Changed |
| 29 | + |
17 | 30 | - Modernise dev dependencies |
18 | 31 | - Replace Travis CI with GitHub Actions (remove Hound configuration) |
19 | 32 | - Add house_style and apply the corrections |
20 | 33 | - Change the supporting Ruby versions to 2.7 onwards |
21 | 34 |
|
22 | 35 | ## [1.5.0] - 2018-01-23 |
| 36 | + |
23 | 37 | ### Changed |
| 38 | + |
24 | 39 | - Added 150 new Bitly Pro domain shorteners |
25 | 40 |
|
26 | 41 | ## [1.4.0] - 2017-11-16 |
| 42 | + |
27 | 43 | ### Changed |
| 44 | + |
28 | 45 | - Added 10 new shorteners (including World Bank's) |
29 | 46 |
|
30 | 47 | ## [1.3.0] - 2017-07-25 |
| 48 | + |
31 | 49 | ### Changed |
| 50 | + |
32 | 51 | - Added 1,356 new shorteners (including Amazon's) |
33 | 52 | - Switched to using a GET request to follow shortened links to improve |
34 | 53 | compatibility with services that reject HEAD requests (e.g. Amazon) |
35 | 54 |
|
36 | 55 | ## [1.2.5] - 2017-03-10 |
| 56 | + |
37 | 57 | ### Changed |
| 58 | + |
38 | 59 | - Added another 531 shorteners |
39 | 60 |
|
40 | 61 | ## [1.2.4] - 2017-01-16 |
| 62 | + |
41 | 63 | ### Changed |
| 64 | + |
42 | 65 | - Add another 561 domains from vanityurlshorteners.com |
43 | 66 | - Add six specific shorteners from Nature, Pocket, Ow.ly and others |
44 | 67 | - Correct the v1.2.3 changelog date |
45 | 68 |
|
46 | 69 | ## [1.2.3] - 2017-01-04 |
| 70 | + |
47 | 71 | ### Changed |
| 72 | + |
48 | 73 | - Add another 337 Bitly Pro domains. |
49 | 74 | - Add Readcube's shortener. |
50 | 75 |
|
51 | 76 | ## [1.2.2] - 2016-11-28 |
| 77 | + |
52 | 78 | ### Changed |
| 79 | + |
53 | 80 | - Add another 1,505 Bitly Pro domains. |
54 | 81 |
|
55 | 82 | ## [1.2.1] - 2016-08-02 |
| 83 | + |
56 | 84 | ### Changed |
| 85 | + |
57 | 86 | - Add another 2,320 Bitly Pro domains. |
58 | 87 |
|
59 | 88 | ## [1.2.0] - 2016-05-10 |
| 89 | + |
60 | 90 | ### Changed |
| 91 | + |
61 | 92 | - List of shorteners: it now includes 1,293 Bitly pro domains. |
62 | 93 |
|
63 | 94 | ## [1.1.0] - 2016-01-15 |
| 95 | + |
64 | 96 | ### Changed |
| 97 | + |
65 | 98 | - Extract list of shorteners to a separate text file from @AvnerCohen; |
66 | 99 | - Speed up matching shorteners by generating regexps once on load from |
67 | 100 | @AvnerCohen; |
68 | 101 | - Remove a dead shortener and add some new default ones from @AvnerCohen. |
69 | 102 |
|
70 | 103 | ## [1.0.0] - 2015-11-21 |
| 104 | + |
71 | 105 | ### Added |
| 106 | + |
72 | 107 | - First stable version of Embiggen and its API for expanding shortened links. |
73 | 108 |
|
74 | 109 | [1.5.0]: https://github.com/altmetric/embiggen/releases/tag/v1.5.0 |
|
0 commit comments