Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 969 Bytes

CHANGELOG.md

File metadata and controls

47 lines (28 loc) · 969 Bytes

Changelog

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

[0.8.0] - 2022-09-25

Miscellaneous Tasks

  • Updated copyright year in LICENSE
  • Use cliff.toml from instarepo
  • Upgrade to crossterm 0.23
  • Update rust crate crossterm to 0.24
  • Update rust crate crossterm to 0.25 (#108)

Refactor

  • Using tokenizers (#110)

[0.7.0] - 2021-12-11

Features

  • [breaking] Use standard PATH_TRANSLATED variable for Apache cgi-script instead of BLR_PROGRAM
  • Introducing git-cliff and changelog

[0.5.0] - 2020-11-27

Bugfix

  • Arguments appearing out of order due to enumerating over HashMap

Refactoring

  • Changed Name::Qualified to use QualifiedName as it used to in the past
  • Removed HasQualifier trait
  • Renamed TypeDefinition to ExpressionType

[0.3.0] - 2020-07-29

Refactor

  • Moved numeric casts to separate module

Bugfix

  • Strings cannot be used as an if condition