Skip to content

Latest commit

 

History

History
88 lines (48 loc) · 1.88 KB

CHANGELOG.md

File metadata and controls

88 lines (48 loc) · 1.88 KB

@daiso-tech/core

0.3.0

Minor Changes

  • ff9b885: ## Cache

    Contracts

    • Added cache contract
    • Added cache adapter contract.

    Adapters

    • Added redis cache adapter
    • Added mongodb cache adapter
    • Added sqlite cache adapter.

    Serializer

    Contracts

    • Added serializer contract

    Adapters

    • Added super json serializer adapter
    • Added redis serializer adapter
    • Added mongodb serializer adapter
    • Added sqlite serializer adapter.

0.2.1

Patch Changes

  • fad301c: Removed documentation for internal functions

0.2.0

Minor Changes

  • 7cb54cb: ## ICollection and IAsyncCollection changes Removed the throwOnIndexOverflow setting from all ICollection and IAsyncCollection methods. This change was made because the setting throwOnIndexOverflow was unnecessary; it only applied to very large collections, where using JavaScript is not advisable.

    Changed the slice method signature to align with the JavaScript version.

    Changed the shuffle method to accept a custom Math.random function, making it easier for testing.

    Changed the sum, average, median, min, max, and percentage methods to throw an error when the collection is empty.

    Changed the crossJoin method signature and its usage to ensure proper type inference.

0.1.5

Patch Changes

  • 7206c93: Updated the docs

0.1.4

Patch Changes

  • 218a64c: Added link to docs in readme

0.1.3

Patch Changes

  • 60c686d: Added proper documentation, changed som method names, added 2 new methods

0.1.2

Patch Changes

  • a10193f: Empty collection class instances can be created without passing in empty arrays

0.1.1

Patch Changes

  • 25b7503: Added npmignore

0.1.0

Minor Changes

  • First release