Enumerable Updates
Reported by Joe Gornick | February 7th, 2009 @ 02:47 AM
Remove aliases:
all
any
collect
entries
find
findAll
member
select
Rename methods:
include -> contains
Remove methods:
detect
reject
Comments and changes to this ticket
-
Joe Gornick March 11th, 2009 @ 01:01 AM
We are ditching
detect
method in favor of standardizing on thefirst
method found inArray
. -
Joe Gornick March 11th, 2009 @ 01:25 AM
Since we are adding the
first
method, let's compliment it with thelast
method. -
Joe Gornick March 25th, 2009 @ 12:35 AM
Add a
strict
parameter to contains to match the addition to the Array#contains. -
Joe Gornick March 25th, 2009 @ 01:28 AM
- State changed from new to resolved
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
JavaScript frameworks share similar features and functionality such as DOM manipulation, event registration, and CSS selector engines. FuseJS attempts to incorporate the strengths of these frameworks into one stable, efficient, and optimized core JavaScript framework.