Skip to content

Commit 01ff480

Browse files
committed
feat: add new error classes and implement default error handler
Release-As: 0.0.34
1 parent 00ccab3 commit 01ff480

File tree

208 files changed

+4994
-4779
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

208 files changed

+4994
-4779
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
[![npm](https://img.shields.io/npm/l/@stone-js/http-core)](https://opensource.org/licenses/Apache-2.0)
44
[![npm](https://img.shields.io/npm/v/@stone-js/http-core)](https://www.npmjs.com/package/@stone-js/http-core)
55
[![npm](https://img.shields.io/npm/dm/@stone-js/http-core)](https://www.npmjs.com/package/@stone-js/http-core)
6-
![Maintenance](https://img.shields.io/maintenance/yes/2024)
6+
![Maintenance](https://img.shields.io/maintenance/yes/2025)
77
[![Publish Package to npmjs](https://github.com/stonemjs/http-core/actions/workflows/release.yml/badge.svg)](https://github.com/stonemjs/http-core/actions/workflows/release.yml)
8-
[![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=stonemjs/http-core)](https://dependabot.com)
8+
[![Dependabot Status](https://img.shields.io/badge/Dependabot-enabled-brightgreen.svg?logo=dependabot)](https://github.com/stonemjs/http-core/network/updates)
99
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)
1010

1111
Stone.js Pure ESM HTTP core with typings.

docs/BinaryFileResponse/README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
1-
[**HTTP Core Documentation v0.0.3**](../README.md)
1+
[**HTTP Core Documentation v0.0.32**](../README.md)
22

33
***
44

55
[HTTP Core Documentation](../modules.md) / BinaryFileResponse
66

77
# BinaryFileResponse
88

9-
## Index
10-
11-
### Classes
9+
## Classes
1210

1311
- [BinaryFileResponse](classes/BinaryFileResponse.md)
1412

15-
### Interfaces
13+
## Interfaces
1614

1715
- [BinaryFileResponseOptions](interfaces/BinaryFileResponseOptions.md)

0 commit comments

Comments
 (0)