UNPKG

3.27 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.6"></a>
6## [2.1.6](https://github.com/peerigon/parse-domain/compare/v2.1.5...v2.1.6) (2018-10-19)
7
8
9### Bug Fixes
10
11* Broken published version ([f36d76e](https://github.com/peerigon/parse-domain/commit/f36d76e))
12
13
14
15<a name="2.1.5"></a>
16## [2.1.5](https://github.com/peerigon/parse-domain/compare/v2.1.4...v2.1.5) (2018-10-19)
17
18
19### Bug Fixes
20
21* Compatibility problems with older JavaScript engines ([#51](https://github.com/peerigon/parse-domain/issues/51)) ([d9d782b](https://github.com/peerigon/parse-domain/commit/d9d782b))
22
23
24
25<a name="2.1.4"></a>
26## [2.1.4](https://github.com/peerigon/parse-domain/compare/v2.1.3...v2.1.4) (2018-10-19)
27
28
29### Bug Fixes
30
31* Wrong entry in package.json files ([50fe635](https://github.com/peerigon/parse-domain/commit/50fe635))
32
33
34
35<a name="2.1.3"></a>
36## [2.1.3](https://github.com/peerigon/parse-domain/compare/v2.1.2...v2.1.3) (2018-10-19)
37
38
39### Bug Fixes
40
41* 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))
42* Re-add missing prepare script after ([e5d6362](https://github.com/peerigon/parse-domain/commit/e5d6362))
43
44
45
46<a name="2.1.2"></a>
47## [2.1.2](https://github.com/peerigon/parse-domain/compare/v2.1.1...v2.1.2) (2018-06-13)
48
49
50### Bug Fixes
51
52* 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))
53
54
55
56<a name="2.1.1"></a>
57## [2.1.1](https://github.com/peerigon/parse-domain/compare/v2.1.0...v2.1.1) (2018-05-30)
58
59
60### Bug Fixes
61
62* Support url which has no protocol ([#28](https://github.com/peerigon/parse-domain/issues/28)) ([74dec41](https://github.com/peerigon/parse-domain/commit/74dec41))
63
64
65
66<a name="2.1.0"></a>
67# [2.1.0](https://github.com/peerigon/parse-domain/compare/v2.0.0...v2.1.0) (2018-05-30)
68
69
70### Features
71
72* 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))
73
74
75
76<a name="2.0.0"></a>
77# [2.0.0](https://github.com/peerigon/parse-domain/compare/v1.2.0...v2.0.0) (2017-12-03)
78
79
80### Code Refactoring
81
82* Update code to node 4 ([4d87f43](https://github.com/peerigon/parse-domain/commit/4d87f43))
83
84
85### Features
86
87* Update list of TLDs ([df15b19](https://github.com/peerigon/parse-domain/commit/df15b19))
88
89
90### BREAKING CHANGES
91
92* node 4 or newer is required
93
94
95
96<a name="1.2.0"></a>
97# [1.2.0](https://github.com/peerigon/parse-domain/compare/v1.1.0...v1.2.0) (2017-12-03)
98
99
100
101Changelog
102---------
103
104### 1.1.0
105- Fix parsing of URLs that have an @ character in the path [#13](https://github.com/peerigon/parse-domain/issues/13)
106- Update tlds a27a2c83102c563978b831bd161f1fb5409376bd
107
108### 1.0.0
109- 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)
110- Introduced `privateTlds` boolean flag to include private tlds
111- Reached stable state :)