# CHANGELOG

## 1.0.6

- new method: memberExpressionReduction

## 1.0.5

- improve: logicalExpressionReduction

## 1.0.4

- new method: typeofOperatorReduction

## 1.0.3

- new method: ternaryOperatorReduction
- improve: binaryExpressionReduction

## 1.0.2

- new method: logicalExpressionReduction
- improve: binaryExpressionReduction

## 1.0.1

- new method: negationOperatorRemoval
- improve: ifStatementRemoval

## 1.0.0

- new method: ifStatementRemoval
- new method: binaryExpressionReduction
