Releases: yousif-khalil-abdulkarim/daiso-core
Releases · yousif-khalil-abdulkarim/daiso-core
v0.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.
v0.2.1
v0.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.
v0.1.5
v0.1.4
v0.1.3
v0.1.2
v0.1.1
v0.1.0
Minor Changes
- First release