Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/make json parser non strict #31

Merged

Conversation

Hypercubed
Copy link
Contributor

This small change allows the response to include primitives (like strings and numbers) instead of just arrays and objects.

See https://github.com/expressjs/body-parser#strict

@sinedied sinedied merged commit e31757f into sinedied:main Nov 12, 2024
7 checks passed
@Hypercubed Hypercubed deleted the feature/make-json-parser-non-strict branch November 12, 2024 15:46
sinedied pushed a commit that referenced this pull request Jan 2, 2025
# [4.0.0](3.1.1...4.0.0) (2025-01-02)

* chore!: update packages ([587f9de](587f9de))

### Features

* add https option ([#30](#30)) ([8a9f15f](8a9f15f))
* make json parser non strict ([#31](#31)) ([e31757f](e31757f))
* migrate to ESM ([20bdb07](20bdb07))

### BREAKING CHANGES

* JS mocks and collections now use ESM by default. To keep using your previous mocks and collections, you need to change their extension from `.js` to `.cjs`
* requires Node >= 18
@sinedied
Copy link
Owner

sinedied commented Jan 2, 2025

🎉 This PR is included in version 4.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants