Skip to content

Releases: JMTamayo/page-hunter

Version v0.1.1 🦀

19 May 00:04
4fa59ad
Compare
Choose a tag to compare

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

Version v0.1.0 🦀

16 May 02:29
4e3e682
Compare
Choose a tag to compare

What's new

Added:

  • 🧑🏻‍💻 Implementation of Page model for pagination uses.
  • 🧑🏻‍💻 Implementation of Default, Clone, Debug, Display and IntoIterator in Page model for default feature.
  • 🧑🏻‍💻 Implementation of Serialize and Deserialize in Page model for feature serde.
  • 🧑🏻‍💻 Implementation of paginate_records() function for record pagination.
  • 🧑🏻‍💻 Implementation of unitary tests for paginate_records() and Page model.
  • 🧑🏻‍💻 Implementation of CI workflow with GitHub actions to verify unit testing.

Docs:

  • 📝 Implementation of project documentation in README.md file, functions, methods, implementations, models and library.
  • 📝 Implementation of CHANGELOG.md file.

What's Changed

New Contributors

  • 👨🏻‍🚀 @JMTamayo made their first contribution in #1

Full Changelog: https://github.com/JMTamayo/page-hunter/commits/v0.1.0