Skip to content

Latest commit

 

History

History
76 lines (37 loc) · 2.58 KB

File metadata and controls

76 lines (37 loc) · 2.58 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.2.2 (2026-03-11)

Bug Fixes

0.2.1 (2026-02-18)

Bug Fixes

0.2.0 (2026-02-18)

⚠ BREAKING CHANGES

  • sort: changing sorting (#79)

Miscellaneous Chores

Code Refactoring

v0.1.0 (2025-07-16)

Features

  • BREAKING CHANGE renaming to PaGorminator (#57) (032e552)

v0.0.5 (2025-07-01)

Bug Fixes

v0.0.4 (2025-05-26)

Added

  • Supporting Distinct().

v0.0.3 (2025-05-23)

Added

  • Added the method SetTotalElements giving the ability to set the totalElements value.
  • Supporting setting the model through Table().

[v0.0.1] (2025-04-15)

Added

  • Added PaGorminator plugin for gorm
    • size & page
    • sorting
  • Added support for sorting
  • Added examples