public-gateway-cacher/CHANGELOG.md

100 lines
1.7 KiB
Markdown
Raw Normal View History

2019-11-29 02:20:50 +00:00
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/), and this project adheres to [Semantic Versioning](https://semver.org/).
## [Unreleased]
### Added
2022-03-11 07:38:26 +00:00
### Changed
### Deprecated
### Removed
### Fixed
### Security
2022-03-11 07:58:09 +00:00
## [2.2.1]
### Changed
- Updated my own gateway to its HTTPS link
2022-03-11 07:38:26 +00:00
## [2.2.0] - 2022-03-11
### Added
2022-03-11 07:06:35 +00:00
- More information in the `package.json`.
- Added ESLint
2022-03-11 07:26:13 +00:00
- Added Prettier
- Put success reponses at the top of the list
2022-03-10 21:06:35 +00:00
2021-03-20 18:39:19 +00:00
### Changed
2022-03-11 07:06:35 +00:00
- Updated `gateways.json`
- Upgraded to Angular 13
- Targets ESNext
2022-03-10 04:57:47 +00:00
2021-03-20 18:39:19 +00:00
### Removed
2022-03-11 07:06:35 +00:00
- Removed TSLint
2022-03-11 02:47:14 +00:00
2021-03-20 18:39:19 +00:00
## [2.1.1] - 2021-03-20
### Added
2022-03-11 07:06:35 +00:00
- Added some accessibility tags
- Added some VSCode settings
2021-03-20 17:56:29 +00:00
2020-07-10 06:12:17 +00:00
### Changed
2022-03-11 07:06:35 +00:00
- Updated to Angular 11
- Updated gateways
2021-03-20 17:39:16 +00:00
2020-07-10 06:12:17 +00:00
### Fixed
2022-03-11 07:06:35 +00:00
- Corrected the title from "Public IPFS Cacher" to "Public Gateway Cacher".
2020-07-10 06:39:37 +00:00
2020-07-10 06:12:17 +00:00
## [2.1.0] - 2020-07-10
### Added
2022-03-11 07:06:35 +00:00
- Support for subdomain gateways
- Strict mode
- More icons
- IPFS colours
2020-07-08 07:46:46 +00:00
2019-11-29 02:20:50 +00:00
### Changed
2022-03-11 07:06:35 +00:00
- Better screenshot
- Upgraded to Angular 10
- Now uses `--chunker=buzhash`
- Updated `bootstrap` and `ipfs-css`
2019-12-03 06:51:49 +00:00
2019-12-03 06:40:09 +00:00
## [2.0.0] - 2019-12-03
Now based on Angular!
Tests were done with `ipfs-npm` : They weren't successful. `ipfs-css` is only minimally used.
### Added
2022-03-11 07:06:35 +00:00
- GitLab Pages - <https://natoboram.gitlab.io/public-gateway-cacher/>
2019-12-03 06:40:09 +00:00
2019-11-29 02:20:50 +00:00
## [1.0.0] - 2019-11-28
This version is a fork of [github.com/ipfs/public-gateway-checker](https://github.com/ipfs/public-gateway-checker).
## Types of changes
2022-03-11 07:06:35 +00:00
- `Added` for new features.
- `Changed` for changes in existing functionality.
- `Deprecated` for soon-to-be removed features.
- `Removed` for now removed features.
- `Fixed` for any bug fixes.
- `Security` in case of vulnerabilities.