Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Latest commit

 

History

History
29 lines (24 loc) · 740 Bytes

CHANGELOG.md

File metadata and controls

29 lines (24 loc) · 740 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.

0.2.2 - 2025-01-10

Changed

  • PHP version constraint is relaxed to support php >= 7.1.

0.2.1 - 2017-09-06

Added

  • Added missed method Str::toLowerCase().

0.2.0 - 2017-09-06

Added

  • Interface Pattern.
  • RegExp implementation of Pattern. Represents Perl-Compatible Regular Expressions (PCRE).

0.1.0 - 2017-09-06

Added

  • Str::length()
  • Str::trim()
  • Str::ltrim()
  • Str::rtrim()
  • Str::isEmpty()
  • Str::isNotEmpty()
  • Str::toUpperCase()