Releases: typescript-package/collection
Releases · typescript-package/collection
v0.2.1
- Protected method
asyncReturn()to standardize the asynchronous/synchronous returnthisfor methods that support chaining inCollectionBase. This helper ensures that mutating methods (such asadd,forEach, etc.) consistently return the collection instance as either a value or a promise, depending on the adapter's mode.
What's Changed
- v0.2.0 by @sciborrudnicki in #4
- v0.2.1 by @sciborrudnicki in #5
Full Changelog: v0.1.0...v0.2.1
v0.1.0
New:
- Default functionality is in the core.
- The base only assigns the adapter.
- Iterator as method.
- Collection for arbitrary parameters.
What's Changed
- v0.1.0 by @sciborrudnicki in #3
Full Changelog: v0.0.1...v0.1.0
v0.0.1
SetAdapterCollectionBaseCollectionCoreCollection
What's Changed
- v0.0.1 by @sciborrudnicki in #1
- docs(README.md): fix links to CollectionBase, CollectionCore, SetAdap… by @sciborrudnicki in #2
New Contributors
- @sciborrudnicki made their first contribution in #1
Full Changelog: https://github.com/typescript-package/collection/commits/v0.0.1