Teip Versions Save

Masking tape to help commands "do one thing well"

v2.3.2

3 months ago

Updates the Cargo.toml and Cargo.lock to point to the fork of the rust-onig repository. The change incorporates a critical fix for compiling onig_sys with musl libc on aarch64 platforms. Full Changelog: https://github.com/greymd/teip/compare/v2.3.1...v2.3.2

v2.3.1

3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/greymd/teip/compare/v2.3.0...v2.3.1

v2.3.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/greymd/teip/compare/v2.2.0...v2.3.0

v2.2.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/greymd/teip/compare/v2.1.0...v2.2.0

v2.1.0

1 year ago

What's Changed

Full Changelog: https://github.com/greymd/teip/compare/v2.0.0...v2.1.0

v2.0.0

2 years ago
  • [New Feature] External execution for match offloading -e
  • [Refactoring] Improve code readability
  • [Refactoring] Internal jargon is updated Token/Tokenization -> Chunk/Chunking

v1.2.2

2 years ago
  • Windows is officially supported PowerShell screen

    • Automated tests for Windows
    • Installer for Windows
    • Installer screen
  • Bug fix: Issue 29

v1.2.1

3 years ago
  • Oniguruma is now optional feature
    • To enable Oniguruma option (-G), build with --features oniguruma #14
  • Refactoring
    • Remove unsafe operations #18
    • Update documentation

v1.2.0

3 years ago
  • Abolish -r and -R option
  • Instead, Implement -g and -o option #6
  • Implement -G option for Oniguruma regular expression #1
  • Implement -l option to select range of lines #2

v1.1.2

3 years ago
  • New feature: Implement Oniguruma regular expression (-R) #1