Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 614 Bytes

CHANGELOG.md

File metadata and controls

22 lines (17 loc) · 614 Bytes

CHANGELOG

Unreleased

1.2.1 - 2022-09-04

Changed

  • Simplified iter() method implementation

1.2.0 - 2021-12-30

Added

  • __mul() and __index() metamethods

Changed

  • Replaced comments in source code with more detailed doc ones

1.1.0 - 2021-12-01

Added

  • escpattern and unescpattern to replace existing escregex and unescregex since term "pattern" fits more than "regex" in Lua

Deprecated

  • escregex and unescregex methods

1.0.0 - 2021-11-27

Release