Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/hapijs/boom

HTTP-friendly error objects
https://github.com/hapijs/boom

10.0.1

01a4996dc6e62949aa7a98ca75b2d0dcd8a4a0a8 authored almost 2 years ago
Document 1st arg can be an Error (#297)

aa83351d83d1e606f5399345663e7ad684993528 authored almost 2 years ago
chore: bump hoek and lab (#299)

83e3e35037c53241f5e35ad5ee6f3b40de788b2c authored almost 2 years ago
10.0.0

9d476d99db2583565bc0b26f3a5cc555ea8e647c authored almost 3 years ago
Remove CI reference to v10 branch

b2e355851fb3cdb9eec2b654122409170df93e44 authored almost 3 years ago
Merge remote-tracking branch 'origin/v10'

8c72041a1985847de047e176fd8a197ece306828 authored almost 3 years ago
Support node v18, drop node v12 (#295)

a89e2bad9ef04754d7c438ef5c41c673ddd8c588 authored almost 3 years ago
Add @types/node to dev deps

c2293a2d1a472f1f30a941a1bdfcc5bf6789f023 authored almost 3 years ago
Revert "docs: add isMissing to boom on types (#294)"

This reverts commit c35a14079134c3a0753f45bdf09d19c7cf0ac027.

440cd925e4a99a885a934ec46d947aca76fe8b67 authored almost 3 years ago
docs: add isMissing to boom on types (#294)

c35a14079134c3a0753f45bdf09d19c7cf0ac027 authored almost 3 years ago
add dispatcher and use shared config

948268e3a8a8d14301bef17f201ca067d66067b8 authored about 3 years ago
add IDE linting

12e025c3e873e94cd9e5bfa0e7f4c891c94ea2f6 authored over 3 years ago
9.1.4

84725bd1ca5df345e44f742bf0d2b856be2fb796 authored over 3 years ago
fix: make reformat configurable in initialize (#289)

This was causing `TypeError: Cannot redefine property: reformat`
when not using the same versio...

88b0a415856fbe47ee4a90680ebd6a7e502ec60f authored over 3 years ago
9.1.3

4140b0d802de108af5dcc306f1f1de15b9b4fb10 authored over 3 years ago
Don't mess with instanceof checks called on subclasses (#286)

* Don't mess with instanceof checks called on subclasses. Closes #285

* Test that actual inst...

2b6bad1ed5ad34757a8cde3e59db5c3cd1d0b410 authored over 3 years ago
9.1.2

80528a674af77703cb8d0be15b50a655225d5cae authored almost 4 years ago
Add proper index type to headers property (#281)

`object` doesn't allow properly looking up values on `headers` (for
example, `headers['Authoriz...

1e96b134ab6b1a81121d3bac7e715a29fb80d35a authored almost 4 years ago
Update syntax (#280)

8c534dfd3410eb53cd415a568439d462c5fd781f authored about 4 years ago
9.1.1

5efecc8574c5771267f2da0ad7f5f48c1ea126a4 authored about 4 years ago
Clean up d.ts comments (#278)

e89d00cd8ee66938dd6863b619ea5c3b8f55f0ed authored about 4 years ago
TypeScript: Allow custom properties on output.payload (#279)

Fixes #277

3a6e4e7576201fffd07732b4504dd731c394aa62 authored about 4 years ago
Make isBoom type definition laxer

Especially useful in hapijs context, where request.response can be a
Boom object. This change al...

b25ee43255b939a28e99bae697bb82f73c0e8129 authored about 4 years ago
Create ci-module.yml (#274)

* Create ci-module.yml

* Remove .travis.yml

fba8e6e25f33f9b453cea14f18b72e228cd03606 authored about 4 years ago
upgrade lab to v24 and devDependency of typescript (#273)

1f51256fc21d63d6cc2a1fea5a8731acc8079786 authored over 4 years ago
Indicate that statusCode is optional

2aa2cda8e65e68c8db5d263acc3b84eceaba6d3d authored over 4 years ago
migrate to new travis format

441c0facc8db8ac2e76ce1e171e9b470a405f206 authored over 4 years ago
test on node 14

002e4a8c2bc63f146db21d5347d1c895664042a8 authored over 4 years ago
Fix documentation (#270)

The `instanceof` check needs to be called with `Boom.Boom` since `Boom` is not a constructor. Ca...

2e676acafc6b9c5a60c17199fc920e80fc68d5b2 authored over 4 years ago
Update/Clarify documentation for creating new Boom. (#267)

b8890801d1aca67a0e745b7e70b37e93a3eee4b5 authored over 4 years ago
9.1.0

7e94679c2111ee49f88a787499a36aedba207c83 authored almost 5 years ago
Cleanup for #266

703ba076a754050a4c0a096df1fd2394e27bfc0c authored almost 5 years ago
Add optional statusCode parameter to Boom.isBoom, resolves #265 (#266)

7e4dcd2ef26e346b8c1714f18fccbc6100bd6c56 authored almost 5 years ago
9.0.0

6ffa4063bcaf9524c314879340d3980a5c5b09c9 authored about 5 years ago
Fix trailing space. Closes #260

d3e98781035c3cc8bc17ac0db527a691d2ba6928 authored about 5 years ago
node 12 only. Closes #262

1d648da526cc32bd5ac1fb47bf5871d5a457a2e8 authored about 5 years ago
Add HTTP code 425 Too Early (#261)

* Add HTTP code 425 Too Early

* Update index.ts

Co-authored-by: Eran Hammer <[email protected]>

e827e87f1236d73cd11a03bc7338c56610ad8ccf authored about 5 years ago
Update README.md

856997e019c330ff1f0e4cce90623ce1b1872ca9 authored about 5 years ago
Removes confusing sentence about 500 hidden messages. (#259)

62b26db5612a687a40945a2e59e9d7041fde0812 authored about 5 years ago
Remove top header (#255)

ba4b5481a0720ba8642fceacc5c8ccd92b1a58ae authored over 5 years ago
8.0.1

b50d03eeddd393de70c946fb37eca11322d4248c authored over 5 years ago
Move new Boom() to new Boom.Boom(). Closes #253

d2cc83eb3355d3e394f5dc73699f7d04bd1a2a02 authored over 5 years ago
Update README.md

e719051ef0d514e1a03e74c6455d16362ceb6849 authored over 5 years ago
Update README.md

05cd2992beb7b5c20b18c53b25bc6024271000b0 authored over 5 years ago
8.0.0

e27e76dc09f8f9d18763a82ca4b4e748b0a8f0c7 authored over 5 years ago
Fix missing error message in super. Closes #246

54369bc87f600771b28dc1e33381d22ae829d706 authored over 5 years ago
Restore types and remove node 8. Closes #251. Closes #252

1878aec079ce5cee45918168201787df9195bee5 authored over 5 years ago
Remove TOC from API (#249)

5871105266835659fbf773cfe8c3c68ecd52a95c authored over 5 years ago
7.4.10

e8e9c2569f1aec54c7cb4bb17ba6dac6d6ddeed1 authored over 5 years ago
Fix default export. Fixes #244. (#245)

* Fix default export. Fixes #244.

* Update index.js

a989e49e7b071be544b3d60f3e7d16cf2a0f76b4 authored over 5 years ago
Add test for #244

2ee13f6d872509da830bc47a7084a6233c65e19f authored over 5 years ago
7.4.9

d941f1b23e7436927259d193c5e8df19d84abc7f authored over 5 years ago
Improve types. Closes #243

feb25bfe1d4bee6324f62f43c49af072e148d170 authored over 5 years ago
7.4.8

5f6f46a38f521e415c8ed986092c0fd9e4d188fb authored over 5 years ago
Add missing method. Closes #242

93e02c36ad0e4a471f5301e0614704a0935b1513 authored over 5 years ago
Ts fix (#241)

* Fix constructor return type

* Make data optional

f736e89dc451bc5870c77b8f899f02ad43bef787 authored over 5 years ago
Fix types: Update static isBoom to be a type guard. (#240)

https://www.typescriptlang.org/docs/handbook/advanced-types.html#typeof-type-guards

283f273fd0b138a18fb3890bbc930ba3ebcd4999 authored over 5 years ago
7.4.7

8150c41d79bbc14e5e72164597743741f2644497 authored over 5 years ago
Fix types. Closes #239

a9f5a67269f550cfec1be2fca976f38007ae5cfb authored over 5 years ago
7.4.6

70f2c617835fadaae0588b479722fc5727520ab7 authored over 5 years ago
Fix types: serviceUnavailable -> serverUnavailable. (#238)

Fixes #237

fb5b8f01cbea02628da7d4462f4c34804c1ba640 authored over 5 years ago
misc

1225ee9b8b1dae0127f95faa2a4db9bd4aa8d790 authored over 5 years ago
7.4.5

160055aff1702200d0465f59677a64da30e1d9f0 authored over 5 years ago
Assert on incompatible error. Closes #216

8ea4fae1813d6e2bce385b60d20601cff8d29897 authored over 5 years ago
Change typeof and reformat to non-enumerable. Closes #215

13bf5b2e1b02cbf0677ce3bae37eab28edf14991 authored over 5 years ago
7.4.4

77ed175702623862b668bee43130e20e25ca0bef authored over 5 years ago
Cleanup for #233

478213514f6ffe712b9e961511c5fa019b13faba authored over 5 years ago
Added TS declarations (#233)

* Added TS declarations

* start tests

* TS tests

* Update API

* Added "files" and cl...

36e02a783ddb9c986249f512766cb41fbbc25ef2 authored over 5 years ago
Update README.md

87e27bf023b00b08577dfc80e78b6fc58dadafc1 authored over 5 years ago
Update API (#236)

9c51cb9bef81f60d0ed5dbdf001a48e1c6504ef3 authored over 5 years ago
7.4.3

c14e7d38dae756f31737d61613b0dfae0eccd89f authored over 5 years ago
Update deps. Closes #229

1214725a3a440b44ab705e496c43b84d36011584 authored over 5 years ago
Update .travis.yml

7c03582a4b137b45735ce29fa75e7e6c9d5a861b authored almost 6 years ago
Update README.md

3d31b8d090506e7d4ca74231358cab86f83dfe8c authored almost 6 years ago
Update README.md

f4c9293db48b92f663afb49699b828d660fd0d57 authored almost 6 years ago
misc

171aed66bcc65ae12c713e2e880be6699522be95 authored almost 6 years ago
7.4.2

41242fc908f093abdaeb85bfd47bd42dd96d18ea authored almost 6 years ago
cleanup

b1d1fab79b07668dfdae7933b958cc7807b3514b authored almost 6 years ago
Update deps. Closes #221

89cd6053be164c8a8c44111164c4e19615ea973f authored almost 6 years ago
7.4.1

d2b2b3701a54f36607b288ae24d697b1fff69c14 authored almost 6 years ago
Fix dep. Closes #220

94cf8ae67f2e89ab05d48b412e30ce844d902861 authored almost 6 years ago
7.4.0

f5c517d7e3bf581eb8466d3b8efeb673029f3005 authored almost 6 years ago
Cleanup

376250c86dc4b6eaab7b482838a3878142f3d892 authored almost 6 years ago
Cleanup. Closes #219

e654b0bba778a429d8bbc43b12ff18d278c927e7 authored almost 6 years ago
7.3.0

75de5790200f467940b1919367fec75f80669d97 authored about 6 years ago
add debug mode to reformat() (#211)

This allows Internal Server Errors to be more easily inspected
during development.

a236a89d5446237679b4086f9a073fd614568687 authored about 6 years ago
Add changelog.md (#210)

8727b8984dee826a199fd2a9703f12089df09df2 authored about 6 years ago
Update README.md

af5dc90169a582e72e18c9846bd4937dfde895b0 authored about 6 years ago
7.2.2

692379a4449eee2ecd3f7bc1334fe627cf98a399 authored about 6 years ago
Remove engines. Closes #208

25d4ab8a5bee83cc813fa9ce5f62b5360bb2bc31 authored about 6 years ago
misc

87d45625358a5f2958e09354acb187ed23fb54bc authored over 6 years ago
misc

9e2c5e4d496ec12b40630b82730783f453d44a67 authored over 6 years ago
7.2.1

bf7ee7372a7a9fcd55105c15f4d211046a09842d authored over 6 years ago
Update hoek. Closes #206

8e9e6518676528a05ffc40dcc73e281360da81ed authored over 6 years ago
misc

2790af39cb1dc0bce3b94e4ce75b1f046f7e29fa authored over 6 years ago
node 11 + cleanup

e11e99e9e27ffc30d6da5c43297e23e6b2713f4e authored over 6 years ago
version 7.2.0

cb994ed839b06a06b880686cd5672d9218432abd authored almost 7 years ago
424 Failed dependency implementation (#188)

* Specs for 424 failed dependency

* Implementation of 424 failed dependency

* Update docum...

c897ab62302ea87fa5b8fdcad023b48eedbffdf5 authored almost 7 years ago
docs(readme): clarified `boomify` statusCode default option (#187)

This is more in line with the code.

9681132f3c763879bbce7c38ffd9a84c432e8c51 authored almost 7 years ago
Fix spelling mistake (#182)

9fac0ec8ea9747dbd9b47322d0338f16d865d533 authored about 7 years ago