UNPKG

3.05 kBMarkdownView Raw
1# Change Log
2
3All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
5<a name="2.1.5"></a>
6## [2.1.5](https://github.com/peerigon/parse-domain/compare/v2.1.4...v2.1.5) (2018-10-19)
7
8
9### Bug Fixes
10
11* Compatibility problems with older JavaScript engines ([#51](https://github.com/peerigon/parse-domain/issues/51)) ([d9d782b](https://github.com/peerigon/parse-domain/commit/d9d782b))
12
13
14
15<a name="2.1.4"></a>
16## [2.1.4](https://github.com/peerigon/parse-domain/compare/v2.1.3...v2.1.4) (2018-10-19)
17
18
19### Bug Fixes
20
21* Wrong entry in package.json files ([50fe635](https://github.com/peerigon/parse-domain/commit/50fe635))
22
23
24
25<a name="2.1.3"></a>
26## [2.1.3](https://github.com/peerigon/parse-domain/compare/v2.1.2...v2.1.3) (2018-10-19)
27
28
29### Bug Fixes
30
31* Do not write in the file system on postinstall if it's forbidden ([#39](https://github.com/peerigon/parse-domain/issues/39)) ([9aee180](https://github.com/peerigon/parse-domain/commit/9aee180))
32* Re-add missing prepare script after ([e5d6362](https://github.com/peerigon/parse-domain/commit/e5d6362))
33
34
35
36<a name="2.1.2"></a>
37## [2.1.2](https://github.com/peerigon/parse-domain/compare/v2.1.1...v2.1.2) (2018-06-13)
38
39
40### Bug Fixes
41
42* Add .babelrc for create-react-app apps ([#37](https://github.com/peerigon/parse-domain/issues/37)) ([d2d3728](https://github.com/peerigon/parse-domain/commit/d2d3728))
43
44
45
46<a name="2.1.1"></a>
47## [2.1.1](https://github.com/peerigon/parse-domain/compare/v2.1.0...v2.1.1) (2018-05-30)
48
49
50### Bug Fixes
51
52* Support url which has no protocol ([#28](https://github.com/peerigon/parse-domain/issues/28)) ([74dec41](https://github.com/peerigon/parse-domain/commit/74dec41))
53
54
55
56<a name="2.1.0"></a>
57# [2.1.0](https://github.com/peerigon/parse-domain/compare/v2.0.0...v2.1.0) (2018-05-30)
58
59
60### Features
61
62* Use trie data structure to decrease file size ([#33](https://github.com/peerigon/parse-domain/issues/33)) ([59f951b](https://github.com/peerigon/parse-domain/commit/59f951b))
63
64
65
66<a name="2.0.0"></a>
67# [2.0.0](https://github.com/peerigon/parse-domain/compare/v1.2.0...v2.0.0) (2017-12-03)
68
69
70### Code Refactoring
71
72* Update code to node 4 ([4d87f43](https://github.com/peerigon/parse-domain/commit/4d87f43))
73
74
75### Features
76
77* Update list of TLDs ([df15b19](https://github.com/peerigon/parse-domain/commit/df15b19))
78
79
80### BREAKING CHANGES
81
82* node 4 or newer is required
83
84
85
86<a name="1.2.0"></a>
87# [1.2.0](https://github.com/peerigon/parse-domain/compare/v1.1.0...v1.2.0) (2017-12-03)
88
89
90
91Changelog
92---------
93
94### 1.1.0
95- Fix parsing of URLs that have an @ character in the path [#13](https://github.com/peerigon/parse-domain/issues/13)
96- Update tlds a27a2c83102c563978b831bd161f1fb5409376bd
97
98### 1.0.0
99- Removed private tlds from the default regexp [#4](https://github.com/peerigon/parse-domain/issues/4) [#6](https://github.com/peerigon/parse-domain/issues/6)
100- Introduced `privateTlds` boolean flag to include private tlds
101- Reached stable state :)