Skip to content

Releases: jeromegamez/typed-collection

2.3.0

28 Apr 06:42
44291cc
Compare
Choose a tag to compare

Version 2.x is incompatible with Laravel >=7 (the next major release will fix that)

2.2.1

19 Dec 16:10
d42721a
Compare
Choose a tag to compare
  • The pluck() method didn't work as expected (#4)
  • The keys() method didn't work as expected

2.2.0

19 Nov 14:15
2.2.0
24c00d0
Compare
Choose a tag to compare

Added support for arrayable items (#3)

2.1.0

10 Nov 09:40
8d2ad1a
Compare
Choose a tag to compare
  • Added LazyTypedCollection
  • Ensured support for Laravel/Illuminate ^5.4|^6.0

2.0

17 Oct 17:54
2.0
8c365ed
Compare
Choose a tag to compare
2.0
  • Added method untype() to return an untyped collection
  • Removed override of map() to support working with an untyped collection (use untype() instead)

1.0

31 Aug 21:24
ef864f6
Compare
Choose a tag to compare
1.0

Initial release