## Change Log:

### [3.0.0]
<h6> New</h6>
```
Util method : toCamelCaseKeys()
(this will help to convert PascalCase object keys to camelCase object keys)

```
### [1.2.0]
<h6> New</h6>
```
pipes: 
    - safeHtml
    - safeUrl

util methods:
    - isNullOrUndefinedEmpty
    - isEmptyInDepth
```
- Minor bug fixes
- lodash library marked as dependency

### [1.1.0]

<h6> New </h6>
```
Validators
    - lessthan
    - lessthan or equal
    - greaterthan
    - greaterthan or equal
```


