## [1.6.0] - 2023-02-03
> And so [they]'re back
> From outer space
> I just walked in to find [them] here with that sad look upon [their] face
> - Dino Fekaris &/or Frederick J. Perren - sung by Gloria Gaynor
### Added
Apply a function to elements of a Seq, List, or Array in a short-circuiting manner
to find out if all / any elements of it return True.
* added .all-are to Seq, List, and Array
* added .any-are to Seq, List, and Array
## [1.5.1] - 2023-02-03
Removed v1.5.0 from fez. This rolls back the 1.5.0 changes
because they broke the built in .all and .any that I was
unaware of.
### Removed
* removed .all from Seq, List, and Array
* removed .any from Seq, List, and Array
## [1.5.0] - 2023-02-03
### Added
* added .all to Seq, List, and Array
* added .any to Seq, List, and Array
## [1.4.0] - 2022-11-09
### Added
* added .is-empty to Seq
## [1.3.0] - 2022-11-09
### Added
* added .flatten to Seq
## [1.2.1] - 2022-11-08
### Fixed
* corrected bug in how includes handles Nil
## [1.2.0] - 2022-11-05
### Added
* added flatten method
## [1.1.1] - 2022-10-03
### Changed
* refactored some methods
## [1.1.0] - 2022-10-02
### Added
* added car, cdr, and rest
## [1.0.0] - 2022-10-02