Releases: JMTamayo/page-hunter
Releases · JMTamayo/page-hunter
Version v0.1.1 🦀
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()
andBook
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
andBook
models.
Docs:
- 📝 Including badges in README.md
- 📝 Fixing minor typos from documentation in traits implementation.
What's Changed
- Feature/v0.1.1 by @JMTamayo in #4
- Including coverage badge in README.md by @JMTamayo in #5
- Feature/v0.1.1 by @JMTamayo in #6
- Updating codecov config in codecov.yml by @JMTamayo in #7
Full Changelog: v0.1.0...v0.1.1
Version v0.1.0 🦀
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()
andPage
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
- 🔀 Feature/v0.1.0 alpha.1 by @JMTamayo in #1
- 🔀 Feature/v0.1.0 alpha.1 by @JMTamayo in #2
- 🔀 Feature/v0.1.0 by @JMTamayo in #3
New Contributors
Full Changelog: https://github.com/JMTamayo/page-hunter/commits/v0.1.0