Skip to content

Version v0.1.1 πŸ¦€

Compare
Choose a tag to compare
@JMTamayo JMTamayo released this 19 May 00:04
· 213 commits to main since this release
4fa59ad

What's new

Added:

  • πŸ§‘πŸ»β€πŸ’» Implementation of Book model for binding uses.
  • πŸ§‘πŸ»β€πŸ’» Implementation of Default, Clone, Debug, Display and IntoIterator in Book model for default feature.
  • πŸ§‘πŸ»β€πŸ’» Implementation of Serialize and Deserialize in Book model for feature serde.
  • πŸ§‘πŸ»β€πŸ’» Implementation of bind_records() function for binding uses.
  • πŸ§‘πŸ»β€πŸ’» Implementation of unitary tests for bind_records() and Book model.
  • πŸ§‘πŸ»β€πŸ’» Codecov implementation to verify 90% of coverage in unit tests.

Changed:

  • πŸ”¨ Changing the implementation of Serialize trait using derive to implement directly in Page and Book models.

Docs:

  • πŸ“ Including badges in README.md
  • πŸ“ Fixing minor typos from documentation in traits implementation.

What's Changed

Full Changelog: v0.1.0...v0.1.1