Skip to content

Releases: exceptionless/ng-filters

Released 1.3.1

26 Sep 22:57
Compare
Choose a tag to compare

Added the ability to set a max percentage

Released 1.3.0

04 Apr 22:09
Compare
Choose a tag to compare

Added support for percentages:

Percentage

Returns a number formatted as a percentage. Numbers between 0 and 1 will be rounded up to 10th decimal place.

{{123 | percentage}}
{{null | percentage}}
{{60.0 | percentage}}
{{0 | percentage}}
{{0.000001 | percentage}}

Result:
123%
0%
60%
0%
0.1%

Released 1.2.0

30 Jan 15:24
Compare
Choose a tag to compare
Fixed a bug where byte filters wasn't parsing string numbers.

Released 1.1.1

18 Nov 19:39
Compare
Choose a tag to compare
Incremented the version to 1.1.1