public-gateway-cacher/CHANGELOG.md

1.5 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • More information in the package.json.
  • Added ESLint

Changed

  • Updated gateways.json
  • Upgraded to Angular 13

Deprecated

Removed

  • Removed TSLint

Fixed

Security

[2.1.1] - 2021-03-20

Added

  • Added some accessibility tags
  • Added some VSCode settings

Changed

  • Updated to Angular 11
  • Updated gateways

Fixed

  • Corrected the title from "Public IPFS Cacher" to "Public Gateway Cacher".

[2.1.0] - 2020-07-10

Added

  • Support for subdomain gateways
  • Strict mode
  • More icons
  • IPFS colours

Changed

  • Better screenshot
  • Upgraded to Angular 10
  • Now uses --chunker=buzhash
  • Updated bootstrap and ipfs-css

[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

[1.0.0] - 2019-11-28

This version is a fork of 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.