Skip to content

Releases: okuramasafumi/alba

Preparation for v2

15 Mar 16:05
Compare
Choose a tag to compare

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

28 Nov 13:49
Compare
Choose a tag to compare

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

Alba 1.3.0 for even better performance

31 May 08:30
Compare
Choose a tag to compare

Alba 1.3.0 brings 20% performance improvements on many.

Version 1.2.0 to support types

13 May 05:15
Compare
Choose a tag to compare

Now you can validate input with types and even convert it to those types.