Files
phishing/CHANGELOG.md
T
Jaco Greeff 0ca51f6897 Check for unique entries (#62)
* Check for unique entries

* Update scripts/sortAll.mjs

* Updated CHANGELOG

* 0.4
2021-01-24 09:21:35 +01:00

52 lines
1.3 KiB
Markdown

# CHANGELOG
## 0.4.1 Jan 24, 2021
Contributed:
- Added polkadot-wallet.com (Thanks to https://github.com/FlorianFranzen)
- Added 4dot.net, polkadots.network, polkadotwallet-unlock.org (Thanks to https://github.com/FlorianFranzen)
- Added polkadotunlockwallet.com, polkadot.company (Thanks to https://github.com/FlorianFranzen)
- Added dot4.org, getpolkadot.net (Thanks to https://github.com/FlorianFranzen)
- Added dotevent.org, polkadot.center, polkadotlive.network (Thanks to https://github.com/FlorianFranzen)
- Added polkadot.express (Thanks to https://github.com/laboon)
- Added polkadot-airdrop.org, polkadot-live.online, walletsynchronization.com (Thanks to https://github.com/jackesky)
Changes:
- Add `checkAddress` function to check addresses
- Add test for sites with www prefix
- Sort sites as part of the pre-publish build
- Add duplicate check on CI
- Add address.json for list of known addresses
- Add urlmeta.json for extended info
- Add index.html for table display from meta
- Added polkadot-airdrop.live
- Added polkadotfund.com
## 0.3.1 Dec 13, 2020
Contributed:
- Added polkadot.com.se (Thanks to https://github.com/gdixon)
Changes:
- Publish as dual cjs/esm modules
- Allow for list caching, while maintaining freshness
## 0.2.1 Nov 11, 2020
Changes:
- Remove default export on package
## 0.1.1 Sep 21, 2020
Changes:
- Initial release