Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.23 KB

CHANGELOG.md

File metadata and controls

39 lines (31 loc) · 1.23 KB

Changelog

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

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

0.4.0 - 2019-01-27

Added

  • Python 3.7 support.
  • Equality comparison and hashing of grammars.

Removed

  • Generation of parent Python packages.

0.3.0 - 2018-07-29

Changed

  • Folder structure of project.

Removed

  • Filtering of root-level grammars.

0.2.2 - 2018-07-25

Fixed

  • Faulty detection of grammar rule as import statement.

0.2.1 - 2018-06-15

Fixed

  • Faulty detection of import statements.

0.2.0 - 2018-06-02

Changed

  • Use package source directory as default output directory.