Skip to content

Releases: eloqjs/collection

v1.0.0-alpha.7

07 Jan 19:17
c9b2f21
Compare
Choose a tag to compare
v1.0.0-alpha.7 Pre-release
Pre-release

Bug Fixes

  • helpers: fix pluck buildKeyPathMap to always return obj type (0207153)
  • accept instances of classes (3dc1391)
  • groups of groupBy should be instance of Collection (0a6c7b2)
  • implicit any index errors (62e4e41)

Features

  • types: add type Obj (608ae35)
  • improve return type of pluck (b7dc5fb)
  • types: add type ValueOf (b951300)
  • add LIKE operations to where method (0bc1af9)
  • deprecate findIndexBy in favor of search (5624c04)

Reverts

  • docs: add nuxt module not released alert (2041c09)

BREAKING CHANGES

  • Deprecate findIndexBy, use search instead. Note that search returns false instead of -1 if not found.

v1.0.0-alpha.6

25 Nov 05:11
3661d5b
Compare
Choose a tag to compare
v1.0.0-alpha.6 Pre-release
Pre-release

Features

BREAKING CHANGES

  • The config method has been changed to static property.

v1.0.0-alpha.5

25 Nov 04:44
d06fb95
Compare
Choose a tag to compare
v1.0.0-alpha.5 Pre-release
Pre-release

Bug Fixes

  • enable keyofStringsOnly (47efb03)

Features

BREAKING CHANGES

  • Configuration methods getFresh, newQuery and primaryKey have been moved to config method, which returns an object containing the configs.

The following methods have been renamed:

  • getFresh => fresh
  • newQuery => toQuery

v1.0.0-alpha.4

24 Nov 04:05
cbb3868
Compare
Choose a tag to compare
v1.0.0-alpha.4 Pre-release
Pre-release

Bug Fixes

  • move types back to src dir (d0c92c0)

v1.0.0-alpha.3

24 Nov 03:20
87713a4
Compare
Choose a tag to compare
v1.0.0-alpha.3 Pre-release
Pre-release

Bug Fixes

  • fresh should return a promise (8f4ed9c)

v1.0.0-alpha.2

22 Nov 01:18
c5bd6c7
Compare
Choose a tag to compare
v1.0.0-alpha.2 Pre-release
Pre-release

Bug Fixes

v1.0.0-alpha.1

21 Nov 23:06
f8a5699
Compare
Choose a tag to compare
v1.0.0-alpha.1 Pre-release
Pre-release

Alpha release 🎉