# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased](https://github.com/atomist/antlr-ts/compare/1.0.1...HEAD)

## [1.0.1](https://github.com/atomist/antlr-ts/compare/1.0.0-RC.1...1.0.1) - 2018-11-09

## [1.0.0-RC.1](https://github.com/atomist/antlr-ts/compare/1.0.0...1.0.0-RC.1) - 2018-10-15

## [1.0.0](https://github.com/atomist/antlr-ts/compare/1.0.0-M.4...1.0.0) - 2018-09-16

## [1.0.0-M.4](https://github.com/atomist/antlr-ts/compare/1.0.0-M.1...1.0.0-M.4) - 2018-09-16

## [1.0.0-M.1](https://github.com/atomist/antlr-ts/compare/0.3.0...1.0.0-M.1) - 2018-08-28

### Changed

-   Allow @atomist/automation-client peer dependency to be any version.
-   Make package scripts cross platform.
-   Update dependencies.
-   **BREAKING** Reorganize to have more standard Node.js package layout.
-   Update TypeScript and its configuration.
-   Update to @atomist/automation-client@1.0.0-M.2.
-   Update to @atomist/tree-path@1.0.0-M.1.
-   Prepare for 1.0.0 release.

### Removed

-   Remove Travis CI configuration and scripts.

## [0.3.0](https://github.com/atomist/antlr-ts/compare/0.2.0...0.3.0) - 2018-06-15

### Changed

-   Clean up package.json.
-   Update @atomist/automation-client and make a peer dependency.

## [0.2.0](https://github.com/atomist/antlr-ts/compare/0.1.4...0.2.0) - 2018-02-19

### Changed

-   Upgrade automation-client to 0.6.6.

## [0.1.4](https://github.com/atomist/antlr-ts/compare/0.1.3...0.1.4) - 2017-11-20

### Added

-   Add more Java tests.

### Changed

-   Upgrade to @atomist/automation.client@0.3.2.

### Fixed

-   Validate path expressions. [#2](https://github.com/atomist/antlr-ts/issues/2)

## [0.1.3](https://github.com/atomist/antlr-ts/compare/0.1.2...0.1.3) - 2017-10-24

### Changed

-   Upgrade to @atomist/automation.client@0.2.3.

## [0.1.2](https://github.com/atomist/antlr-ts/compare/0.1.1...0.1.2) - 2017-10-16

### Added

-   Add Kotlin support.

## [0.1.1](https://github.com/atomist/antlr-ts/compare/0.1.0...0.1.1) - 2017-10-12

### Changed

-   Improved documentation.

### Added

-   Provide AntlrFileParser.

## [0.1.0](https://github.com/atomist/antlr-ts/tree/0.1.0) - 2017-10-12

### Added

-   Add commit status with prerelease module URL.
