# CHANGELOG

## Features

## Fixes

## Chore & Maintenance

## Performance

# v2.0.0 (2022-05-08)

## Fixes

- [BREAKING] Stopped default export

## Chore & Maintenance

- Upgraded dependency packages

  - ts-jest
  - jest
  - ts-loader
  - typescript

- Introduced `lint` script for execute format by prettier

- Added tests to ensure that output can be used from CommonJS & ES Modules

# v1.0.3 (2022-05-06)

## Chore & Maintenance

- Set compiled object version to ES5
- Added webpack-merge for deviding webpack settings

# v1.0.2 (2022-05-06)

## Chore & Maintenance

- Upgraded dependency packages
  - Bump minimist from 1.2.5 to 1.2.6

# v1.0.1 (2022-05-06)

## Chore & Maintenance

- Upgraded webpack to latest version

# v1.0.0 (2021-08-09)

## Features

- Enabled validation on invalid Wareki date ([#10](https://github.com/shoutatani/japanese-date-converter/issues/10))

## Fixes

- [BREAKING] format option, `mm` and `m` was ended, and there are now `MM` and `M`.
