# Changelog

## 0.23.0

- Add `Number.EPSILON`
- Add `Number.isInteger`
- Add `Number.parseFloat`
- Add `Number.parseInteger`
- Fix changelog file format

## 0.22.0

- Add `Math.sign`
- Add `Math.trunc`

## 0.21.0

- Add `Promise.allSettled`
- Fix `Promise.all`

## 0.20.0

- Add polyfills for Fetch APIs

## 0.19.2

- Fix `Promise.race()` & `Promise.all()`

## 0.19.1

- Fix `Map.delete()` & `Set.delete()`
- Improve some internals

## 0.19.0

- Remove `string.trimLeft()` & `string.trimRight`
- Add `string.trimStart()` & `string.trimEnd`

## 0.18.0

- Add `string.trimLeft()`
- Add `string.trimRight()`

## 0.17.0

- Add `performance.timeOrigin`

## 0.16.0

- Add `Object.fromEntries()`

## 0.15.0

- Improve `symbol.description`

## 0.14.0

- Add `symbol.description`
- Fix `performance.now()`

## 0.13.0

- Fix `array.indexOf()`
- Fix `array.find()` & `array.findIndex()`

## 0.12.1

- Fix `array.flat()`
- Fix `performance`

## 0.12.0

- Improve some object methods

## 0.11.0

- Improve some internals
- Fix `README.md`

## 0.10.0

- Add iterable objects support to `Array.from()`
- Improve some internals
- Improve docs

## 0.9.0

- Improve `Symbol()` polyfill

### 0.8.2 - 2018-12-21

- Fix `performance.now()`
- Fix some bugs

### 0.8.1 - 2018-12-21

- Improve some internals
- Improve `README.md`

## 0.8.0 - 2018-12-14

- Add `NaN` support to `array.indexOf()`
- Improve some internals

### 0.7.1 - 2018-11-30

- Improve `README.md`

## 0.7.0 - 2018-11-09

- Add `performance.now()`

## 0.6.0 - 2018-11-09

- Add RAF polyfills

## 0.5.0 - 2018-11-03

- Add `Object.keys`
- Add `Object.values`
- Add `Object.entries`
- Add `array.keys`
- Add `array.values`
- Add `array.entries`

## 0.4.0 - 2018-10-26

- Add iterator support
- Improve some internals

## 0.3.0 - 2018-10-19

- Add `Symbol()`
- Add `Symbol.for()`
- Add `Symbol.keyFor()`

## 0.2.0 - 2018-10-19

- Add `String.raw()`

### 0.1.2 - 2018-10-13

- Improve some internals
- Fix some typos in `README.md`

### 0.1.1 - 2018-10-06

- Add `LICENSE`
- Update the description
