Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 780 Bytes

CHANGELOG.md

File metadata and controls

30 lines (21 loc) · 780 Bytes

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.

[Unreleased]

[1.0.0] - 2019-09-18

Added

  • belr-compiler tool, to generate binary grammar files, that can be loaded hundred times faster than txt grammars.

Changed

  • optimize size of user application object code, due to template instanciation of belr classes.
  • license moves to GNU GPLv3.
  • add better documentation in README.

[0.1.3] - 2017-07-19

Fixed

  • Bugs.

[0.1.0] - 2016-05-??

Fixed

  • Issue when handling non-ascii characters in inputs.

[0.0.1] - 2016-01-01

Added

  • Belr is born.