Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/denodev/deno_api_diff_clean
Easier Deno upgrades by clearly expose changes from a version to another. 🚀 This is a clear version of deno_api_diff, without comments and some irrelevant information.
https://github.com/denodev/deno_api_diff_clean
deno deno-module deno-tools
Last synced: about 2 months ago
JSON representation
Easier Deno upgrades by clearly expose changes from a version to another. 🚀 This is a clear version of deno_api_diff, without comments and some irrelevant information.
- Host: GitHub
- URL: https://github.com/denodev/deno_api_diff_clean
- Owner: denodev
- License: mit
- Created: 2020-04-12T14:42:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-04-17T00:52:38.000Z (over 4 years ago)
- Last Synced: 2023-04-08T11:40:39.535Z (over 1 year ago)
- Topics: deno, deno-module, deno-tools
- Homepage:
- Size: 59.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Deno Api Diff Clean
> Easier Deno upgrades by clearly expose changes from a version to another. 🚀
This is a **clear** version of [deno_api_diff](https://github.com/denodev/deno_api_diff), without comments and some irrelevant information.
A dedicated branch per version makes changes very easy to watch.
For example:* https://github.com/denodev/deno_api_diff_clean/compare/0.39.0...0.40.0
(change in `lib.deno.shared_globals.d.ts`)
* https://github.com/denodev/deno_api_diff_clean/compare/0.38.0...0.39.0
(change in `lib.deno.ns.d.ts` )
* https://github.com/denodev/deno_api_diff_clean/compare/0.37.0...0.37.1
(no change)See table below for the complete list.
Please :star: this repository if I helped you ;)