public-gateway-cacher/CHANGELOG.md

47 lines
1023 B
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
### Changed
- Better screenshot
- Upgraded to Angular 10
2020-07-08 00:43:12 +00:00
- Now uses `--chunker=buzhash`
2019-12-03 06:51:49 +00:00
2019-11-29 02:20:50 +00:00
### Deprecated
### Removed
### Fixed
### Security
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
- 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
- `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.