Skip to content

Version v0.3.0 πŸ¦€

Compare
Choose a tag to compare
@JMTamayo JMTamayo released this 13 Oct 19:54
· 80 commits to main since this release
4c5a9b0

What's new

Added:

  • πŸ§‘πŸ»β€πŸ’» Implement SqlxPagination for QueryBuilder<Sqlite> to paginate results from a SQL query into a Page. Only available when sqlite-sqlx feature is enabled by @JosiahParry.

Fixed:

Changed:

  • πŸ”¨ Rename ErrorKind::FieldValueError to ErrorKind::InvalidValue [⚠️ BREAKING CHANGE] by @JMTamayo.
  • πŸ”¨ Rename ErrorKind::SQLxError to ErrorKind::SQLx [⚠️ BREAKING CHANGE] by @JMTamayo.
  • πŸ”¨ Rename method is_field_value_error() to is_invalid_value_error() in ErrorKind [⚠️ BREAKING CHANGE] by @JMTamayo.
  • πŸ”¨ Redefine the package structure into new modules, while maintaining the way each artifact is imported from lib by @JMTamayo.

Docs:

  • πŸ“ Update project documentation to include feature sqlite-sqlx by @JMTamayo.

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.3.0