### 3.1.0

-   Make entire application promised based. Easier to read, easier to maintain
-   Remove unneeded code. There was quite a lot
-   Way better tests.
-   Rollup for bundling
-   Sonar for QC check
-   Better logging
-   Convert hyphens in name

### 3.0.0

-   Make library compatible on Windows OS
-   Use current-working-directory as default root
-   Use node path library to join fs paths
-   Don't include prettier in bundled code
-   Small refactoring for readability

### 2.1.3

-   Remove logs
-   Update documentation

### 2.1.2

-   Account for catch-all dynamic routes

### 2.1.1

-   Allow API folder to be parsed and included in the links enum
-   Allow root, i.e /, to be included as HOME

### 2.1.0

-   Allow API folder to be parsed and included in the links enum
-   Allow root, i.e /, to be included as HOME

### 2.0.1

-   Optimize map by reusing nodes with same value.
-   Extend CLI options

### 2.0.0

-   Much faster
-   Implement more tests
-   Webpack to bundle project

### 1.0.3

-   Extend CLI to allow version to be retrieved

### 1.0.2

-   Exclude un-needed files in dist

### 1.0.1

-   Implement logger
-   Add getRuntimeInSeconds function

### 1.0.0

-   Initial version
