Releases: okuramasafumi/alba
Preparation for v2
v1.6.0
release is a final release of v1 line. It includes lots of deprecations and they'll be removed in v2.
The main addition from this release is that now we can use instance methods as attributes.
See https://github.com/okuramasafumi/alba#simple-serialization-with-root-key for an example.
For the full changelog, see https://github.com/okuramasafumi/alba/blob/main/CHANGELOG.md#160-2022-03-16
See you in version 2!
Birthday release
Birthday release
Today is the birthday of @okuramasafumi so here's the new version of Alba :)
Version 1.5.0 features layout. We can now apply "layout" to serialized JSON. This is useful for adding pagination, and also will be used when implementing JSON:API feature.
To see what changed in this version, check CHANGELOG.
If you want full changelog, see v1.4.0...v1.5.0
New Contributors
- @jaydorsey made their first contribution in #156
- @tashirosota made their first contribution in #143
Alba 1.3.0 for even better performance
Alba 1.3.0 brings 20% performance improvements on many
.
Version 1.2.0 to support types
Now you can validate input with types and even convert it to those types.