Skip to content

Latest commit

 

History

History
executable file
·
110 lines (57 loc) · 3.76 KB

CHANGELOG.md

File metadata and controls

executable file
·
110 lines (57 loc) · 3.76 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

4.0.0 (2024-01-09)

⚠ BREAKING CHANGES

  • number module: #37

Features

  • Adding ambient module (9dcbb67)
  • new feature: new feature ready to use (6707c7e), closes #1234
  • number module: add scale number functionality (85e55cf)
  • toslug(): remove un supported character on link (24aa521)

Bug Fixes

  • Adding module type and adding exported member (d342107)
  • gitignore: add .nmprc (e1fcfe1)

3.0.0 (2020-01-07)

Bug Fixes

Features

  • number module: add scale number functionality (85e55cf)

BREAKING CHANGES

  • number module: #37

2.0.2 (2019-10-16)

2.0.0 (2018-08-09)

2.0.0-beta.1 (2018-08-09)

Bug Fixes

  • queryToObj: added normal use expert test (6dfcfe0), closes #36

Features

  • nl2br(str): added nl2br() module (f73d9a1), closes #34
  • toMask(str, int, int): added toMask() module (1c81942), closes #28

2.0.0-beta.0 (2018-04-05)

Bug Fixes

  • truncate under limit: fixed no suffix for truncate under limit (43cbfe1), closes #30

Features

BREAKING CHANGES

  • currency: #33

1.1.5 (2017-12-20)

1.1.4 (2017-12-20)

1.1.3 (2017-12-20)

string-manager - changelog

1.1.3-beta - 29 Sep 2017

added

  • toSlug()

1.1.1 - 9 July 2017

added

  • truncate(str, limit, suffix)

removed

  • trim()

enhacement

  • toSinggleSpace(), now combined with prototype.trim()