Skip to content

Releases: typescript-package/collection

v0.2.1

30 Dec 08:22
7c5d789

Choose a tag to compare

  • Protected method asyncReturn() to standardize the asynchronous/synchronous return this for methods that support chaining in CollectionBase. This helper ensures that mutating methods (such as add, forEach, etc.) consistently return the collection instance as either a value or a promise, depending on the adapter's mode.

What's Changed

Full Changelog: v0.1.0...v0.2.1

v0.1.0

08 Dec 00:36
45bc7c8

Choose a tag to compare

New:

  • Default functionality is in the core.
  • The base only assigns the adapter.
  • Iterator as method.
  • Collection for arbitrary parameters.

What's Changed

Full Changelog: v0.0.1...v0.1.0

v0.0.1

07 Dec 03:15
a2ea062

Choose a tag to compare

  • SetAdapter
  • CollectionBase
  • CollectionCore
  • Collection

What's Changed

New Contributors

Full Changelog: https://github.com/typescript-package/collection/commits/v0.0.1