Skip to content

Releases: devtrw/angular-devtrw-filters

v1.0.10

Choose a tag to compare

@llwt llwt released this 15 Jul 05:44
add `camelToSnakeCase` filter

add basic phone filter

Choose a tag to compare

@llwt llwt released this 30 Apr 23:14
1.0.8

add basic phone filter

improve hyphenatedToCamelCase

Choose a tag to compare

@llwt llwt released this 30 Apr 15:07
add support to hyphenatedToCamelCase for non alpha strings

allows processing strings with numbers and other symbols for example:

some-string-0 -> someString0
another-$string -> another$string

rebuild dist, forgot on last version

Choose a tag to compare

@llwt llwt released this 28 Apr 21:33
v1.0.6

rebuild dist, forgot last commit

add orderObjectBy filter

Choose a tag to compare

@llwt llwt released this 28 Apr 21:28
v1.0.5

add orderObjectBy filter

Fix root module definition

Choose a tag to compare

@llwt llwt released this 25 Apr 14:54

Adds the uc-first filter module to the root dtrw.filters module dependencies

Add ucFirst filter

Choose a tag to compare

@llwt llwt released this 19 Apr 17:18
v1.0.1

add ucFirst filter

Initial Release

Choose a tag to compare

@llwt llwt released this 16 Apr 22:42
v1.0.0

initial commit