Skip to content

Latest commit

 

History

History
60 lines (36 loc) · 1.19 KB

CHANGELOG.md

File metadata and controls

60 lines (36 loc) · 1.19 KB

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.

Added

Changed

Deprecated

Fixed

Removed

Security

[0.1.0]

Added

  • camelToSnake function do from camelCase this camel_case

Changed

  • separate function to files, per function

Deprecated

Fixed

Removed

Security

Added

  • camelToKebab - change camelCase to kebab-case
  • slashToDot - replace slashes in full class name to dots, can be used e.g. for directory names
  • pluralize - pluralize word, e.g. proxy => proxies, variable => variables
  • formatBytes - format Bytes to kB, MB, GB, TB
  • floatValue - format string to valid float, e.g. 123,132.123 or 123.123,123 both ends as 123123.123

Changed

Deprecated

Fixed

Removed

Security