Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for finding object length (#283) #813

Merged
merged 2 commits into from
Aug 30, 2016

Conversation

kevinschaul
Copy link
Contributor

In length builtin filter. For objects, "length" is the number of keys
the object has.

Fixes #283

In length builtin filter. For objects, "length" is the number of keys
the object has.

Fixes mozilla#283
@@ -30,6 +30,8 @@ Changelog
2.x (unreleased)
----------------

* Add support for finding an object's "length" in length filter.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add a link to the PR here, like in the other entries?

@carljm
Copy link
Contributor

carljm commented Aug 28, 2016

Looks great, thank you! Requested one minor addition to changelog, otherwise this is merge-ready.

@kevinschaul
Copy link
Contributor Author

Awesome! I just added that link.

@carljm carljm merged commit 45454d2 into mozilla:master Aug 30, 2016
carljm pushed a commit that referenced this pull request Aug 30, 2016
* Add support for finding object length

In length builtin filter. For objects, "length" is the number of keys
the object has.

Fixes #283

* Add link to relevant pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants