Skip to content
This repository has been archived by the owner on Jan 8, 2022. It is now read-only.

Releases: discordjs/collection

0.1.5

24 Feb 22:05
3d1bf16
Compare
Choose a tag to compare
  • fix(docs): Collection#difference and Collection#intersect check keys, not "elements" (5825c03)
  • chore(docs): clarify what intersect and difference return (d4bffcc)
  • chore(docs): document basic Map methods (3e8fcbd)
  • chore: bump deps (a04500c)

0.1.4

09 Feb 22:12
718b1bc
Compare
Choose a tag to compare
  • fix: Collection#sort should not call this.sort but super.sort and should clear cached arrays (84f1327)
  • feat: Add intersect and difference methods (edd6646)

0.1.3

17 Sep 22:51
2ad0d7f
Compare
Choose a tag to compare
  • fix: return types not being this-polymorphic (d76c606)
  • fix: spacing (1c5b29b)

0.1.2

12 Sep 15:37
966f683
Compare
Choose a tag to compare
  • fix: accumulator's type is T, not any (ba79898)

0.1.1

10 Sep 23:54
6c73224
Compare
Choose a tag to compare
  • Export CollectionConstructor interface (42d824b)

0.1.0

05 Sep 15:32
e6b1d80
Compare
Choose a tag to compare

Initial release.