# Changelog

## 2.0.3 (Nov 3, 2021)

- Fix to `require()` (instead of `require(...).default`)

## 2.0.2 (Nov 3, 2021)

- Rollback imports/exports to require() (ES5 module)
- Change `var` to `let` & `const`

## 2.0.1 (Nov 1, 2021)

- Fixed missed index.d.ts

## 2.0.0 (Nov 1, 2021)

- Added TS-support
- Removed ES6 Array pollyfills
- Changed imports/exports to ES6-module

## 1.0.2 (Aug 8, 2019)

- Fix bug 'Exception with null-properties' in Object.tryParseJSONDate

## 1.0.1 (Oct 31, 2018)

- Add [Object.tryParseJSONDate](https://github.com/Yegorich555/ytech-js-extensions#object)
- Add [Object.removeNulls](https://github.com/Yegorich555/ytech-js-extensions#objectremovenulls)

### 1.0.0 (Oct 30, 2018)

- Release
- Splitting functions and prototype extensions
- Fixed known bugs
- Adding Readme
- Full test coverage

### 0.0.2 (Oct 27, 2018)

- Fix including files in package

### 0.0.1 (Oct 27, 2018)

- Test publishing
