Skip to content

Version v0.1.2 πŸ¦€

Compare
Choose a tag to compare
@JMTamayo JMTamayo released this 23 May 02:52
· 186 commits to main since this release
2255ac4

What's new

Added:

  • πŸ§‘πŸ»β€πŸ’» Implementation of ErrorKind::DatabaseError.
  • πŸ§‘πŸ»β€πŸ’» Implementation of From sqlx::Error for PaginationError.
  • πŸ§‘πŸ»β€πŸ’» Paginate results from a SQL query into a Page from a PostgreSQL database using sqlx. Implementation of the PgSqlxPagination for QueryBuilder. Only available on pg-sqlx feature is enabled.
  • πŸ§‘πŸ»β€πŸ’» Including unitary test for the Debug implementation for Book.
  • πŸ§‘πŸ»β€πŸ’» Including checking project format in ci.yml.
  • πŸ§‘πŸ»β€πŸ’» Implementation of DB migrations with sqlx for the creation of the postgres test database.
  • πŸ§‘πŸ»β€πŸ’» Implementation of integration test for pagination with pg-sqlx in CI.

Changed:

  • πŸ”¨ Changing the implementation of Clone and Debug using derive to implement directly in ErrorKind and PaginationError.
  • πŸ”¨ Changing the implementation of Clone and Debug using derive to implement directly in Page and Book.
  • πŸ”¨ Updating unit tests to get 100% coverage on the errors module.

Docs:

  • πŸ“ Updating project documentation to include new implementations, utilities and development section.

What's Changed

Full Changelog: v0.1.1...v0.1.2