# 1.0.0-beta.1 (2019-08-15)

We are releasing the first beta of Nova Utils. We don't foresee big changes at the API level of the existing modules.

**JavaScript modules included in this release**

```
├── http-client
│   ├── http-options.js
│   └── index.js
└── utils
    ├── array-utils.js
    ├── date-utils.js
    ├── device-utils.js
    ├── index.js
    ├── lodash-utils.js
    ├── string-utils.js
    ├── version.js
    ├── vue-utils.js
    ├── wcm-utils.js
    └── web-browser-utils.js
```
