Skip to content

Latest commit

 

History

History
117 lines (74 loc) · 2.99 KB

File metadata and controls

117 lines (74 loc) · 2.99 KB

1.4.6 (2024-02-14)

Feature

  • Add take method
  • Add unwrap method

1.4.5 (2024-01-28)

Feature

  • Add wordWrap method

1.4.4 (2023-08-31)

Feature

  • Add isUrl method

Fix

  • Added empty string definition to squish

1.4.2 (2023-04-08)

Feature

  • Add password method to `Str

1.4.1 (2023-03-18)

Feature

  • Add charAt method
  • Add isMatch method

1.4.0 (2023-03-10)

Feature

  • Add of method to Str
  • Add str function

Refactor

  • Extracted static methods from Stringable to methods and Str

1.3.1 (2023-03-06)

Feature

  • Add dictionary to slug method

1.3.0 (2023-01-28)

Feature

  • Add whenIsUlid method

1.2.9 (2022-10-15)

Feature

  • Add toInteger method
  • Add toFloat method
  • Add toBoolean method
  • Add toDate method

1.2.8 (2022-10-15)

Feature

  • Add ulid and isUlid methods

1.2.7 (2022-09-19)

Refactor

  • Modify dist package

1.2.5 (2022-09-16)

Documentation

  • Add instructions on how to use the package

1.2.4 (2022-09-15)

Feature

  • Add inlineMarkdown method

1.2.3 (2022-09-03)

Feature

  • Add markdown method

1.2.2 (2022-08-28)

Feature

  • Add whenNotExactly method

1.2.1 (2022-08-06)

Refactor

  • Remove $ from methods parameters

1.2.0 (2022-07-15)

Features

  • Add createRandomStringsUsingSequence method

1.1.1 (2022-07-04)

Features

  • Compile distribution to vanilla JavaScript

1.1.0 (2022-07-04)

Features

  • Add createRandomStringsUsing method
  • Add createRandomStringsNormally method
  • Change random method to utilize createRandomStringsUsing method

1.0.1 (2022-06-16)

Features

  • Add uuid method

1.0.0 (2022-06-13)

First release