Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 931 Bytes

CHANGELOG.md

File metadata and controls

39 lines (27 loc) · 931 Bytes

1.0.0

  • Changes:
    • Update docs.
    • Release version

0.0.1-beta.5

  • Changes:
    • Removed unions.

0.0.1-beta.4

  • New Features:
    • Added SelectBloc to manage item selection from a list.

0.0.1-beta.3

  • New Features:
    • Implemented ListBloc to manage lists with filtering and sorting capabilities.

0.0.1-beta.2

  • New Features:

    • Added data loading params.
    • Added example project.
    • Added extensions, union functions.
  • Improvements:

    • Changed ReloadingDataErrorS behavior.
    • Changed ReloadingDataS behavior.
  • Other Changes:

    • Removed ReloadingDataFinishedS.
    • Improved test coverage.

0.0.1-beta.1

  • New Features:
    • Implemented DataBloc for efficient state management and data processing. This component supports loading, reloading, updating and initializing data, providing flexible and efficient state and data management in applications.