jsonapi-fractal icon indicating copy to clipboard operation
jsonapi-fractal copied to clipboard

JSON:API Serializer inspired by Fractal (PHP)

Results 17 jsonapi-fractal issues
Sort by recently updated
recently updated
newest added

Bumps [type-fest](https://github.com/sindresorhus/type-fest) from 3.13.1 to 4.18.2. Release notes Sourced from type-fest's releases. v4.18.2 CamelCasedPropertiesDeep: Fix tuple being incorrectly turned into array (#818) 4e7bb18 https://github.com/sindresorhus/type-fest/compare/v4.18.1...v4.18.2 v4.18.1 Fix missing exports (#876) ed860e9...

dependencies

Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 20.1.3 to 23.1.1. Release notes Sourced from semantic-release's releases. v23.1.1 23.1.1 (2024-05-10) Bug Fixes deps: update dependency execa to v9 (#3296) (73bcd0b) v23.1.0 23.1.0 (2024-05-10) Features add...

dependencies

Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) from 16.2.4 to 19.2.2. Release notes Sourced from @​commitlint/config-conventional's releases. v19.2.2 19.2.2 (2024-04-14) Bug Fixes fix(is-ignored): ignore "amend!" commits by @​chalkygames123 in conventional-changelog/commitlint#4024 Chore Update circleci ci-setup.md by...

dependencies

Bumps [change-case](https://github.com/blakeembrey/change-case) from 4.1.2 to 5.4.4. Release notes Sourced from change-case's releases. [email protected] Fixed Fixed change-case/keys types by @​marcingajda in blakeembrey/change-case#337 Full Changelog: https://github.com/blakeembrey/change-case/compare/[email protected]@5.4.4 Fix recursive options in keys change...

dependencies

Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.23.28 to 0.25.13. Release notes Sourced from typedoc's releases. v0.25.13 Features Added gitRevision:short placeholder option to --sourceLinkTemplate option, #2529. Links generated by TypeDoc will now default to...

dependencies

Fix https://github.com/andersondanilo/jsonapi-fractal/issues/138. Variation of https://github.com/andersondanilo/jsonapi-fractal/pull/147 using a symbol instead of `typeKey` - Add new option `injectType: true` for deserialization which adds `Symbol('type')` to include all types during deserialization - Split...

Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 39.9.1 to 48.11.0. Release notes Sourced from eslint-plugin-jsdoc's releases. v48.11.0 48.11.0 (2024-08-02) Features check-template-names: check callback/function tag blocks (058018b) require-template: check callback/function tag block content (116b3e8) v48.10.2...

dependencies

Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 20.1.3 to 24.0.0. Release notes Sourced from semantic-release's releases. v24.0.0 24.0.0 (2024-05-31) Bug Fixes deps: upgraded to the beta of the commit-analyzer plugin (dfc3d91) deps: upgraded to...

dependencies
Stale

When running this code: ```js const serializedData = { data: { type: 'articles', id: '1', attributes: { type: 'articles', type: '123', title: 'JSON:API paints my bikeshed!', }, }, }; deserialize(serializedData);...

Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 42.0.0 to 55.0.0. Release notes Sourced from eslint-plugin-unicorn's releases. v55.0.0 New rules no-length-as-slice-end (#2400) 3c33820 Improvements Add TypeScript types (#2382) 68e0f13 Fixes no-single-promise-in-promise-methods: Remove broken autofix for...

dependencies
Stale