Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
skryukov committed Sep 27, 2024
1 parent ead5f79 commit 302595a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning].

## [Unreleased]

## Added

- Support inline associations ([@okuramasafumi], [@skryukov])

Example of Alba serializer with inline associations (note the `helper Typelizer::DSL`, see [Alba's docs](https://github.com/okuramasafumi/alba?tab=readme-ov-file#helper) for more details):

```ruby
class FooSerializer
include Alba::Resource
helper Typelizer::DSL

many :bars do
typelize_from Bar

attributes :id, :name
end
end
```

## [0.1.2] - 2024-09-05

### Fixed
Expand Down

0 comments on commit 302595a

Please sign in to comment.