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

Release 1.0.0 #377

Merged
merged 5 commits into from
Jan 18, 2024
Merged

Release 1.0.0 #377

merged 5 commits into from
Jan 18, 2024

Conversation

njbbaer
Copy link
Contributor

@njbbaer njbbaer commented Jan 16, 2024

Release PR for 1.0.0. Major changes include:

  • Allow transformers to be included across views
  • Add reflection API

I also attached a minor documentation change to fix #282.

Checklist:

  • I have updated the necessary documentation
  • I have signed off all my commits as required by DCO
  • My build is green

Signed-off-by: Nate Baer <[email protected]>
@njbbaer njbbaer self-assigned this Jan 16, 2024
@@ -765,7 +765,7 @@ processing and transforming of resulting view field hashes prior to serializatio

Use `transform` to specify one transformer to be included for serialization.
A transformer is a class, extending `Blueprinter::Transformer` and implementing the `transform` method.
Whatever is returned from this `transform` method will end up being the resulting hash passed to serialization.
The modified `hash` object will be the resulting hash passed to serialization.
Copy link
Contributor Author

@njbbaer njbbaer Jan 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Resolves #282

@njbbaer njbbaer marked this pull request as ready for review January 16, 2024 18:35
@njbbaer njbbaer requested review from ritikesh and a team as code owners January 16, 2024 18:35
CHANGELOG.md Outdated Show resolved Hide resolved
@njbbaer njbbaer changed the title Release 0.31.0 Release 1.0.0 Jan 17, 2024
CHANGELOG.md Outdated Show resolved Hide resolved
@njbbaer njbbaer requested a review from lessthanjacob January 17, 2024 23:16
@njbbaer njbbaer requested a review from jmeridth January 17, 2024 23:32
@njbbaer njbbaer merged commit a82f204 into main Jan 18, 2024
7 checks passed
@njbbaer njbbaer deleted the nb/release-0.31.0 branch January 18, 2024 01:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect Transform Documentation
3 participants