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

Feature Request: capitalize filter #121

Closed
nwpappas opened this issue Jan 9, 2018 · 4 comments
Closed

Feature Request: capitalize filter #121

nwpappas opened this issue Jan 9, 2018 · 4 comments

Comments

@nwpappas
Copy link

nwpappas commented Jan 9, 2018

Feature request for a 'capitalize' filter, which would behave as text-transform: capitalize style does.

Input:

{
  name: {
    first: 'sally',
    last: 'ferguson'
  }
}

Filter:

{name.first | capitalize} {name.last | capitalize}

Output:

Sally Ferguson
@nitrada
Copy link
Member

nitrada commented May 22, 2018

@nwpappas check this out:
#126

@zethussuen
Copy link
Contributor

@nitrada i didn't bump version number or touch package as i'm not sure how you want to manage release strategy. Just submitted a PR to add the capitalize filter to the README.md.

@nitrada
Copy link
Member

nitrada commented May 23, 2018

yeah, we’ll release a new version soon. thanks again!

@nitrada
Copy link
Member

nitrada commented Jun 10, 2018

introduced with v2.3.2

@nitrada nitrada closed this as completed Jun 10, 2018
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

No branches or pull requests

3 participants