Skip to content
This repository was archived by the owner on Aug 5, 2026. It is now read-only.

Bump class-transformer from 0.2.3 to 0.3.2 - #172

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/class-transformer-0.3.2
Closed

Bump class-transformer from 0.2.3 to 0.3.2#172
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/class-transformer-0.3.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jan 18, 2021

Copy link
Copy Markdown

Bumps class-transformer from 0.2.3 to 0.3.2.

Changelog

Sourced from class-transformer's changelog.

[0.3.2][v0.3.2] [BREAKING CHANGE] - 2021-01-14

Breaking Changes

Signature change for @Transform decorator From this version the @Transform decorator receives the transformation parameters in a a wrapper object. You need to destructure the values you are interested in.

Old way:

@Transform((value, obj, type) => /* Do some stuff with value here. */)

New way with wrapper object:

@Transform(({ value, key, obj, type }) => /* Do some stuff with value here. */)

Added

  • exposeDefaultValues option has been added, when enabled properties will use their default values when no value is present for the property
  • the name of the currently transformed parameter is exposed in the @Transform decorator

Fixed

  • fixed an issue with transforming Map (#319)
  • fixed an issue with sourcemap generation (#472)

Changed

  • various internal refactors
  • various changes to the project tooling
  • various dev-dependencies has been updated

[0.3.1][v0.3.1] - 2020-07-29

Added

  • table of content added to readme

Changed

  • moved from Mocha to Jest
  • added Prettier for code formatting
  • added Eslint for linting
  • updated CI configuration
  • removed some unused dev dependencies
  • updated dependencies to latest version

... (truncated)

Commits
  • 16a0506 merge: release 0.3.2 (#538)
  • 7906c4e build: bump version to 0.3.2
  • ddcd8da docs: add changelog for 0.3.2
  • ca62306 fix(sourcemaps): Inline ts into sourcemaps to avoid error referenceing non ex...
  • 9610f51 build(deps-dev): bump dayjs from 1.8.34 to 1.8.36 (#478)
  • fe8184b build(deps-dev): bump lint-staged from 10.2.13 to 10.4.0 (#476)
  • 269c87f build(deps-dev): bump @types/jest from 26.0.10 to 26.0.14 (#475)
  • 5fd6f5e build(deps-dev): bump typescript from 3.9.7 to 4.0.2 (#447)
  • 71c681c build(deps-dev): bump rollup-plugin-terser from 7.0.0 to 7.0.2 (#460)
  • 9018a09 build(deps-dev): bump eslint from 7.7.0 to 7.8.1 (#452)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by typestack-release-bot, a new releaser for class-transformer since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot @github

dependabot Bot commented on behalf of github Feb 15, 2021

Copy link
Copy Markdown
Author

Superseded by #181.

@dependabot dependabot Bot closed this Feb 15, 2021
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/class-transformer-0.3.2 branch February 15, 2021 05:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependency Dependabot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants