Skip to content
This repository has been archived by the owner on Oct 28, 2023. It is now read-only.

Latest commit

 

History

History
25 lines (21 loc) · 646 Bytes

CHANGELOG.md

File metadata and controls

25 lines (21 loc) · 646 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.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()