easy-plugin 0.2.9

A compiler plugin that makes it easier to write compiler plugins.
## [0.1.0] - 2015-11-12
- Initial release

## [0.1.1] - 2015-11-15

### Fixed
- Updated for latest nightly

## [0.1.2] - 2015-12-01

### Fixed
- Updated for latest nightly

## [0.2.0] - 2015-12-04

### Fixed
- Fixed overeager sequence parsing

### Added
- Added support for sequences with zero or one repetitions (`$(sequence)?`)
- Added support for named sequences

## [0.2.1] - 2015-12-05

### Fixed
- Fixed error spans for plugins supplied with zero arguments

## [0.2.2] - 2015-12-21

### Fixed
- Updated for latest nightly

## [0.2.3] - 2016-1-2

### Fixed
- Updated for latest nightly

## [0.2.4] - 2016-1-12

### Fixed
- Updated for latest nightly

## [0.2.5] - 2016-2-5

### Fixed
- Updated for latest nightly

## [0.2.6] - 2016-2-14

### Fixed
- Updated for latest nightly

## [0.2.7] - 2016-3-5

### Fixed
- Updated for latest nightly

## [0.2.8] - 2016-3-13

### Fixed
- Fixed spurious `unexpected end of arguments` error with sequences

## [0.2.9] - UNRELEASED

### Changed
- Improved error reporting