Skip to content
New issue

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

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

Already on GitHub? # to your account

Add new case_insensitive flag to order filter #101

Merged
merged 1 commit into from
Oct 1, 2019

Conversation

allejo
Copy link
Member

@allejo allejo commented Jun 15, 2019

Summary

Q A
Bug fix? no
New feature? yes
BC breaks? no
Deprecations? no
Fixed issues N/A
Target Version v0.2.1

Description

Add a new case_insensitive flag for the order Twig filter that will let you order an array of strings case-insensitively.

Check List

  • Added appropriate PhpDoc for modifications
  • Added unit test to ensure fix works as intended

@allejo allejo added Feature: Implementation A tag for PRs to signify it's implementing a new feature Core: Twig Relating to the internal use of Twig; i.e. templating, filters, functions Blocked: Feature Freeze Blocked due to a feature freeze labels Jun 15, 2019
@allejo allejo added this to the v0.2.1 milestone Jun 15, 2019
@allejo allejo force-pushed the feature/order-insensitive branch from 29246bc to 5e6e816 Compare September 9, 2019 04:58
@allejo allejo removed the Blocked: Feature Freeze Blocked due to a feature freeze label Oct 1, 2019
@allejo allejo changed the base branch from master to develop October 1, 2019 06:51
@allejo allejo merged commit 8891baf into develop Oct 1, 2019
@allejo allejo deleted the feature/order-insensitive branch October 1, 2019 06:52
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Core: Twig Relating to the internal use of Twig; i.e. templating, filters, functions Feature: Implementation A tag for PRs to signify it's implementing a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant