Version v0.4.0 π¦
What's New
Added:
- π§π»βπ» Implement
RecordsPagination
to paginate and bind records into aPage
andBook
by @JMTamayo.
Changed:
- π¨ Include unit tests inside each module by @JMTamayo.
- π¨ Implement
SqlxPagination
in a more general way that applies to PostgreSQL, MySQL, and SQLite. Unify pg-sqlx, mysql-sqlx and sqlite-sqlx features into sqlx feature by @JMTamayo. - π¨ Upgrade utoipa version to greater than or equal to 0.5.3 by @JMTamayo.
- π¨ Upgrade serde version to greater than or equal to 1.0.210 by @JMTamayo.
- π¨ Optimize the implementation of the
Debug
,Clone
,Serialize
andToSchema
traits by @JMTamayo.
What's Changed
- Improve CI and update Utopia feature by @JMTamayo in #29
- Optimize traits implementation and update examples by @JMTamayo in #30
- Implement RecordsPagination and improve documentation by @JMTamayo in #31
Full Changelog: v0.3.1...v0.4.0