## 15 March 2020

### [3.7.1](https://github.com/a-la/alamode/compare/v3.7.0...v3.7.1)

- [fix] Ensure paths for CSS.

## 14 March 2020

### [3.7.0](https://github.com/a-la/alamode/compare/v3.6.0...v3.7.0)

- [feature] Read configuration for JSX.

### [3.6.0](https://github.com/a-la/alamode/compare/v3.5.1...v3.6.0)

- [fix] Fix ÀLaNode.
- [feature] Rename imports' paths for JSX if necessary.

## 23 February 2020

### [3.5.2](https://github.com/a-la/alamode/compare/v3.5.1...v3.5.2)

- [fix] Fix _FPJ_ for Windows.
- [ci] Add Appveyor badge.

## 22 February 2020

### [3.5.1](https://github.com/a-la/alamode/compare/v3.5.0...v3.5.1)

- [fix] Fix Windows newlines for JSX.

## 10 February 2020

### [3.5.0](https://github.com/a-la/alamode/compare/v3.4.1...v3.5.0)

- [feature] Transpile blank imports.

## 4 February 2020

### [3.4.1](https://github.com/a-la/alamode/compare/v3.4.0...v3.4.1)

- [fix] Replace `\` for stdlib on Windows.

### [3.4.0](https://github.com/a-la/alamode/compare/v3.3.3...v3.4.0)

- [fix] Accept env variable as argument.

## 3 February 2020

### [3.3.3](https://github.com/a-la/alamode/compare/v3.3.2...v3.3.3)

- [fix] Fix for Node 12.

### [3.3.2](https://github.com/a-la/alamode/compare/v3.3.1...v3.3.2)

- [fix] Compiler with new `makePromise`.

## 28 January 2020

### [3.3.1](https://github.com/a-la/alamode/compare/v3.3.0...v3.3.1)

- [license] Update for 2020.

## 13 December 2019

### [3.3.0](https://github.com/a-la/alamode/compare/v3.2.0...v3.3.0)

- [feature] Add the `require` into `import` transformation via binary.
- [license] Update the license info with the link.

## 6 November 2019

### [3.2.0](https://github.com/a-la/alamode/compare/v3.1.0...v3.2.0)

- [feature] Allow to transpile for `@externs/preact`.

## 31 October 2019

### [3.1.0](https://github.com/a-la/alamode/compare/v3.0.2...v3.1.0)

- [feature] Transpile JSX together with modules with `-m` flag.

### [3.0.2](https://github.com/a-la/alamode/compare/v3.0.1...v3.0.2)

- [fix] Ignore files when transpiling _JSX_.

## 22 October 2019

### [3.0.1](https://github.com/a-la/alamode/compare/v3.0.0...v3.0.1)

- [fix] Read the whole of file before processing.

## 28 August 2019

### [3.0.0](https://github.com/a-la/alamode/compare/v2.4.0...v3.0.0)

- [license] Relicense as `AGPL-3.0-or-later	`.

## 3 August 2019

### [2.4.0](https://github.com/a-la/alamode/compare/v2.3.6...v2.4.0)

- [feature] Allow `stdlib` option in the _Import_ transform.
- [doc] Create _Wiki_ pages form transforms.

## 27 July 2019

### [2.3.6](https://github.com/a-la/alamode/compare/v2.3.5...v2.3.6)

- [package] Correct the `alamode` bin location.

### [2.3.5](https://github.com/a-la/alamode/compare/v2.3.4...v2.3.5)

- [fix] Cache read config.
- [fix] Don't dynamically (in the hook) append source maps to files that already have source maps defined.

## 16 May 2019

### [2.3.4](https://github.com/a-la/alamode/compare/v2.3.3...v2.3.4)

- [doc] Take it easy.

### [2.3.3](https://github.com/a-la/alamode/compare/v2.3.2...v2.3.3)

- [doc] Correct `b` gif.

### [2.3.2](https://github.com/a-la/alamode/compare/v2.3.1...v2.3.2)

- [doc] Better example with named imports, fix a typo.

### [2.3.1](https://github.com/a-la/alamode/compare/v2.3.0...v2.3.1)

- [doc-fix] Absolute GIF urls for NPM.

### [2.3.0](https://github.com/a-la/alamode/compare/v2.2.0...v2.3.0)

- [doc] Add the `Why ÀLaMode` sections to compare with _Babel_; document args with _Argufy_.
- [feature] Allow to specify `alamodeModules` to bypass the _esModule_ check.
- [feature] Implement the CSS injector for _JSX_.
- [feature] Skip whitespace when not generating source maps.

## 12 May 2019

### [2.2.0](https://github.com/a-la/alamode/compare/v2.1.2...v2.2.0)

- [doc] Document troubleshooting better.
- [feature] Allow to debug markets with `-d`.
- [feature] Pass options to the `pirates` hook.

## 3 May 2019

### [2.1.2](https://github.com/a-la/alamode/compare/v2.1.1...v2.1.2)

- [package] Remove source maps.

## 2 May 2019

### [2.1.1](https://github.com/a-la/alamode/compare/v2.1.0...v2.1.1)

- [fix] Resolve only the path to the script using _ÀLaNode_.

## 1 May 2019

### [2.1.0](https://github.com/a-la/alamode/compare/v2.0.0...v2.1.0)

- [depack] Build w/out polyfills (https://github.com/google/closure-compiler/issues/3356).

## 24 April 2019

### [2.0.0](https://github.com/a-la/alamode/compare/v1.9.3...v2.0.0)

- [build] Compile with _Depack_.

## 11 April 2019

### [1.9.3](https://github.com/a-la/alamode/compare/v1.9.2...v1.9.3)

- [deps] Update and unlock more dependencies.

## 3 April 2019

### [1.9.2](https://github.com/a-la/alamode/compare/v1.9.1...v1.9.2)

- [deps] Tilda some deps.

### [1.9.1](https://github.com/a-la/alamode/compare/v1.9.0...v1.9.1)

- [deps] Update deps.

## 30 March 2019

### [1.9.0](https://github.com/a-la/alamode/compare/v1.8.6...v1.9.0)

- [feature] Supply `alanode` binary.

## 19 March 2019

### 1.8.6

- [fix] Upgrade `@a-la/jsx` to fix the bug with closing tag detection.

## 14 March 2019

### 1.8.5

- [fix] Do not throw when processing empty files.

## 11 March 2019

### 1.8.4

- [fix] Revert the `global.ALAMODE_JSX?` before updating it when the require hook is called multiple times.

## 17 February 2019

### 1.8.3

- [deps] Update dependencies.

## 16 February 2019

### 1.8.2

- [fix] Update `@a-la/jsx` to _v1.4.2_.
- [test] Test the `require` hook for JSX with masks.

## 14 February 2019

### 1.8.1

- [fix] Also ignore directories with `-i` flag.

## 11 February 2019

### 1.8.0

- [feature] Transpile JSX modules via CLI.

## 1 February 2019

### 1.7.3

- [fix] Update `@a-la/jsx` to _v1.2.5_.

## 30 January 2019

### 1.7.2

- [fix] Up `@a-la/jsx` to fix missing `mismatch`.

## 28 January 2019

### 1.7.1

- [fix] Up `@a-la/jsx` to fix the bug when tags start with an expression.

## 24 January 2019

### 1.7.0

- [feature] Add `JSX` hook.

## 9 December 2018

### 1.6.1

- [deps] Install `catchment` as the prod dependency.

### 1.6.0

- [feature] Do not add the `esCheck` to local imports. Add an option to always add the check with `esCheck: always`.

## 9 October 2018

### 1.6.0

- [feature] Do not add the `esCheck` to local imports. Add an option to always add the check with `esCheck: always`.

## 20 September 2018

### 1.5.1

- [fix] Update to `@a-la/import@1.6.2` to fix the order of default destructuring for `Babel` packages.

## 15 September 2018

### 1.5.0

- [feature] Add an option to specify extensions.
- [deps] Up `@wrote/ensure-path`.

## 1 September 2018

### 1.4.0

- [feature] Ignore strings and regexes.
- [doc] Write about troubleshooting, add `TODO`.

## 27 August 2018

### 1.3.0

- [feature] `import def, * as` statement.
- [fix] `@a-la/export`: correct `export class X extends Y`, `@a-la/import`: add semicolon after require.

## 22 August 2018

### 1.2.1

- [fix] Read config for the require hook as well.

### 1.2.0

- [feature] Implement the require hook, ignore files, generate source maps, `.alamoderc`.

## 13 August 2018

### 1.1.0

- [feature] Working `CLI` with `import` and `export` transforms.
- [test] Integration tests.
- [doc] Documentation of the usage and transforms.

## 25 July 2018

### 1.0.3

- [doc] Reference `cdn.rawgit.com` for logos.

### 1.0.2

- [doc] Document how to install w/ `npm`, add `yarn` and `npm` logos.

### 1.0.1

- [doc] Add `npm` usage example for dependency installation.

### 1.0.0

- Create `alamode` with [`mnp`][https://mnpjs.org]
- [repository]: `src`, `test`
